Showing
1 changed file
with
4 additions
and
1 deletions
@@ -199,7 +199,8 @@ public static class Response { | @@ -199,7 +199,8 @@ public static class Response { | ||
199 | - URL: {{localhost}}/boxfish-online-card/order/textbook/submitXxqOrder | 199 | - URL: {{localhost}}/boxfish-online-card/order/textbook/submitXxqOrder |
200 | - Method: POST | 200 | - Method: POST |
201 | - RequestBody: | 201 | - RequestBody: |
202 | -```json5 | 202 | + |
203 | +```json | ||
203 | { | 204 | { |
204 | "grade": "GRADE_8_A", | 205 | "grade": "GRADE_8_A", |
205 | "orderName": "领取测试-hua23", | 206 | "orderName": "领取测试-hua23", |
@@ -213,6 +214,8 @@ public static class Response { | @@ -213,6 +214,8 @@ public static class Response { | ||
213 | } | 214 | } |
214 | ``` | 215 | ``` |
215 | 216 | ||
217 | + | ||
218 | + | ||
216 | > `grade`为枚举值: | 219 | > `grade`为枚举值: |
217 | > `GRADE_1_A`<br> | 220 | > `GRADE_1_A`<br> |
218 | > `GRADE_1_B`<br> | 221 | > `GRADE_1_B`<br> |
-
Please register or login to post a comment