huayandong

update doc api

... ... @@ -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
... ...