手機號碼月消費檔次API

手機號碼月消費檔次API,返回手機號的每個月消費水平,身份證姓名不作一致性校驗json

文檔:https://www.juhe.cn/docs/api/id/261api

接口地址:http://v.juhe.cn/mobile_consume/query
支持格式:json/xml
請求方式:get
請求示例:http://v.juhe.cn/mobile_consume/query?idcard=231123199508250225&realname=%E5%A4%A7%E4%BE%A0&mobile=13771849360&key=
接口備註:返回手機號的每個月消費水平,身份證姓名不作一致性校驗
調用樣例及調試工具: API測試工具
請求參數說明:   名稱 類型 必填 說明
  realname string 真實姓名
  idcard string 身份證號
  mobile int 手機號
返回參數說明:   名稱 類型 說明
  error_code int 返回碼
  result string 返回說明
  data string 返回結果集
JSON返回示例:
{
    "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
}
相關文章
相關標籤/搜索