手机号码月消费档次API,返回手机号的每个月消费水平,身份证姓名不作一致性校验json
文档:https://www.juhe.cn/docs/api/id/261api
realname | string | 是 | 真实姓名 | |
idcard | string | 是 | 身份证号 | |
mobile | int | 是 | 手机号 |
error_code | int | 返回码 | |
result | string | 返回说明 | |
data | string | 返回结果集 |
{
"reason": "成功", /*请求状态*/
"result": {
"province": "江苏省", /*省*/
"city": "苏州市",/*城市*/
"isp": "移动", /*运营商*/
"code": "3",
/*消费等级
0 => (0,30),
1 => (30,60],
2 => (60,100],
3 => (100,200],
4 => (200,+),
101 => (0,30)
102 => [30,120],
*/
"desc": "(100,200]" /*等级描述*/
},
"error_code": 0
}