feat(main): fix url
This commit is contained in:
parent
6a5eab11ea
commit
8c03607293
@ -63,8 +63,8 @@ func (a *AliPayService) CreateAlipayH5Order(amount float64, subject string, outT
|
||||
var returnURL string
|
||||
var notifyURL string
|
||||
if brand == "tyc" {
|
||||
returnURL = "https://www.tianyuancha.com/report"
|
||||
notifyURL = "https://www.tianyuancha.com/api/v1/pay/wechat/callback"
|
||||
returnURL = "https://www.tianyuancha.cn/report"
|
||||
notifyURL = "https://www.tianyuancha.cn/api/v1/pay/wechat/callback"
|
||||
} else {
|
||||
returnURL = a.config.ReturnURL
|
||||
notifyURL = a.config.NotifyUrl
|
||||
|
Loading…
Reference in New Issue
Block a user