From 1a7561ea99381f49cb4ae651fed7d6c2f9027601 Mon Sep 17 00:00:00 2001 From: eric Date: Thu, 18 Dec 2025 02:09:40 -0600 Subject: [PATCH] 's' --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index c7e019b..07ea39b 100644 --- a/app/main.py +++ b/app/main.py @@ -110,7 +110,7 @@ async def payh5(item: dict): name = type_map.get(item.get('type'), "商品支付") # notify_url = "https://www.hackrobot.cn/xorpay_notify" # 建议使用完整路径,避免冲突 - notify_url = "https://api.hackrobot.cnp/xorpay_notify" # 建议使用完整路径,避免冲突 + notify_url = "https://api.hackrobot.cn/xorpay_notify" # 建议使用完整路径,避免冲突 params = { "name": name,