归属地查询

基本信息

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":"中国移动"
    }
}

参数说明

参数名 类型 说明
msg string 返回说明
code int 返回code,0为正常
data object 返回数据
├ areaCode string 区号
├ province string 所属省
├ areaName string 地区名称
└ memo string 运营商
文档更新时间: 2023-09-06 12:04   作者:梁泽文