|
|
@@ -50,7 +50,7 @@ func (self *PayController) payExchange(oId, payWay, tradPwd, returnUrl, source,
|
|
|
self.ReturnError(403, apps.AddressNotMatch, "", nil)
|
|
|
}
|
|
|
|
|
|
- if source != order_model.SOURCE_XCX && source != order_model.SOURCE_GZH {
|
|
|
+ if source != order_model.SOURCE_XCX && source != order_model.SOURCE_APP {
|
|
|
self.ReturnError(403, apps.ParamsError, "", nil)
|
|
|
}
|
|
|
wxUser := user_model.GetWxUserById(wxUId, false)
|