Kaynağa Gözat

take cash edit

abiao 2 yıl önce
ebeveyn
işleme
b8c1dc90af

+ 2 - 0
go/gopath/src/fohow.com/apps/controllers/balance_controller/balance_controller.go

@@ -203,6 +203,8 @@ func (self *BalanceController) TakeCash() {
 		self.ReturnError(403, []string{"notBindbank", "请完善您的银行卡信息"}, "", nil)
 	}*/
 
+	self.ReturnError(403, []string{"systemupgrade", "系统升级中"}, "", nil)
+
 	wxUser := self.GetCurrentWxUser(false)
 	todayOrderList := balance_model.GetTakeCashOrderListByWxUIdAndTime(wxUser.Id, time.Now(), false)