Showing
1 changed file
with
11 additions
and
6 deletions
@@ -21,19 +21,24 @@ POST https://api.boxfish.cn/signup | @@ -21,19 +21,24 @@ POST https://api.boxfish.cn/signup | ||
21 | } | 21 | } |
22 | ``` | 22 | ``` |
23 | 23 | ||
24 | -登录 | 24 | +登录 |
25 | 25 | ||
26 | ``` | 26 | ``` |
27 | -POST https://api.boxfish.cn/login | 27 | +POST https://api.boxfish.cn/login |
28 | ``` | 28 | ``` |
29 | 29 | ||
30 | -参数 | 30 | +参数 |
31 | + | ||
32 | +| Name | Type | Descripton | | ||
33 | +| :--- | :--- | :--- | | ||
34 | +| username | String | **必须.** | | ||
35 | + | ||
36 | +username: user161116141352CJHaqctY | ||
31 | 37 | ||
32 | - username: user161116141352CJHaqctY | ||
33 | - | ||
34 | 返回值: | 38 | 返回值: |
39 | + | ||
35 | ```json | 40 | ```json |
36 | - { | 41 | +{ |
37 | "access_token": "CxCIFCdSFu", | 42 | "access_token": "CxCIFCdSFu", |
38 | "id": 70904, | 43 | "id": 70904, |
39 | "code": "success" | 44 | "code": "success" |
-
Please register or login to post a comment