From 898a267016b3f3a0bd7c137d7bb41498347abac9 Mon Sep 17 00:00:00 2001
From: chaihongjun <441315628@qq.com>
Date: Tue, 30 Sep 2025 16:38:45 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20address-2.24=20?=
=?UTF-8?q?=E5=92=8C=20address-2.25?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 63 insertions(+)
diff --git a/README.md b/README.md
index 0a24c4c..7811244 100644
--- a/README.md
+++ b/README.md
@@ -91,6 +91,8 @@
[https://check.torproject.org/api/ip](#address-2.22)
[https://api.live.bilibili.com/xlive/web-room/v1/index/getIpInfo](#address-2.23)
+[https://i.news.qq.com/api/ip2city](#address-2.24)
+[https://ipv4.gdt.qq.com/get_client_ip](#address-2.25)
3.只可通过IP查询信息
@@ -1788,6 +1790,67 @@ https://api.live.bilibili.com/xlive/web-room/v1/index/getIpInfo
+**地址24**: https://i.news.qq.com/api/ip2city
+
+请求类型:GET
+
+请求参数:无
+
+CORS跨域支持:否
+
+请求示例:
+
+```
+https://i.news.qq.com/api/ip2city
+```
+
+示例结果:
+
+```
+{
+ "ret": 0,
+ "errMsg": "",
+ "ip": "223.199.183.154",
+ "provcode": "21",
+ "citycode": "233",
+ "country": "中国",
+ "province": "海南省",
+ "city": "海口市",
+ "district": "",
+ "isp": "",
+ "districtCode": "460100",
+ "callback": ""
+}
+
+```
+
+
+
+
+**地址25**: https://ipv4.gdt.qq.com/get_client_ip
+
+请求类型:GET
+
+请求参数:无
+
+CORS跨域支持:否
+
+返回类型: `text/plain`
+
+请求示例:
+
+```
+https://ipv4.gdt.qq.com/get_client_ip
+```
+
+示例结果:
+
+```
+223.199.183.154
+```
+
+
+
### 3.只可通过IP查询
From 22afd47b638baea24de21dea5db88900752f09a1 Mon Sep 17 00:00:00 2001
From: chaihongjun <441315628@qq.com>
Date: Tue, 30 Sep 2025 16:46:43 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E4=B8=8B?=
=?UTF-8?q?=E6=A0=BC=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 7811244..57c99ee 100644
--- a/README.md
+++ b/README.md
@@ -91,7 +91,9 @@
[https://check.torproject.org/api/ip](#address-2.22)
[https://api.live.bilibili.com/xlive/web-room/v1/index/getIpInfo](#address-2.23)
+
[https://i.news.qq.com/api/ip2city](#address-2.24)
+
[https://ipv4.gdt.qq.com/get_client_ip](#address-2.25)
3.只可通过IP查询信息