Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -45,10 +45,10 @@ POST https://api.boxfish.cn/login | @@ -45,10 +45,10 @@ POST https://api.boxfish.cn/login | ||
| 45 | 45 | ||
| 46 | 失败 | 46 | 失败 |
| 47 | { | 47 | { |
| 48 | - "code":"", | 48 | + "code":"fail", |
| 49 | "msg":"失败具体原因" | 49 | "msg":"失败具体原因" |
| 50 | } | 50 | } |
| 51 | - | 51 | + |
| 52 | 失败时code不为success 在msg字段中获取失败原因 | 52 | 失败时code不为success 在msg字段中获取失败原因 |
| 53 | ``` | 53 | ``` |
| 54 | 54 |
-
Please register or login to post a comment