获取授权状态
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
ClientId | String | 必须 | 12312312 | 客户编号 | |
nonce | String | 必须 | sfsafadsf | 随机数 | |
Signature | String | 必须 | sdfasfsdafsdaf | 签名 | |
aac147 | String | 必须 | 130111xxxxxxxxxxxx | 身份证号 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
code | String | true | 状态码 |
msg | String | 10 | 信息 |
data | String | 错误 | 数据 |
{ "code":"true", "msg":"10", "data":"错误" }
{"msg":"Illegal request","code":"sign-check-failure"}
错误码 | 错误描述 | 解决方案 |
---|