Commit 6ba813d9a20ac59ad764887689f6a310debfc997

Authored by 陆恒
1 parent 80441965
Exists in master

提交

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/HttpServer/logic/logic.go
... ... @@ -162,9 +162,9 @@ func HandlerGetcash(w http.ResponseWriter, data string, uuid int) {
162 162  
163 163 //2.2.5版本开启自动审核
164 164 checkcoin := 2
165   - if rdata.Ver == "2.2.5" || rdata.Ver == "2.2.6" || rdata.Ver == "2.2.7" {
  165 + if rdata.Ver == "2.2.5" || rdata.Ver == "2.2.6" || rdata.Ver == "2.3.2" {
166 166 logger.Info("HandlerGetcash autocheckcoin")
167   - if drawnum <= 150 {
  167 + if drawnum <= 200 {
168 168 //1.5挡位以下不需要审核
169 169 checkcoin = 1 //临时关闭u
170 170 }
... ...