Skip to content

Commit bdc910b

Browse files
committed
Merge branch 'dev'
2 parents dcb9b36 + 163052d commit bdc910b

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,26 @@ GET /api/v1/queryip?ip=1.1.1.1
166166
ip 要查询的IP地址
167167
```
168168

169+
返回:
170+
171+
```sh
172+
{
173+
"entryType": "query ip",
174+
"errmsg": "",
175+
"ip": "1.1.1.1",
176+
"ipInfo": {
177+
"CityId": 0,
178+
"Country": "中国",
179+
"Region": "0",
180+
"Province": "上海",
181+
"City": "上海",
182+
"ISP": "电信"
183+
},
184+
"requestID": "474b7bbc-a453-45cd-8d01-03f57de22a44",
185+
"statuscode": 0
186+
}
187+
```
188+
169189
[返回到目录](#目录)
170190

171191
## 工作日节假日判断

0 commit comments

Comments
 (0)