This commit is contained in:
eric
2025-12-18 02:09:40 -06:00
parent 13312bfa83
commit 1a7561ea99

View File

@@ -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,