huayandong

update doc api

... ... @@ -4,7 +4,7 @@
### v13.4.0接口
##### 1. 【APP接口,新接口】智能练听说模块课程进课权限接口 中小学核心单词课程权限校验接口
##### 1. 【APP接口,新接口】智能练听说模块课程进课权限接口
- URL: {{localhost}}/boxfish-online-card/member/info/checkSpeakingCourseAuth?access_token={{token}}
- Method: POST
... ... @@ -18,7 +18,6 @@
```
> `classType`为课程类型:`TEXTBOOK_V1_SPEAKING`为 "教材同步 听说测验",`TEXTBOOK_V1_READING`为 "教材同步 课文阅读"。<br>
> `classType`为课程类型:`CORE_WORD_V1_PRIMARY`为 "小学核心单词500",`CORE_WORD_V1_MIDDLE`为 "中考考纲单词1500"。
- ResponseBody:
... ... @@ -116,4 +115,20 @@
"freeTagShow_knowledgeDemo": true, // 知识点第一单元的体验课 显示free标识
"freeTagShow_textbookWord": false // 单词课部分 不显示free标签
}
```
\ No newline at end of file
```
##### 5. 【APP接口,新接口】中小学核心单词课程权限校验接口
- URL: {{localhost}}/boxfish-online-card/member/info/courseAuthCheck/coreWord?access_token={{token}}
- Method: POST
- RequestBody:
```json5
{
"courseId": "app_courseId",
"classType":"CORE_WORD_V1_PRIMARY"
}
```
> `classType`为课程类型:`CORE_WORD_V1_PRIMARY`为 "小学核心单词500",`CORE_WORD_V1_MIDDLE`为 "中考考纲单词1500"。
\ No newline at end of file
... ...