Path: /control/login/security-verify
Method: POST
接口描述:
Headers
| 参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
|---|---|---|---|---|
| Content-Type | application/x-www-form-urlencoded | 是 | application/x-www-form-urlencoded |
Body
| 参数名称 | 参数类型 | 是否必须 | 示例 | 备注 |
|---|---|---|---|---|
| securitytoken | text | 是 | xxx | 登录后换到的加密串 |
{
"success": true, // false
"data": {
"msg": "xxx"
}
}