Showing
1 changed file
with
29 additions
and
0 deletions
app-v13.0/13.0.md
0 → 100644
1 | +[](https://996.icu) | ||
2 | + | ||
3 | + | ||
4 | +### 13.0接口 | ||
5 | + | ||
6 | + | ||
7 | +##### 1. 【APP接口】查询今日课表和未来一天课表接口 | ||
8 | + | ||
9 | +- URL: {{localhost}}/boxfish-online-card/classOpen/student/getScheduleAssembleV2ByStudentId?access_token={{token}} | ||
10 | +- Method: GET | ||
11 | + | ||
12 | + | ||
13 | +##### 2. 【APP接口】查询未完成课表接口 | ||
14 | + | ||
15 | +- URL: {{localhost}}/boxfish-online-card/member/schedule/getFutureSchedule?access_token=BsVNIqxWu8 | ||
16 | +- Method: GET | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | +##### 3. 【APP接口】查询已完成课表 | ||
21 | + | ||
22 | +- URL: {{localhost}}/boxfish-online-card/member/schedule/getHistorySchedule?access_token=BsVNIqxWu8 | ||
23 | +- Method: GET | ||
24 | + | ||
25 | + | ||
26 | +##### 4. 【APP接口】三件套APP课程列表 和 四会课课程列表 返回数据中增加纸质作业完成状态 | ||
27 | + | ||
28 | +> 接口URL:`{{localhost}}/boxfish-online-card/member/info/getPaperV1BookDetail` | ||
29 | +和 `{{localhost}}/boxfish-wudaokou-paper/paper/textbook/getTextbookCourseList` |
-
Please register or login to post a comment