huangjiajun 1年前
コミット
53984f0485
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      consume/zhios_recharge_order_fail.go

+ 1
- 1
consume/zhios_recharge_order_fail.go ファイルの表示

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


読み込み中…
キャンセル
保存