Browse Source

更改支付接口app支付方式

abiao 4 years ago
parent
commit
6d05d01d8c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      go/gopath/src/fohow.com/libs/wx_mp/pay.go

+ 2 - 0
go/gopath/src/fohow.com/libs/wx_mp/pay.go

@@ -185,6 +185,8 @@ func getAppPayPrepayId(outTradeNo string, totalPrice int64, body, notifyUrl, rem
 		// "limit_pay":  "no_credit",
 	}
 
+	beego.BeeLogger.Warn("mechantInfo err[%s]", mechantInfo.MchId)
+
 	if limit {
 		req["limit_pay"] = "no_credit"
 	}