From 265061ad462b6d7d63aebaf9e41ca857809dea23 Mon Sep 17 00:00:00 2001 From: liangzai <2440983361@qq.com> Date: Thu, 19 Jun 2025 02:10:02 +0800 Subject: [PATCH] fix wechat RefundNotifyUrl --- app/main/api/etc/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main/api/etc/main.yaml b/app/main/api/etc/main.yaml index 50e25e2..3a1e9ab 100644 --- a/app/main/api/etc/main.yaml +++ b/app/main/api/etc/main.yaml @@ -50,7 +50,7 @@ Wxpay: MchPublicKeyPath: "etc/merchant/pub_key.pem" MchPlatformRAS: "1FFEC3F62E31885FAB4C91ADCB8D7557E9488781" NotifyUrl: "https://www.quannengcha.com/api/v1/pay/wechat/callback" - RefundNotifyUrl: "https://www.quannengcha.com/api/v1/wechat/refund_callback" + RefundNotifyUrl: "https://www.quannengcha.com/api/v1/pay/wechat/refund_callback" Applepay: ProductionVerifyURL: "https://api.storekit.itunes.apple.com/inApps/v1/transactions/receipt" SandboxVerifyURL: "https://api.storekit-sandbox.itunes.apple.com/inApps/v1/transactions/receipt"