Browse Source

更新

three
huangjiajun 1 year ago
parent
commit
53984f0485
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      consume/zhios_recharge_order_fail.go

+ 1
- 1
consume/zhios_recharge_order_fail.go View 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{


Loading…
Cancel
Save