Showing
1 changed file
with
7 additions
and
1 deletions
@@ -43,7 +43,13 @@ POST https://api.boxfish.cn/login | @@ -43,7 +43,13 @@ POST https://api.boxfish.cn/login | ||
43 | "code": "success" | 43 | "code": "success" |
44 | } | 44 | } |
45 | 45 | ||
46 | -失败 失败时code不为success 在msg字段中获取失败原因 | 46 | +失败 |
47 | +{ | ||
48 | + "code":"", | ||
49 | + "msg":"失败具体原因" | ||
50 | +} | ||
51 | + | ||
52 | + 失败时code不为success 在msg字段中获取失败原因 | ||
47 | ``` | 53 | ``` |
48 | 54 | ||
49 | \(3\) 家长发送学生验证码 POST | 55 | \(3\) 家长发送学生验证码 POST |
-
Please register or login to post a comment