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-07 15:58:25 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
00d7b835ec5e571d11f1731e83ada7bf233c8ae9
00d7b835
1 parent
d716bdce
update doc api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
64 deletions
app-v13.4.0/13.4.0.md
app-v13.4.0/13.4.0.md
View file @
00d7b83
...
...
@@ -4,54 +4,6 @@
### v13.4.0接口
##### 1. 【APP接口,新接口】智能练听说模块课程进课权限接口
-
URL: {{localhost}}/boxfish-online-card/member/info/checkSpeakingCourseAuth?access_token={{token}}
-
Method: POST
-
RequestBody:
```
json5
{
"courseId": "app_courseId",
"classType":"TEXTBOOK_V1_SPEAKING"
}
```
> `classType`为课程类型:`TEXTBOOK_V1_SPEAKING`为 "教材同步 听说测验",`TEXTBOOK_V1_READING`为 "教材同步 课文阅读"。<br>
-
ResponseBody:
```
json5
// 没有权限上课
{
"status": "ERROR",
"message": "您暂未获得本课的学习权限,购买学校同步课就可以听说读写一次学完~"
}
```
```
json5
// 有权限上课
{
"status": "SUCCESS",
"message": "权限校验成功"
}
```
###### 1.1 教材同步单词课/知识点课 和 四会单词课,进课权限校验接口,之前就存在的接口
> 1. 书架教材同步单词课/知识点课 进课权限校验接口:
>> {{localhost}}/boxfish-online-card/member/info/checkBasicCourseInfo?access_token={{access_token}}
> 2. 四会单词课 进课权限校验接口
>> {{localhost}}/boxfish-wudaokou-paper/paper/textbook/getTextbookCourseAuth?access_token={{token}}
##### 2. 【APP接口,旧接口】进阶单词课,二级页面宣传视频资源
-
URL: {{localhost}}/boxfish-wudaokou-user/ticket/BOXFISH_RESOURCE_VIDEO?access_token={{token}}
...
...
@@ -116,19 +68,3 @@
"unit1Name": "Unit1" // 第一单元名称
}
```
##### 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
...
...
Please
register
or
login
to post a comment