huangjiajun 1 vuosi sitten
vanhempi
commit
53984f0485
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      consume/zhios_recharge_order_fail.go

+ 1
- 1
consume/zhios_recharge_order_fail.go Näytä tiedosto

@@ -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{


Ladataan…
Peruuta
Tallenna