Showing
1 changed file
with
32 additions
and
1 deletions
@@ -191,4 +191,35 @@ public static class Response { | @@ -191,4 +191,35 @@ public static class Response { | ||
191 | private Boolean flagUserHasInvitationCode; | 191 | private Boolean flagUserHasInvitationCode; |
192 | private Long invitationCode; | 192 | private Long invitationCode; |
193 | } | 193 | } |
194 | -``` | 194 | +``` |
195 | + | ||
196 | + | ||
197 | +##### 7. 小程序领取小学期 提交接口 | ||
198 | + | ||
199 | +- URL: {{localhost}}/boxfish-online-card/order/textbook/submitXxqOrder | ||
200 | +- Method: POST | ||
201 | +- RequestBody: | ||
202 | +```json5 | ||
203 | +{ | ||
204 | + "grade": "GRADE_8_A", | ||
205 | + "orderName": "领取测试-hua23", | ||
206 | + "orderMobile": "18388880000", | ||
207 | + "orderProvince": "北京市", | ||
208 | + "orderCity": "北京市", | ||
209 | + "orderCounty": "朝阳区", | ||
210 | + "orderAddressDetail": "太阳宫", | ||
211 | + "openId": "oa-sI0UT7aWRT44vi8bIT1i8KYCI", | ||
212 | + "invitationCode": "100000004" | ||
213 | +} | ||
214 | +``` | ||
215 | + | ||
216 | + | ||
217 | +- ResponseBody: | ||
218 | +```json5 | ||
219 | +{ | ||
220 | + "status": "SUCCESS", | ||
221 | + "message": "领取成功", | ||
222 | + "invitationCode": 100000340 | ||
223 | +} | ||
224 | +``` | ||
225 | + |
-
Please register or login to post a comment