Showing
1 changed file
with
17 additions
and
1 deletions
@@ -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 | + |
-
Please register or login to post a comment