diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index f9cb830..8282bb1 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -189,7 +189,7 @@ func HandlerGetcash(w http.ResponseWriter, data string, uuid int) { //2.2.5版本开启自动审核 checkcoin := 2 - if rdata.Ver == "2.2.5" { + if rdata.Ver == "2.2.5" || rdata.Ver == "2.2.6" { logger.Info("HandlerGetcash autocheckcoin") if drawnum <= 150 { //1.5挡位以下不需要审核 -- libgit2 0.21.0