Showing
1 changed file
with
16 additions
and
0 deletions
@@ -100,3 +100,19 @@ public static class Request { | @@ -100,3 +100,19 @@ public static class Request { | ||
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