Showing
1 changed file
with
7 additions
and
1 deletions
1 | ###找回密码接口 | 1 | ###找回密码接口 |
2 | 接口地址: /accounts/password/reset | 2 | 接口地址: /accounts/password/reset |
3 | + | ||
3 | 请求方式: POST | 4 | 请求方式: POST |
5 | + | ||
4 | 参数: q (邮箱) | 6 | 参数: q (邮箱) |
5 | 7 | ||
6 | 返回值: | 8 | 返回值: |
7 | 9 | ||
8 | 1.成功 | 10 | 1.成功 |
11 | +```json | ||
9 | status:204 | 12 | status:204 |
10 | - | 13 | +``` |
14 | +```json | ||
11 | 2.失败 | 15 | 2.失败 |
16 | +``` | ||
17 | + | ||
12 | status:400 | 18 | status:400 |
-
Please register or login to post a comment