type IPResult struct {
Country string `json:"country"`
ShortName string `json:"short_name"`
Province string `json:"province"`
City string `json:"city"`
Area string `json:"area"`
Isp string `json:"isp"`
Net string `json:"net"`
Ip string `json:"ip"`
Code int `json:"code"`
Desc string `json:"desc"`
}