Commit a80da8565cff2e77ac39f2d3e2a161d9f67995cc

Authored by 陆恒
1 parent 7fbe431d
Exists in ver2.2.7

提交

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/HttpServer/logic/logic.go
... ... @@ -196,11 +196,11 @@ func HandlerGetcash(w http.ResponseWriter, data string, uuid int) {
196 196  
197 197 //2.2.5版本开启自动审核
198 198 checkcoin := 2
199   - if rdata.Ver == "2.2.5" {
  199 + if rdata.Ver == "2.2.5" || rdata.Ver == "2.2.6" || rdata.Ver == "2.2.7" {
200 200 logger.Info("HandlerGetcash autocheckcoin")
201 201 if drawnum <= 150 {
202 202 //1.5挡位以下不需要审核
203   - checkcoin = 1 //临时关闭u
  203 + checkcoin = 1 //
204 204 }
205 205 }
206 206  
... ...