diff --git a/server/analyseapi/riskmgr.go b/server/analyseapi/riskmgr.go index d1b132c..3ca1dc3 100644 --- a/server/analyseapi/riskmgr.go +++ b/server/analyseapi/riskmgr.go @@ -274,6 +274,7 @@ func (this* RiskMgr) IsSafeZone(ip string, responseStr* string) bool { f5.SysLog().Warning("Ipv4Location error %s", err.Error()) return false } + f5.SysLog().Info("ali_response: ", response) *responseStr = q5.EncodeJson(response) return !G.MetaMgr.IsBlockZone(response.Country, response.Province, response.City) }