huayandong

update doc api

@@ -99,4 +99,20 @@ public static class Request { @@ -99,4 +99,20 @@ public static class Request {
99 private String orderCounty; 99 private String orderCounty;
100 private String orderAddressDetail; 100 private String orderAddressDetail;
101 } 101 }
102 -``` 102 +```
  103 +
  104 +
  105 +##### 4. 查询收货人信息接口
  106 +
  107 +
  108 +- URL: {{localhost}}/boxfish-online-card/order/textbook/getObtainAddress
  109 +- Method: POST
  110 +- RequestBody:
  111 +
  112 +
  113 +```json5
  114 +{
  115 + "userId": ""
  116 +}
  117 +```
  118 +