主页 项目地址
API系列
API-映射表 API文档-用户部分 API文档-留言板 API文档-微精弘
工程与部署
MySql文档 部署
杂项
&数据(调试用) 第三方提供的API
日志
更新日志
想法&开发者提示
留言板 开发规范
API文档-留言板
当前服务器地址
http://39.108.120.239
获取课表
参数
{
"credit":"$credit"
}
获取课表是按照服务器时间来获取的,而服务器时间可有
api/time
来获取。
返回
成功
{
"code": 200,
"msg": "获取课表成功。",
"data": [{
"id": 0,
"courseid": "19832",
"year": 2018,
"term": 3,
"name": "线性代数",
"college": "",
"type": "考查",
"teacher": "金建国",
"campus": "朝晖校区",
"location": "教404",
"weekrange": "1-16",
"dayofweek": "1",
"timerange": "1-2",
"classscore": 2,
"classhour": 32
}, {
"id": 0,
"courseid": "6D910A62D3DC31D9E053A11310ACD644",
"year": 2018,
"term": 3,
"name": "大学英语",
"college": "",
"type": "考试",
"teacher": "阮晓亮",
"campus": "朝晖校区",
"location": "文605",
"weekrange": "1-16",
"dayofweek": "1",
"timerange": "3-4",
"classscore": 2,
"classhour": 32
}, {
"id": 0,
"courseid": "19815",
"year": 2018,
"term": 3,
"name": "高等数学Ⅰ",
"college": "",
"type": "考试",
"teacher": "练晓鹏",
"campus": "朝晖校区",
"location": "教201",
"weekrange": "1-16",
"dayofweek": "1",
"timerange": "6-7",
"classscore": 2,
"classhour": 32
}, {
"id": 0,
"courseid": "19818",
"year": 2018,
"term": 3,
"name": "程序设计基础C",
"college": "",
"type": "考试",
"teacher": "潘清",
"campus": "朝晖校区",
"location": "教204",
"weekrange": "1-16",
"dayofweek": "2",
"timerange": "1-2",
"classscore": 2,
"classhour": 32
}, {
"id": 0,
"courseid": "19822",
"year": 2018,
"term": 3,
"name": "人体健康与疾病",
"college": "",
"type": "未安排",
"teacher": "陈艳",
"campus": "朝晖校区",
"location": "教301",
"weekrange": "1-16",
"dayofweek": "2",
"timerange": "10-11",
"classscore": 2,
"classhour": 32
}, {
"id": 0,
"courseid": "19832",
"year": 2018,
"term": 3,
"name": "中国近现代史纲要",
"college": "",
"type": "考查",
"teacher": "颜桂珍",
"campus": "朝晖校区",
"location": "教404",
"weekrange": "1-16",
"dayofweek": "3",
"timerange": "1-2",
"classscore": 2,
"classhour": 32
}, {
"id": 0,
"courseid": "19815",
"year": 2018,
"term": 3,
"name": "高等数学Ⅰ",
"college": "",
"type": "考试",
"teacher": "练晓鹏",
"campus": "朝晖校区",
"location": "教201",
"weekrange": "1-16",
"dayofweek": "3",
"timerange": "3-4",
"classscore": 2,
"classhour": 32
}, {
"id": 0,
"courseid": "6D910A62D3DC31D9E053A11310ACD644",
"year": 2018,
"term": 3,
"name": "大学英语",
"college": "",
"type": "考试",
"teacher": "阮晓亮",
"campus": "朝晖校区",
"location": "文605",
"weekrange": "1-16",
"dayofweek": "3",
"timerange": "6-7",
"classscore": 2,
"classhour": 32
}, {
"id": 0,
"courseid": "19827",
"year": 2018,
"term": 3,
"name": "程序设计基础C",
"college": "",
"type": "考试",
"teacher": "潘清",
"campus": "朝晖校区",
"location": "教307",
"weekrange": "1-16",
"dayofweek": "4",
"timerange": "3-4",
"classscore": 2,
"classhour": 32
}, {
"id": 0,
"courseid": null,
"year": 2018,
"term": 3,
"name": "体育",
"college": "",
"type": "未安排",
"teacher": "王德明",
"campus": "朝晖校区",
"location": "未排地点",
"weekrange": "1-16",
"dayofweek": "4",
"timerange": "6-7",
"classscore": 2,
"classhour": 32
}, {
"id": 0,
"courseid": "19815",
"year": 2018,
"term": 3,
"name": "高等数学Ⅰ",
"college": "",
"type": "考试",
"teacher": "练晓鹏",
"campus": "朝晖校区",
"location": "教201",
"weekrange": "1-8",
"dayofweek": "5",
"timerange": "6-7",
"classscore": 2,
"classhour": 32
}]
}