From 4b78cf4bd1f33e488d67f2b5885599a256c7e2f6 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 15 Jan 2021 15:21:39 +0800 Subject: [PATCH] 1 --- server/analyseapi/metamgr.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 != "中国" {