Showing
1 changed file
with
0 additions
and
64 deletions
@@ -4,54 +4,6 @@ | @@ -4,54 +4,6 @@ | ||
4 | ### v13.4.0接口 | 4 | ### v13.4.0接口 |
5 | 5 | ||
6 | 6 | ||
7 | -##### 1. 【APP接口,新接口】智能练听说模块课程进课权限接口 | ||
8 | - | ||
9 | -- URL: {{localhost}}/boxfish-online-card/member/info/checkSpeakingCourseAuth?access_token={{token}} | ||
10 | -- Method: POST | ||
11 | -- RequestBody: | ||
12 | - | ||
13 | -```json5 | ||
14 | -{ | ||
15 | - "courseId": "app_courseId", | ||
16 | - "classType":"TEXTBOOK_V1_SPEAKING" | ||
17 | -} | ||
18 | -``` | ||
19 | - | ||
20 | -> `classType`为课程类型:`TEXTBOOK_V1_SPEAKING`为 "教材同步 听说测验",`TEXTBOOK_V1_READING`为 "教材同步 课文阅读"。<br> | ||
21 | - | ||
22 | - | ||
23 | -- ResponseBody: | ||
24 | - | ||
25 | -```json5 | ||
26 | -// 没有权限上课 | ||
27 | -{ | ||
28 | - "status": "ERROR", | ||
29 | - "message": "您暂未获得本课的学习权限,购买学校同步课就可以听说读写一次学完~" | ||
30 | -} | ||
31 | -``` | ||
32 | - | ||
33 | -```json5 | ||
34 | -// 有权限上课 | ||
35 | -{ | ||
36 | - "status": "SUCCESS", | ||
37 | - "message": "权限校验成功" | ||
38 | -} | ||
39 | -``` | ||
40 | - | ||
41 | - | ||
42 | - | ||
43 | -###### 1.1 教材同步单词课/知识点课 和 四会单词课,进课权限校验接口,之前就存在的接口 | ||
44 | - | ||
45 | - | ||
46 | - | ||
47 | -> 1. 书架教材同步单词课/知识点课 进课权限校验接口: | ||
48 | ->> {{localhost}}/boxfish-online-card/member/info/checkBasicCourseInfo?access_token={{access_token}} | ||
49 | - | ||
50 | - | ||
51 | -> 2. 四会单词课 进课权限校验接口 | ||
52 | ->> {{localhost}}/boxfish-wudaokou-paper/paper/textbook/getTextbookCourseAuth?access_token={{token}} | ||
53 | - | ||
54 | - | ||
55 | ##### 2. 【APP接口,旧接口】进阶单词课,二级页面宣传视频资源 | 7 | ##### 2. 【APP接口,旧接口】进阶单词课,二级页面宣传视频资源 |
56 | 8 | ||
57 | - URL: {{localhost}}/boxfish-wudaokou-user/ticket/BOXFISH_RESOURCE_VIDEO?access_token={{token}} | 9 | - URL: {{localhost}}/boxfish-wudaokou-user/ticket/BOXFISH_RESOURCE_VIDEO?access_token={{token}} |
@@ -116,19 +68,3 @@ | @@ -116,19 +68,3 @@ | ||
116 | "unit1Name": "Unit1" // 第一单元名称 | 68 | "unit1Name": "Unit1" // 第一单元名称 |
117 | } | 69 | } |
118 | ``` | 70 | ``` |
119 | - | ||
120 | - | ||
121 | -##### 5. 【APP接口,新接口】中小学核心单词课程权限校验接口 | ||
122 | - | ||
123 | -- URL: {{localhost}}/boxfish-online-card/member/info/courseAuthCheck/coreWord?access_token={{token}} | ||
124 | -- Method: POST | ||
125 | -- RequestBody: | ||
126 | - | ||
127 | -```json5 | ||
128 | -{ | ||
129 | - "courseId": "app_courseId", | ||
130 | - "classType":"CORE_WORD_V1_PRIMARY" | ||
131 | -} | ||
132 | -``` | ||
133 | - | ||
134 | -> `classType`为课程类型:`CORE_WORD_V1_PRIMARY`为 "小学核心单词500",`CORE_WORD_V1_MIDDLE`为 "中考考纲单词1500"。 |
-
Please register or login to post a comment