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 10:29:51 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
19931d9563ecfd1255ad64e7b914b02ca2add481
19931d95
1 parent
94177961
update doc api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
2 deletions
app-v13.4.0/13.4.0.md
app-v13.4.0/13.4.0.md
View file @
19931d9
...
...
@@ -8,7 +8,7 @@
-
URL: {{localhost}}/boxfish-online-card/member/info/checkSpeakingCourseAuth?access_token={{token}}
-
Method: POST
-
Re
sponse
Body:
-
Re
quest
Body:
```
json5
{
...
...
@@ -33,4 +33,37 @@
"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
```
##### 3. 【APP接口,旧接口】四会单词课,如果没有开放,新版本APP则不显示当前模块
-
URL: {{localhost}}/boxfish-wudaokou-user/ticket/BOXFISH_RESOURCE_VIDEO?access_token={{token}}
-
Method: POST
-
ResponseBody:
```
json5
{
"userId": 100000006030,
"flagIsPublic": false,
"flagNoPaperTextbook": false,
"summaryList": [
{
"typeDesc": "同步单词课",
"type": "PAPER_TEXTBOOK_WORD",
"amountCourse": 22,
"courseName": "Words_教科版小学三下M1U1-1",
"courseCover": "3b2e8e9c6d2d20aee9fb71107c4d8b5d",
"nationalKnowledge": [
"go to+地点"
]
}
]
}
```
> 1. `flagIsPublic = true`:当前教材版本的四会课已经开放,`flagIsPublic = false`:当前教材版本的四会课没有开放,显示假数据;
> 2. `flagNoPaperTextbook = false`:当前教材版本有四会课程,不用显示默认文案,`flagNoPaperTextbook = true`:当前教材版本没有四会课程,显示默认文案;
>> 当前四会课程要么显示真实课程,要么显示假课程,不会显示默认文案的情况。所以目前`flagNoPaperTextbook`会一直为<b>false</b>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment