huayandong

update doc api

@@ -403,3 +403,29 @@ public class MemberSummary implements BeanToJson { @@ -403,3 +403,29 @@ public class MemberSummary implements BeanToJson {
403 "orderAddressDetail": "太阳宫" 403 "orderAddressDetail": "太阳宫"
404 } 404 }
405 ``` 405 ```
  406 +
  407 +
  408 +##### 15. 【APP接口 增加返回字段】四会单词课首页接口 返回体重增加选择偏好的字段
  409 +
  410 +- URL: {{localhost}}/boxfish-wudaokou-paper/paper/textbook/getTextbookSummary?access_token={{token}}
  411 +- Methos: GET
  412 +- ResponseBody
  413 +
  414 +```json5
  415 +{
  416 + "userId": 100000008257,
  417 + "flagNoPaperTextbook": false,
  418 + "flagToChoosePreference": true,
  419 + "summaryList": [
  420 + {
  421 + "typeDesc": "智能四会单词课",
  422 + "type": "PAPER_TEXTBOOK_WORD",
  423 + "courseName": "先去选择教材版本吧~",
  424 + "courseCover": "6e2cfe2ee2434e375d901d94b98adbbb"
  425 + }
  426 + ]
  427 +}
  428 +```
  429 +
  430 +
  431 +> `"flagToChoosePreference": true`, 需要用户去选择教材版本