|
|
@@ -330,7 +330,7 @@ func (self *PayController) payCentExchange(oId, returnUrl, source, remark string
|
|
|
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)
|