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