附近小店
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

15 lines
363 B

  1. package md
  2. type IpInfo struct {
  3. City string `json:"city"`
  4. Country string `json:"country"`
  5. District string `json:"district"`
  6. Info string `json:"info"`
  7. Infocode string `json:"infocode"`
  8. IP string `json:"ip"`
  9. Isp string `json:"isp"`
  10. Location string `json:"location"`
  11. Province string `json:"province"`
  12. Status string `json:"status"`
  13. }