Showing
1 changed file
with
17 additions
and
2 deletions
@@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
4 | ### v13.4.0接口 | 4 | ### v13.4.0接口 |
5 | 5 | ||
6 | 6 | ||
7 | -##### 1. 【APP接口,新接口】智能练听说模块课程进课权限接口 中小学核心单词课程权限校验接口 | 7 | +##### 1. 【APP接口,新接口】智能练听说模块课程进课权限接口 |
8 | 8 | ||
9 | - URL: {{localhost}}/boxfish-online-card/member/info/checkSpeakingCourseAuth?access_token={{token}} | 9 | - URL: {{localhost}}/boxfish-online-card/member/info/checkSpeakingCourseAuth?access_token={{token}} |
10 | - Method: POST | 10 | - Method: POST |
@@ -18,7 +18,6 @@ | @@ -18,7 +18,6 @@ | ||
18 | ``` | 18 | ``` |
19 | 19 | ||
20 | > `classType`为课程类型:`TEXTBOOK_V1_SPEAKING`为 "教材同步 听说测验",`TEXTBOOK_V1_READING`为 "教材同步 课文阅读"。<br> | 20 | > `classType`为课程类型:`TEXTBOOK_V1_SPEAKING`为 "教材同步 听说测验",`TEXTBOOK_V1_READING`为 "教材同步 课文阅读"。<br> |
21 | -> `classType`为课程类型:`CORE_WORD_V1_PRIMARY`为 "小学核心单词500",`CORE_WORD_V1_MIDDLE`为 "中考考纲单词1500"。 | ||
22 | 21 | ||
23 | 22 | ||
24 | - ResponseBody: | 23 | - ResponseBody: |
@@ -117,3 +116,19 @@ | @@ -117,3 +116,19 @@ | ||
117 | "freeTagShow_textbookWord": false // 单词课部分 不显示free标签 | 116 | "freeTagShow_textbookWord": false // 单词课部分 不显示free标签 |
118 | } | 117 | } |
119 | ``` | 118 | ``` |
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