归属地查询

基本信息

Path: http://cc.v-call.cn/openapi/location/{phone}?token=xxxxxx

Method: GET

接口描述:
手机号归属地查询

请求参数

路径参数

参数名称 示例 备注
phone 158xxxx6789 phone

Query

参数名称 是否必须 示例 备注
token 通过授权接口获取的token

返回数据

返回示例
{
    "msg":"success",
    "code":0,
    "data":{
        "areaCode":"010",
        "province":"北京",
        "areaName":"北京",
        "memo":"中国移动",
        "currentMemo":"中国电信",
        "status":1
    }
}

参数说明

参数名 类型 说明
msg string 返回说明
code int 返回code,0为正常
data object 返回数据
├ areaCode string 区号
├ province string 所属省
├ areaName string 地区名称
└ memo string 原运营商(转网前)(中国移动,中国联通,中国电信,未知)
└ currentMemo string 当前运营商
└ status int 携号转网状态(0:非携号,1:携号转网)
文档更新时间: 2024-03-28 05:44   作者:梁泽文