huayandong

update doc api

... ... @@ -379,4 +379,23 @@ public class MemberSummary implements BeanToJson {
> 返回体新增加两个参数:
> private Boolean flagClassFinished_XXQ; // 小学期是否结业
> private Boolean flagClassFinished_XBK; // 小班课是否结业
\ No newline at end of file
> private Boolean flagClassFinished_XBK; // 小班课是否结业
##### 14. 【APP接口】学生保存收货地址信息接口
- URL: {{localhost}}/boxfish-online-card/member/info/saveUserAddress?access_token={{token}}
- Method: GET
- RequestBody
```json5
{
"orderName": "test-hyd",
"orderMobile": "18388880000",
"orderProvince": "北京市",
"orderCity": "北京市",
"orderCounty": "朝阳区",
"orderAddressDetail": "太阳宫"
}
```
... ...