diff --git a/server/analyseapi/metamgr.go b/server/analyseapi/metamgr.go index eeee491..585a0b7 100644 --- a/server/analyseapi/metamgr.go +++ b/server/analyseapi/metamgr.go @@ -146,7 +146,7 @@ func (this* MetaMgr) IsBlockZone(country string, province string, city string) b this.fixedBlockRegionHashMutex.Lock() defer this.fixedBlockRegionHashMutex.Unlock() - if country == "" || province == "" || city == "" { + if country == "" || province == "" { return true } if country != "中国" {