Showing
1 changed file
with
26 additions
and
0 deletions
@@ -244,3 +244,29 @@ public static class Response { | @@ -244,3 +244,29 @@ public static class Response { | ||
244 | } | 244 | } |
245 | ``` | 245 | ``` |
246 | 246 | ||
247 | + | ||
248 | +##### 8. 获取之前领取的收货地址 | ||
249 | + | ||
250 | +- URL: {{localhost}}/boxfish-online-card/order/textbook/getObtainAddress | ||
251 | +- Method: POST | ||
252 | +- RequestBody: | ||
253 | + | ||
254 | +```json | ||
255 | +{ | ||
256 | + "openId": "oa-sI0UT7aWRT44vi8bIT1i8KYCI", | ||
257 | + "userId": "" | ||
258 | +} | ||
259 | +``` | ||
260 | + | ||
261 | +- ResponseBody | ||
262 | + | ||
263 | +```json | ||
264 | +{ | ||
265 | + "status": "SUCCESS", | ||
266 | + "orderProvince": "北京市", | ||
267 | + "orderCity": "北京市", | ||
268 | + "orderCounty": "朝阳区", | ||
269 | + "orderAddressDetail": "太阳宫" | ||
270 | +} | ||
271 | +``` | ||
272 | + |
-
Please register or login to post a comment