From 78f379b96dd80bcbb5edbb2363a0bf4a4cb90938 Mon Sep 17 00:00:00 2001 From: liangzai <2440983361@qq.com> Date: Tue, 18 Feb 2025 17:45:09 +0800 Subject: [PATCH] feat(main): fix url --- app/user/cmd/api/internal/service/alipayService.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/user/cmd/api/internal/service/alipayService.go b/app/user/cmd/api/internal/service/alipayService.go index e826801..84c2624 100644 --- a/app/user/cmd/api/internal/service/alipayService.go +++ b/app/user/cmd/api/internal/service/alipayService.go @@ -64,7 +64,7 @@ func (a *AliPayService) CreateAlipayH5Order(amount float64, subject string, outT var notifyURL string if brand == "tyc" { returnURL = "https://www.tianyuancha.cn/report" - notifyURL = "https://www.tianyuancha.cn/api/v1/pay/wechat/callback" + notifyURL = "https://www.tianyuancha.cn/api/v1/pay/alipay/callback" } else { returnURL = a.config.ReturnURL notifyURL = a.config.NotifyUrl