梁海波

Updated 查看老师发放盒子情况 (markdown)

@@ -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 ```