热门搜索 : 电子合同   签署   产品
首页 > 文档中心 > 三网手机实名认证 > API接口文档

1)请求地址

https://v.1dq.com/api/a3

2)示范URL

https://v.1dq.com/api/a3?key=您的key&realName=寻程&cardNo=123456789&mobile=15618181818

3)请求参数

字段名称 类型 必填 字段说明 示范 备注
key string Y AppKey在我的数据页面 xxxxxx -
realName string Y 身份证姓名 寻程 -
cardNo int Y 身份证号码 123456789 -
mobile int Y 手机号码 15618181818 -

4)选填参数

字段名称 类型 必填 字段说明 示范 备注
trans_id string N 用户订单号,24 字符以内 2017201230 -
trans_date string N 用户订单时间,格式为YYmmddHHiiss 20160112122233 -
trans_remark string N 用户备注,原路返回 xxx -
account string N 是否返回账户信息,
如需返回剩余可用次数,请传递auto
如果账户是按次数扣除,则返回剩余次数
如账户是按金额扣除,则返回账户剩余金额
auto -
output string N 输出格式,默认JSON;可选项JSON/XML JSON -

5)返回参数

字段名称 类型 必填 字段说明 示范 备注
error_code int Y 状态码 - -
reason string Y 状态说明 - -
ordersign string Y 订单号 - -
result string Y 结果集 - -

6)返回JSON结果示例

{
  "error_code": 0,
  "reason": "认证通过", /*请求状态*/
  "result": {
    "mobile": "156181****",
    "cardNo": "511*****",
    "realName": "张三",
    "mobile_details": {
      "company": "中国联通",  /*运营商*/
      "card": "中国联通 GSM",  /*种类*/
      "province": "上海",   /*归属地省份*/
      "city": "上海",   /*市*/
      "num": "1561818",   /*手机号num*/
      "citycode": "021",  /*城市代码*/
      "areacode": "310100", /*地区代码*/
      "zip": "200000", /*邮编*/
      "prefix": "156" /*前缀*/
    }
  },
  "ordersign": "2017072500315717910051521"
}

现在注册,免费试用所有产品

免费体验