全网手机三要素验证(简版V2)

HTTPS
携号转网(简版)
套餐 1
套餐 2
套餐 3
套餐 4
35 / 100 次

雷达评级

AA

用户规模

10 万+

产品上线

4

全网手机三要素验证(简版V2)

接口地址
https://chinadatapay.apistd.com/communication/personal/9449
响应格式
application/json
请求方法
POST
请求参数 (Query)
参数类型必须描述
keystring
string
请求 AccessKey, 请在控制台中查看
namestring
string
姓名
idcardstring
string
身份证号
mobilestring
string
手机号
返回参数 (Body)
参数类型描述
codestring
string
业务状态码
messagestring
string
提示信息
dataobject
object
statestring
string
验证结果(1:验证一致,2:验证不一致,3:异常情况)
operatorsstring
string
号码所属运营商(1:移动;2:联通;3:电信)
isTransstring
string
是否携号转网,0:否1:是
operator_realstring
string
号码实际所属运营商(1:移动;2:联通;3:电信)
seqNostring
string
序列号(每次调用接口返回的唯一值,如有接口问题,请提供此值)
请求返回示例
{
  "code": "10000",
  "message": "成功",
  "data": {
    "operator_real": "1",
    "operators": "2",
    "state": "1",
    "isTrans": "1"
  },
  "seqNo": "F6Y2076P2009111457"
}