Showing
1 changed file
with
3 additions
and
1 deletions
@@ -216,7 +216,7 @@ public static class Response { | @@ -216,7 +216,7 @@ public static class Response { | ||
216 | 216 | ||
217 | 217 | ||
218 | 218 | ||
219 | -> `grade`为枚举值: | 219 | +> `grade`为枚举值:<br> |
220 | > `GRADE_1_A`<br> | 220 | > `GRADE_1_A`<br> |
221 | > `GRADE_1_B`<br> | 221 | > `GRADE_1_B`<br> |
222 | > `GRADE_2_A`<br> | 222 | > `GRADE_2_A`<br> |
@@ -236,6 +236,8 @@ public static class Response { | @@ -236,6 +236,8 @@ public static class Response { | ||
236 | 236 | ||
237 | 237 | ||
238 | - ResponseBody: | 238 | - ResponseBody: |
239 | + | ||
240 | + | ||
239 | ```json5 | 241 | ```json5 |
240 | { | 242 | { |
241 | "status": "SUCCESS", | 243 | "status": "SUCCESS", |
-
Please register or login to post a comment