Showing
1 changed file
with
21 additions
and
0 deletions
@@ -164,3 +164,24 @@ public static class Request { | @@ -164,3 +164,24 @@ public static class Request { | ||
164 | > GRADE_10_B, | 164 | > GRADE_10_B, |
165 | > GRADE_11_A, | 165 | > GRADE_11_A, |
166 | > GRADE_11_B | 166 | > GRADE_11_B |
167 | + | ||
168 | + | ||
169 | + | ||
170 | +##### 6. 后台邮寄列表页面 更新邮寄地址页面 | ||
171 | + | ||
172 | +- URL: {{localhost}}/boxfish-online-card/order/textbook/manage/updatePostAddress | ||
173 | +- Method: POST | ||
174 | +- RequestBody: | ||
175 | + | ||
176 | +```json5 | ||
177 | +{ | ||
178 | + "id": 583, | ||
179 | + "orderName": "test-update", | ||
180 | + "orderMobile": "12345678900", | ||
181 | + "orderProvince": "北京", | ||
182 | + "orderCity": "北京", | ||
183 | + "orderCounty": "北京", | ||
184 | + "orderAddressDetail": "北京", | ||
185 | + "postTime": 1559318400000 | ||
186 | +} | ||
187 | +``` |
-
Please register or login to post a comment