brand add qnc
This commit is contained in:
parent
79e6a7660a
commit
ea13cec7f5
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user