소스 검색

add wxpay for app

abiao 4 년 전
부모
커밋
9e62cd23cc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      go/gopath/src/fohow.com/apps/controllers/pay_controller/pay_exchange_controller.go

+ 1 - 1
go/gopath/src/fohow.com/apps/controllers/pay_controller/pay_exchange_controller.go

@@ -43,7 +43,7 @@ func (self *PayController) payExchange(oId, payWay, tradPwd, returnUrl, source,
 	//地址
 	addressId, _ := self.GetInt64("address_id")
 	address := address_model.GetUserAddressById(addressId)
-	beego.BeeLogger.Warn("address.wxuserId--%d", address.WxUserId)
+	//beego.BeeLogger.Warn("address.wxuserId--%d", address.WxUserId)
 	beego.BeeLogger.Warn("wxUId-%d", wxUId)
 
 	if address == nil || address.WxUserId != wxUId {