第三方api接口
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

meituan_fenxiao.go 140 B

il y a 1 an
il y a 1 an
il y a 1 an
1234567
  1. package md
  2. type MeituanFenXiaoGeoInfo struct {
  3. CityId int `json:"cityId"`
  4. Lng float64 `json:"lng"`
  5. Lat float64 `json:"lat"`
  6. }