GET api/Values?IP={IP}
测试.IP信息
请求信息
URI 参数
参数 | 参数描述 | 类型 | 其它信息 |
---|---|---|---|
IP |
IP地址 |
string |
Required |
Body 参数
None.
响应信息
响应描述
IP地址信息
Address参数 | 参数描述 | 类型 | 其它信息 |
---|---|---|---|
IPAddress | string |
None. |
|
Province | string |
None. |
|
City | string |
None. |
响应格式
application/json, text/json
Sample:
{ "IPAddress": "sample string 1", "Province": "sample string 2", "City": "sample string 3" }
text/html
Sample:
{"IPAddress":"sample string 1","Province":"sample string 2","City":"sample string 3"}