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
... ... @@ -20,3 +20,17 @@
> `classType`为课程类型:`TEXTBOOK_V1_SPEAKING`为 "教材同步 听说测验",`TEXTBOOK_V1_READING`为 "教材同步 课文阅读"。
##### 2. 【APP接口,旧接口】进阶单词课,二级页面宣传视频资源
- URL: {{localhost}}/boxfish-online-card/member/info/checkSpeakingCourseAuth?access_token={{token}}
- Method: POST
- ResponseBody:
```json5
{
// 进阶单词课宣传视频 和 视频封面
"paper_v1_word_introduce_video": "https://assets.boxfish.cn/v/video_word4.mp4",
"paper_v1_word_introduce_video_cover_pad": "https://avatars.boxfish.cn/app_resources/textbook_v2_word_ipad.png",
"paper_v1_word_introduce_video_cover_phone": "https://avatars.boxfish.cn/app_resources/textbook_v2_word_iphone.png"
}
```
\ No newline at end of file
... ...