~~~[api]
get:/v1/ipv4
*string:ip=223.5.5.5#需要查询的 IPv4 地址
<<<
success
{
"code": 0,
"result": {
"country": "中国",
"region": "0",
"province": "浙江省",
"city": "杭州市",
"ISP": "阿里云",
"cityID": 1132
}
}
<<<
error
{
"code": 1,
"msg": "请输入需要查询的 IP"
}
~~~