号码标记查询
基本信息
Path: http://cc.v-call.cn/openapi/number-identify/{phone}?token=xxxxxx
Method: GET
接口描述:
号码标记查询
请求参数
路径参数
参数名称 | 示例 | 备注 |
---|---|---|
phone | 158xxxx6789 | phone |
Query
参数名称 | 是否必须 | 示例 | 备注 |
---|---|---|---|
token | 是 | 通过授权接口获取的token |
返回数据
返回示例
{
"msg": "success",
"code": "0",
"data": {
"phone": "183xxxxxxxx",
"name": null,
"marker": {
"counter": 100,
"type": "广告推销"
}
}
}
参数说明
参数名 | 类型 | 说明 |
---|---|---|
msg | string | 返回说明 |
code | int | 返回code,0为正常 |
data | object | 返回数据 |
├ phone | string | 标记手机号 |
├ name | string | 黄页名 |
├ marker | string | 标记对象 |
├ counter | string | 标记次数 |
├ type | string | 标记类型 |
文档更新时间: 2024-01-29 09:31 作者:赵作钰