Showing
1 changed file
with
15 additions
and
1 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 |
@@ -20,3 +20,17 @@ | @@ -20,3 +20,17 @@ | ||
20 | > `classType`为课程类型:`TEXTBOOK_V1_SPEAKING`为 "教材同步 听说测验",`TEXTBOOK_V1_READING`为 "教材同步 课文阅读"。 | 20 | > `classType`为课程类型:`TEXTBOOK_V1_SPEAKING`为 "教材同步 听说测验",`TEXTBOOK_V1_READING`为 "教材同步 课文阅读"。 |
21 | 21 | ||
22 | 22 | ||
23 | +##### 2. 【APP接口,旧接口】进阶单词课,二级页面宣传视频资源 | ||
24 | + | ||
25 | +- URL: {{localhost}}/boxfish-online-card/member/info/checkSpeakingCourseAuth?access_token={{token}} | ||
26 | +- Method: POST | ||
27 | +- ResponseBody: | ||
28 | + | ||
29 | +```json5 | ||
30 | +{ | ||
31 | +// 进阶单词课宣传视频 和 视频封面 | ||
32 | + "paper_v1_word_introduce_video": "https://assets.boxfish.cn/v/video_word4.mp4", | ||
33 | + "paper_v1_word_introduce_video_cover_pad": "https://avatars.boxfish.cn/app_resources/textbook_v2_word_ipad.png", | ||
34 | + "paper_v1_word_introduce_video_cover_phone": "https://avatars.boxfish.cn/app_resources/textbook_v2_word_iphone.png" | ||
35 | +} | ||
36 | +``` |
-
Please register or login to post a comment