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,