您是否正受到短信签名报备的困扰?互亿无线解决方案让您最快15分钟内恢复信息传递,马上 注册体验
所有文档
文档中心 > 应用开发 > IP地址查询

IP地址查询


提交IP查询

1、接口描述

请求支持 POST 和 GET 两种方法,字符编码为 utf-8。

2、请求地址

https://api.ihuyi.com/appdev/ip/Submit.json

3、请求头说明

参数名称 参数值描述 示例 类型 必填
Content-Type 内容类型,固定值 application/x-www-form-urlencoded string

4、请求参数说明

参数名称 参数值描述 示例 类型 必填
account APIID(用户中心【应用开发】-【IP查询】-【产品总览】查看) xxxxxxxx string
password 1、APIKEY(用户中心【应用开发】-【IP查询】-【产品总览】查看)
2、动态密码(生成动态密码方式请看该文档末尾的说明)
xxxxxxxxx string
ip IP地址(ipv4) 123.123.123.123 string
time Unix时间戳(10位整型数字,当使用动态密码方式时为必填) 1623643787 string

5、响应参数

参数名称 参数值描述 示例 类型 必返
code 返回值为2时,表示提交成功 2|1 int
msg 提交结果描述 查询成功|查询失败 string
msgid 当提交成功后,此字段为流水号,否则为0或空 16236437872836|0 string
result 认证结果 object
country 国家 中国 string
province 省份 广东 string
city 城市 深圳 string
district 龙岗区 string
operator 运营商 移动 string

6、响应状态码说明

code msg
0 未知错误
1 提交失败
2 提交成功
400 非法ip访问
401 帐号不能为空
402 密码不能为空
403 应用不存在
404 IP不能为空
4041 IP格式不正确
405 API ID 或 API KEY 不正确
4050 账号被冻结
40501 动态密码已过期
40502 动态密码校验失败
40505 没有签定合同
4051 剩余条数不足
4052 访问 ip 与备案 ip 不符
4010 通道错误

7、GET传参示例

https://api.ihuyi.com/appdev/ip/Submit.json?account=xxxxxxxx&password=xxxxxxxxx&ip=123.123.123.123&time=1623643787

8、响应示例

示例(成功)

<?xml version="1.0" encoding="utf-8"?><SubmitResult><code>2</code><msg>查询成功</msg><msgid>16236437872836</msgid><result><country>中国</country><province>广东</province><city>深圳</city><district>龙岗区</district><operator>移动</operator></result></SubmitResult>
{    "code":
            2
        ,        "msg":
            "查询成功"
        ,        "msgid":
            "16236437872836"
        ,        "result":
                {    "country":
                "中国"
                    ,        "province":
                "广东"
                    ,        "city":
                "深圳"
                    ,        "district":
                "龙岗区"
                    ,        "operator":
                "移动"
                        }
                }

示例(失败)

<?xml version="1.0" encoding="utf-8"?><SubmitResult><code>1</code><msg>查询失败</msg></SubmitResult>
{"code":1,"msg":"查询失败"}

9、PHP生成动态密码方式代码示例

$account = 'xxxxxxxx';
$password = 'xxxxxxxxx';
$time = '1623643787';
$password=md5($account.$password.$time);
$password=md5('xxxxxxxxxxxxxxxxx1623643787');

//注意:所有字符编码统一为UTF-8

10、代码示例

5分钟快速自助开通免费体验账户

在线咨询
电话咨询

服务热线:

4008 808 898

服务热线(工作时间):

4008 808 898

业务咨询(非工作时间):

售后咨询(非工作时间):