huayandong

update doc api

... ... @@ -8,7 +8,16 @@
- URL: {{localhost}}/boxfish-online-card/classOpen/student/getScheduleAssembleV2ByStudentId?access_token={{token}}
- Method: GET
- ResponseBody:
```json5
{
"systemTime": 1561623470792,
"classSchedule_TODAY": {}, // 今日课表
"classSchedule_FUTURE": {}, // 近日课表 显示的课程信息
"scheduleFuture_topic": "xxx" // 近日课表没有课的时候,显示的文案
}
```
##### 2. 【APP接口】查询未完成课表接口
... ...