huayandong

update doc api

@@ -139,7 +139,7 @@ CLASS_ONLINE_US_010N; @@ -139,7 +139,7 @@ CLASS_ONLINE_US_010N;
139 ##### 8. 【APP接口,在原有接口的返回体中增加资源数据】未购买用户首页banner位置显示图片 和 网页 139 ##### 8. 【APP接口,在原有接口的返回体中增加资源数据】未购买用户首页banner位置显示图片 和 网页
140 140
141 - URL: {{localhost}}/boxfish-wudaokou-user/ticket/BOXFISH_RESOURCE_IMAGE?access_token=Bb6HtBFHDw 141 - URL: {{localhost}}/boxfish-wudaokou-user/ticket/BOXFISH_RESOURCE_IMAGE?access_token=Bb6HtBFHDw
142 - 142 +- Method: GET
143 -ResponseBody: 143 -ResponseBody:
144 144
145 ```json5 145 ```json5
@@ -160,3 +160,42 @@ CLASS_ONLINE_US_010N; @@ -160,3 +160,42 @@ CLASS_ONLINE_US_010N;
160 } 160 }
161 ``` 161 ```
162 162
  163 +
  164 +##### 9. 【APP接口,在原有接口的返回体中增加资源数据】getMemberInfo接口增加字段,标识学生是否购买advanced相关的课程
  165 +
  166 +- URL: {{localhost}}/boxfish-online-card/member/info/getMemberInfo?access_token=Bb6HtBFHDw
  167 +- Method: GET
  168 +-ResponseBody:
  169 +
  170 +
  171 +```json5
  172 +{
  173 + "userId": 100000006030,
  174 + "memberType": "MEMBER_OLD_PAID",
  175 + "expireTimeMember": 1650297600000,
  176 + "memberTypeV2": "MEMBER_V2_OLD",
  177 + "amountClassSvValid": 97,
  178 + "amountClassSvFinished": 20,
  179 + "expireTimeClassSv": 1600444799000,
  180 + "amountClassSv10Valid": 336,
  181 + "expireDescClassSv5": "4课将于7月4日到期",
  182 + "expireDescClassSv10": "336课将于7月13日到期",
  183 + "amountExamOral": 28,
  184 + "expireTimeExamOral": 1656259200000,
  185 + "amountOpenUs": 370,
  186 + "expireTimeOpenUs": 1574956800000,
  187 + "flagPaperV1Auth": true,
  188 + "expireTimePaperV1": 1684079999999,
  189 + "classSmallId": 50,
  190 + "classSmallName": "alex大班",
  191 + "flagJhxxqAuth": true,
  192 + "expireTimeJhxxq": 1572105599999,
  193 + "flagUserIsPaid": true,
  194 + "flagUserIsPaid_advanced": true,
  195 + "flagPaperTextbookAuth": true,
  196 + "expireTimePaperTextbook": 1684079999999
  197 +}
  198 +```
  199 +
  200 +
  201 +> `flagUserIsPaid_advanced = true`,用户购买过advanced相关课程,`flagUserIsPaid_advanced = false`,用户没有购买过advanced课程。