新增订单轮询
This commit is contained in:
parent
64c0373eba
commit
261ec08fb4
|
@ -286,7 +286,7 @@ func DecryptResponse(response string, isRequest bool) (Rsponse string) {
|
|||
var MerchantId, PrivateKey, PublicKey string
|
||||
if isRequest {
|
||||
MerchantId = config.GetConf().YouChuCallBack.MerchantId
|
||||
PrivateKey = config.GetConf().Sm2.PrivateKey
|
||||
PrivateKey = config.GetConf().YouChuCallBack.PrivateKey
|
||||
PublicKey = config.GetConf().YouChuCallBack.SopPublicKey
|
||||
} else {
|
||||
MerchantId = config.GetConf().YouChu.MerchantId
|
||||
|
|
Loading…
Reference in New Issue