Path: /send-verify-code
Method: POST
接口描述:
Headers
| 参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
|---|---|---|---|---|
| Content-Type | application/x-www-form-urlencoded | 是 |
Body
| 参数名称 | 参数类型 | 是否必须 | 示例 | 备注 |
|---|---|---|---|---|
| method | text | 是 | ||
| acount | text | 是 | 账号 | |
| action | text | 是 | forgot_pwd | |
| target | text | 是 | 目标(邮箱或者手机号) |
Path: /verify
Method: POST
接口描述:
Headers
| 参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
|---|---|---|---|---|
| Content-Type | application/x-www-form-urlencoded | 是 |
Body
| 参数名称 | 参数类型 | 是否必须 | 示例 | 备注 |
|---|---|---|---|---|
| method | text | 是 | ||
| value | text | 是 | 验证码 | |
| acount | text | 是 | 账号 | |
| action | text | 是 | forgot_pwd |