# 手机在网时长


# 接口地址

https://cms.1cloudsp.com/open/api/qry/data/45

请求方式:POST,以表单的形式传递参数,content-type:application/x-www-form-urlencoded。编码采用UTF-8编码。


# 请求参数

参数名 是否必填 类型 说明
accesskey String 秘钥key
secret String 秘钥secret
realname String 姓名
idcard String 身份证
mobile String 手机号码

# 返回参数

参数名 类型 说明
realname String 姓名
idcard String 身份证号码
mobile String 手机号码
res int 匹配结果,1:匹配 2:不匹配
desc String 在网时长说明,与在网时长编码一一对应(表示月数):(0,3],(3,6],(6,12],(12,24],(24,+),T-1月前已离网/手机状态异常
msg String 结果

# 返回示例

{
    "msg": "成功",
    "data": {
        "mobile": "156****9794",
        "code": "3",
        "desc": "(24,+)",
        "res": 1,
        "idnum": "3408271*******492X",
        "name": "小明",
        "province": "安徽省",
        "city": "合肥市",
        "isp": "联通"
    },
    "ret": 0
}