Showing
1 changed file
with
13 additions
and
0 deletions
| @@ -87,4 +87,17 @@ | @@ -87,4 +87,17 @@ | ||
| 87 | "message": "【星级教师】红包一个老师只能发一个!", | 87 | "message": "【星级教师】红包一个老师只能发一个!", |
| 88 | "code": "duplicated" | 88 | "code": "duplicated" |
| 89 | } | 89 | } |
| 90 | +``` | ||
| 91 | + | ||
| 92 | +- 3. 失败 | ||
| 93 | + | ||
| 94 | +返回 | ||
| 95 | + http状态码 `422` | ||
| 96 | + | ||
| 97 | +内容 | ||
| 98 | +```json | ||
| 99 | + { | ||
| 100 | + "message": "notice finance failed\nmessage:500 null", | ||
| 101 | + "code": "save_error" | ||
| 102 | + } | ||
| 90 | ``` | 103 | ``` |
-
Please register or login to post a comment