Toggle navigation
Toggle navigation
This project
Loading...
Sign in
huayandong
/
recommend-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
huayandong
2019-08-01 09:34:28 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
30fef990b056c8ac297982edc549f66ab4068176
30fef990
1 parent
05f2c7dd
update doc api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletions
app-v13.4.0/13.4.0.md
app-v13.4.0/13.4.0.md
View file @
30fef99
...
...
@@ -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
...
...
Please
register
or
login
to post a comment