添加调试输出

This commit is contained in:
aozhiwei 2021-07-29 14:18:40 +08:00
parent 248a486809
commit 254ca59415

View File

@ -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)
}