Showing
1 changed file
with
10 additions
and
1 deletions
@@ -8,7 +8,16 @@ | @@ -8,7 +8,16 @@ | ||
8 | 8 | ||
9 | - URL: {{localhost}}/boxfish-online-card/classOpen/student/getScheduleAssembleV2ByStudentId?access_token={{token}} | 9 | - URL: {{localhost}}/boxfish-online-card/classOpen/student/getScheduleAssembleV2ByStudentId?access_token={{token}} |
10 | - Method: GET | 10 | - Method: GET |
11 | - | 11 | +- ResponseBody: |
12 | + | ||
13 | +```json5 | ||
14 | +{ | ||
15 | + "systemTime": 1561623470792, | ||
16 | + "classSchedule_TODAY": {}, // 今日课表 | ||
17 | + "classSchedule_FUTURE": {}, // 近日课表 显示的课程信息 | ||
18 | + "scheduleFuture_topic": "xxx" // 近日课表没有课的时候,显示的文案 | ||
19 | +} | ||
20 | +``` | ||
12 | 21 | ||
13 | ##### 2. 【APP接口】查询未完成课表接口 | 22 | ##### 2. 【APP接口】查询未完成课表接口 |
14 | 23 |
-
Please register or login to post a comment