Merge pull request #290 from samwafgo/feat_287_3

feat: update alipay callback ip 2024
This commit is contained in:
samwafgo
2025-05-06 10:03:47 +08:00
committed by GitHub

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)