feat(main): fix url

This commit is contained in:
liangzai 2025-02-18 17:45:09 +08:00
parent 8c03607293
commit 78f379b96d

View File

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