姜腾飞

Updated 找回密码接口 (markdown)

###找回密码接口
接口地址: /accounts/password/reset
请求方式: POST
参数: q (邮箱)
返回值:
1.成功
```json
status:204
```
```json
2.失败
```
status:400
\ No newline at end of file
... ...