This commit is contained in:
aozhiwei 2021-01-15 15:21:39 +08:00
parent 95174f3cc2
commit 4b78cf4bd1

View File

@ -146,7 +146,7 @@ func (this* MetaMgr) IsBlockZone(country string, province string, city string) b
this.fixedBlockRegionHashMutex.Lock() this.fixedBlockRegionHashMutex.Lock()
defer this.fixedBlockRegionHashMutex.Unlock() defer this.fixedBlockRegionHashMutex.Unlock()
if country == "" || province == "" || city == "" { if country == "" || province == "" {
return true return true
} }
if country != "中国" { if country != "中国" {