소스 검색

take cash edit

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

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

@@ -191,7 +191,7 @@ func (self *BalanceController) TakeCash() {
 	}
 
 	if amount < TAKE_CASH_AMOUNT_LIMIT_MIN || amount > TAKE_CASH_AMOUNT_LIMIT_MAX {
-		self.ReturnError(403, []string{"amountLimit", "提现单日限额2W,最低10元"}, "", nil)
+		//self.ReturnError(403, []string{"amountLimit", "提现单日限额2W,最低10元"}, "", nil)
 	}
 
 	/*	if user.IsCertification != 1 {