增加品牌

This commit is contained in:
qiyunfanbo126.com 2024-10-08 11:02:32 +08:00
parent 923ae81804
commit 89c912e002
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ func CreateOrderService(userId int, productId int) (code int, data front.InsertO
}
}
data.PlainText = config.GetConf().YouChu.MchtNo + order.OrderNo + order.Price
data.PlainText = config.GetConf().YouChu.MchtNo + "|" + order.OrderNo + "|" + order.Price
data.Sign = utils.HmacSha256To16(config.GetConf().YouChu.Sha, data.PlainText)
data.OrderNo = order.OrderNo
data.NotifyUrl = config.GetConf().YouChu.NotifyUrl