From 7c0ec23b68801a21f234ff4ded3db73769d5ff11 Mon Sep 17 00:00:00 2001 From: liangzai <2440983361@qq.com> Date: Sat, 26 Apr 2025 15:30:56 +0800 Subject: [PATCH] fix callback wx --- app/user/cmd/api/etc/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/user/cmd/api/etc/main.yaml b/app/user/cmd/api/etc/main.yaml index 2fb8775..2a50d52 100644 --- a/app/user/cmd/api/etc/main.yaml +++ b/app/user/cmd/api/etc/main.yaml @@ -46,8 +46,8 @@ Wxpay: MchCertificateSerialNumber: "5369B8AEEBDCF7AF274510252E6A8C0659C30F61" MchApiv3Key: "e3ea4cf0765f1e71b01bb387dfcdbc9f" MchPrivateKeyPath: "etc/merchant/apiclient_key.pem" - NotifyUrl: "https://www.tianyuancha.cn/api/v1/pay/wechat/callback" - RefundNotifyUrl: "https://www.tianyuancha.cn/api/v1/wechat/refund_callback" + NotifyUrl: "https://www.quannengcha.com/api/v1/pay/wechat/callback" + RefundNotifyUrl: "https://www.quannengcha.com/api/v1/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"