Showing
1 changed file
with
4 additions
and
4 deletions
| @@ -37,10 +37,10 @@ POST https://api.boxfish.cn/login | @@ -37,10 +37,10 @@ POST https://api.boxfish.cn/login | ||
| 37 | 37 | ||
| 38 | ```json | 38 | ```json |
| 39 | { | 39 | { |
| 40 | - "access_token": "CxCIFCdSFu", | 40 | + "access_token": "CxCIFCdSFu", |
| 41 | - "id": 70904, | 41 | + "id": 70904, |
| 42 | - "code": "success" | 42 | + "code": "success" |
| 43 | - } | 43 | +} |
| 44 | 失败时code不为success 在msg字段中获取失败原因 | 44 | 失败时code不为success 在msg字段中获取失败原因 |
| 45 | ``` | 45 | ``` |
| 46 | 46 |
-
Please register or login to post a comment