feat: update alipay callback ip 2024

#287
This commit is contained in:
samwaf
2025-05-06 09:58:36 +08:00
parent 150d70c97f
commit 93764d551b

View File

@@ -60,6 +60,7 @@ func AlipayPayBackIP(ip string) CallBackIpResult {
"203.209.224.0/19",
"43.227.188.0/22",
"45.113.40.0/22",
"8.150.0.0/17",
"2400:B200::/32",
}
isInRanges := utils.CheckIPInRanges(ip, ipRanges)