We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcb9b36 + 163052d commit bdc910bCopy full SHA for bdc910b
1 file changed
README.md
@@ -166,6 +166,26 @@ GET /api/v1/queryip?ip=1.1.1.1
166
ip 要查询的IP地址
167
```
168
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
189
[返回到目录](#目录)
190
191
## 工作日节假日判断
0 commit comments