Showing
1 changed file
with
1 additions
and
27 deletions
@@ -386,7 +386,7 @@ public class MemberSummary implements BeanToJson { | @@ -386,7 +386,7 @@ public class MemberSummary implements BeanToJson { | ||
386 | > private Boolean flagClassFinished_XBK; // 小班课是否结业 | 386 | > private Boolean flagClassFinished_XBK; // 小班课是否结业 |
387 | 387 | ||
388 | 388 | ||
389 | -##### 14. 【APP接口】学生保存收货地址信息接口 | 389 | +##### 14. 【网页接口 for 旺旺】学生保存收货地址信息接口 |
390 | 390 | ||
391 | - URL: {{localhost}}/boxfish-online-card/member/info/saveUserAddress?access_token={{token}} | 391 | - URL: {{localhost}}/boxfish-online-card/member/info/saveUserAddress?access_token={{token}} |
392 | - Method: POST | 392 | - Method: POST |
@@ -403,29 +403,3 @@ public class MemberSummary implements BeanToJson { | @@ -403,29 +403,3 @@ 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`, 需要用户去选择教材版本 |
-
Please register or login to post a comment