[关闭]
@apis1990 2016-08-24T03:49:58.000000Z 字数 297 阅读 433

报名驾校

身份证验证接口


1.URL:/service/api/identify_validate.php

测试地址:http://36.33.24.119:8081/api/identify_validate.php/id/:id

2.请求方式:GET

3.请求参数:

参数 类型 是否必须 描述
id int 身份证ID

5.接口测试参数

  1. id = 2348237482738333

4.接口返回结果

  1. {
  2. "errNum": 0, // 0:验证通过 其他都为不通过
  3. "retMsg": "success",
  4. "retData": {
  5. "address": "安徽省霍邱县",
  6. "sex": "M",
  7. "birthday": "1991-04-10"
  8. }
  9. }
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注