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-06-14 14:47:21 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
731e121f9d733f1db66395cf298747c6a3134694
731e121f
1 parent
ceabe44e
update doc api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
boxfish-Card/card-学员信息接口.md
boxfish-Card/card-学员信息接口.md
View file @
731e121
...
...
@@ -403,3 +403,29 @@ public class MemberSummary implements BeanToJson {
"orderAddressDetail": "太阳宫"
}
```
##### 15. 【APP接口 增加返回字段】四会单词课首页接口 返回体重增加选择偏好的字段
-
URL: {{localhost}}/boxfish-wudaokou-paper/paper/textbook/getTextbookSummary?access_token={{token}}
-
Methos: GET
-
ResponseBody
```
json5
{
"userId": 100000008257,
"flagNoPaperTextbook": false,
"flagToChoosePreference": true,
"summaryList": [
{
"typeDesc": "智能四会单词课",
"type": "PAPER_TEXTBOOK_WORD",
"courseName": "先去选择教材版本吧~",
"courseCover": "6e2cfe2ee2434e375d901d94b98adbbb"
}
]
}
```
> `"flagToChoosePreference": true`, 需要用户去选择教材版本
\ No newline at end of file
...
...
Please
register
or
login
to post a comment