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-02 11:08:14 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
05bea85287356ef1109b933363052e262b793d2e
05bea852
1 parent
645a666c
update doc api
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
app-v13.4.0/13.4.0.md
app-v13.4.0/13.4.0.md
View file @
05bea85
...
...
@@ -99,3 +99,20 @@
> 2. `flagNoPaperTextbook = false`:当前教材版本有四会课程,不用显示默认文案,`flagNoPaperTextbook = true`:当前教材版本没有四会课程,显示默认文案;
>> 当前四会课程要么显示真实课程,要么显示假课程,不会显示默认文案的情况。所以目前`flagNoPaperTextbook`会一直为<b>false</b>
##### 4. 【APP接口,新接口】书架是否需要显示free标签
-
URL: {{localhost}}/boxfish-online-card/member/textbook/getTextbookTag?access_token=BRE2k5BHnu
-
Method: GET
-
ResponseBody:
```
json5
{
"status": "SUCCESS",
"freeTagShow_knowledgeDemo": true, // 知识点第一单元的体验课 显示free标识
"freeTagShow_textbookWord": false // 单词课部分 不显示free标签
}
```
\ No newline at end of file
...
...
Please
register
or
login
to post a comment