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