|
|
@@ -106,7 +106,7 @@ func handleZhiosRechargeOrderFail(msg []byte) error { |
|
|
|
wechatP12ApiclientCert := db.SysCfgGetWithDb(eg, mid, "wechat_p12_apiclient_cert") |
|
|
|
wechatPayRefundType := db.SysCfgGetWithDb(eg, mid, "wechat_pay_refund_type") |
|
|
|
NSFNTheSameBack = false |
|
|
|
if wechatP12ApiclientCert == "" || orderData.TradeNo == "" || wechatPayRefundType != "1" || ord.AppId == "" { |
|
|
|
if wechatP12ApiclientCert == "" || orderData.TradeNo == "" || wechatPayRefundType != "1" || orderData.AppId == "" { |
|
|
|
NSFNTheSameBack = true |
|
|
|
} else { |
|
|
|
params := map[string]string{ |
|
|
|