6.1刷新WJJ认证状态.md 1.05 KB

请求参数说明:

参数 必选 类型 说明
appId true string 应用ID
uid true string 用户ID
clientPlat true string 客户端平台[i:IOS客户端,a:Android客户端, w: 网页]
token true string 用户平台TOKEN
sign true string 签名

返回格式说明:

{
    "errorCode": "0",
    "errorMessage": "成功",
    "data": {
        "personStatus": 0,
        "institutionStatus": 0
    }
}
{
    "errorCode": "1",
    "errorMessage": "请求参数无效"
}