新增订单轮询

This commit is contained in:
qiyunfanbo126.com 2024-09-04 19:14:26 +08:00
parent 64c0373eba
commit 261ec08fb4
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ func DecryptResponse(response string, isRequest bool) (Rsponse string) {
var MerchantId, PrivateKey, PublicKey string var MerchantId, PrivateKey, PublicKey string
if isRequest { if isRequest {
MerchantId = config.GetConf().YouChuCallBack.MerchantId MerchantId = config.GetConf().YouChuCallBack.MerchantId
PrivateKey = config.GetConf().Sm2.PrivateKey PrivateKey = config.GetConf().YouChuCallBack.PrivateKey
PublicKey = config.GetConf().YouChuCallBack.SopPublicKey PublicKey = config.GetConf().YouChuCallBack.SopPublicKey
} else { } else {
MerchantId = config.GetConf().YouChu.MerchantId MerchantId = config.GetConf().YouChu.MerchantId