huayandong

update doc api

... ... @@ -164,3 +164,24 @@ public static class Request {
> GRADE_10_B,
> GRADE_11_A,
> GRADE_11_B
##### 6. 后台邮寄列表页面 更新邮寄地址页面
- URL: {{localhost}}/boxfish-online-card/order/textbook/manage/updatePostAddress
- Method: POST
- RequestBody:
```json5
{
"id": 583,
"orderName": "test-update",
"orderMobile": "12345678900",
"orderProvince": "北京",
"orderCity": "北京",
"orderCounty": "北京",
"orderAddressDetail": "北京",
"postTime": 1559318400000
}
```
\ No newline at end of file
... ...