huangjiajun 1 anno fa
parent
commit
53984f0485
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      consume/zhios_recharge_order_fail.go

+ 1
- 1
consume/zhios_recharge_order_fail.go Vedi File

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


Caricamento…
Annulla
Salva