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 15:30:41 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
236a19c5478e6715a7d25e0375c5a47e27e4b6d8
236a19c5
1 parent
731e121f
update doc api
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
27 deletions
boxfish-Card/card-学员信息接口.md
boxfish-Card/card-学员信息接口.md
View file @
236a19c
...
...
@@ -386,7 +386,7 @@ public class MemberSummary implements BeanToJson {
> private Boolean flagClassFinished_XBK; // 小班课是否结业
##### 14. 【
APP接口
】学生保存收货地址信息接口
##### 14. 【
网页接口 for 旺旺
】学生保存收货地址信息接口
-
URL: {{localhost}}/boxfish-online-card/member/info/saveUserAddress?access_token={{token}}
-
Method: POST
...
...
@@ -403,29 +403,3 @@ 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