OPEN2U基础服务 - 教学服务
教学计划
教学计划列表(GetTeachPlan)
查看
接口地址:/EDUS_WebApi/TeachPlan/GetTeachPlan
接口方法:public string GetTeachPlan(string StudyStatus,string token, string callback)
返回数据:
学习状态StudyStatus( -1 全部 0 已学习 1 未学习 2 修为通过 3 修完未通过 4 学期未开始 5 未选课):
当前用户token(token):
总课程(GetAllCourse)
查看
接口地址:/EDUS_WebApi/TeachPlan/GetAllCourse
接口方法:public string GetAllCourse(string token, string callback)
返回数据:
当前用户token(token):
必修and选修(GetCredit)
查看
接口地址:/EDUS_WebApi/TeachPlan/GetCredit
接口方法:public string GetCredit(string token, int CourseNature, string callback)
返回数据:
当前用户token(token):
1获取必修,2获取选修(CourseNature):
教学计划总课程(GetCourseAll)
查看
接口地址:/EDUS_WebApi/TeachPlan/GetCourseAll
接口方法:public string GetCourseAll(string token, string callback)
返回数据:
当前用户token(token):
我的成绩(GetMyGrade)
查看
接口地址:/EDUS_WebApi/TeachPlan/GetMyGrade
接口方法:public string GetMyGrade(string token, string callback)
返回数据:
当前用户token(token):
我的成绩海南(GetMYGradeHN)
查看
接口地址:/EDUS_WebApi/TeachPlan/GetMYGradeHN
接口方法:public string GetMYGradeHN(string token, string callback)
返回数据:
当前用户token(token):
我的专业(GetMySubject)
查看
接口地址:/EDUS_WebApi/TeachPlan/GetMySubject
接口方法:public string GetMySubject(string token, string callback)
返回数据:
当前用户token(token):
获取课程成绩规则(GetCourseSocreRule)
查看
接口地址:/EDUS_WebApi/TeachPlan/GetCourseSocreRule
接口方法: public string GetCourseSocreRule(string studentCourseId,string callback)
返回数据:{"Success":true,
"Message":"",
"ErrCode":"",
"Data":[{"Name":"在线考试成绩","Ratio":100}],
"StartTime":"2019/5/30 11:05:55:299",
"EndTime":"2019/5/30 11:05:55:530"}
选课id (studentCourseId):
当前用户token(token):
联系人:朱利戈
E-Mail:zhulg@mail.open.com.cn