美团配送查询门店状态坐标floate64
This commit is contained in:
@@ -91,8 +91,8 @@ type GetStoreStatusResult struct {
|
||||
OpenType int `json:"openType"`
|
||||
CategoryID int `json:"categoryId"`
|
||||
SecondCategoryID int `json:"secondCategoryId"`
|
||||
PoiLat int `json:"poiLat"`
|
||||
PoiLng int `json:"poiLng"`
|
||||
PoiLat float64 `json:"poiLat"`
|
||||
PoiLng float64 `json:"poiLng"`
|
||||
SubBrandID int `json:"subBrandId"`
|
||||
PoiType int `json:"poiType"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user