Showing
1 changed file
with
3 additions
and
2 deletions
| @@ -16,14 +16,15 @@ | @@ -16,14 +16,15 @@ | ||
| 16 | `http状态码200` | 16 | `http状态码200` |
| 17 | ```json | 17 | ```json |
| 18 | { | 18 | { |
| 19 | - "message": "success" | 19 | + "sender": "haha", |
| 20 | + "sendDate": "2016-07-16" | ||
| 20 | } | 21 | } |
| 21 | ``` | 22 | ``` |
| 22 | + 无数据时返回 | 23 | + 无数据时返回 |
| 23 | `http状态码404` | 24 | `http状态码404` |
| 24 | ```json | 25 | ```json |
| 25 | { | 26 | { |
| 26 | - "message": "没有发放盒子", | 27 | + "message": "没有发过盒子!", |
| 27 | "code": "not_found" | 28 | "code": "not_found" |
| 28 | } | 29 | } |
| 29 | ``` | 30 | ``` |
-
Please register or login to post a comment