huayandong

update doc api

... ... @@ -100,3 +100,19 @@ public static class Request {
private String orderAddressDetail;
}
```
##### 4. 查询收货人信息接口
- URL: {{localhost}}/boxfish-online-card/order/textbook/getObtainAddress
- Method: POST
- RequestBody:
```json5
{
"userId": ""
}
```
... ...