Commit f9ff213c2a2ef3072ff3d4024e5fb75eae397440

Authored by 陆恒
1 parent 540ced06
Exists in master

提交

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/HttpServer/logic/logic.go
... ... @@ -189,7 +189,7 @@ func HandlerGetcash(w http.ResponseWriter, data string, uuid int) {
189 189  
190 190 //2.2.5版本开启自动审核
191 191 checkcoin := 2
192   - if rdata.Ver == "2.2.5" {
  192 + if rdata.Ver == "2.2.5" || rdata.Ver == "2.2.6" {
193 193 logger.Info("HandlerGetcash autocheckcoin")
194 194 if drawnum <= 150 {
195 195 //1.5挡位以下不需要审核
... ...