你也使用过这个API吗?欢迎分享你的见解
与大家分享你的见解、观点、比较或使用心得
雷达评级
AA
用户规模
10 万+
产品上线
5 年
https://chinadatapay.apistd.com/trade/user/1985
application/json
POST
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
key string | string | 是 | 请求 AccessKey, 请在控制台中查看 |
imageId string | string | 否 | 图片ID(根据接口“图片接口API”返回值“data”获取,例如:“a54ad2ce022b4da689d9081a5eaeb4f8”) |
参数名 | 类型 | 描述 |
---|---|---|
code string | string | 业务状态码 |
message string | string | 提示信息 |
data object | object | |
└ name string | string | 姓名 |
└ idcard string | string | 身份证号 |
└ sex string | string | 性别 |
└ nation string | string | 民族 |
└ birthday string | string | 生日 |
└ address string | string | 地址 |
└ image string | string | 身份证头像照片(暂不提供) |
└ authority string | string | 签发机关 |
└ timelimit string | string | 有效期限 |
seqNo string | string | 序列号(每次调用接口返回的唯一值,如有接口问题,请提供此值) |
{
"code": "10000",
"message": "成功",
"data": {
"birthday": "1994*20",
"sex": "男",
"address": "武汉市***1楼3号",
"name": "小王",
"idcard": "420****36",
"image": "",
"nation": "汉"
},
"seqNo": "58J089A41709121914"
}
你也使用过这个API吗?欢迎分享你的见解
与大家分享你的见解、观点、比较或使用心得