brand add qnc

This commit is contained in:
liangzai 2025-02-17 20:53:06 +08:00
parent 79e6a7660a
commit ea13cec7f5

View File

@ -63,6 +63,8 @@ func (a *AliPayService) CreateAlipayH5Order(amount float64, subject string, outT
var returnURL string
if brand == "tyc" {
returnURL = "https://www.tianyuancha.com/report"
} else if brand == "qnc" {
returnURL = "https://www.quannengcha.com/report"
} else {
returnURL = a.config.ReturnURL
}