Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

使用说明

本接口用于修改密码后,接口尝试登录连续失败需要输入验证码时,可调用此接口清除验证码限制,本接口每天最多可使用10次;

访问地址


GET {host}/Rest/clearLoginPicCode


Request-Body参数

参数名参数类型是否必填描述

Request-Body请求示例:

application/json
 


返回结果

Status: 200 OK
{
    "http_code":200,
    "data":true,
    "status":[
        10000000
    ]
}

返回参数说明

参数名类型说明
statusarray处理结果状态码

返回状态码说明

状态码说明
10000000
处理成功
201000000004
调用超过每日请求次数


  • No labels