美团配送查询门店状态坐标floate64
This commit is contained in:
@@ -25,7 +25,7 @@ func init() {
|
||||
// prod
|
||||
api = New("3c0a05d464c247c19d7ec13accc78605", "b1M}9?:sTbsB[OF2gNORnN(|(iy9rB8(`7]|[wGLnbmt`evfM>E:A90DjHAW:UPE")
|
||||
|
||||
api.SetCookie("token", "oo3x6pAld4SskzvbEOnSslWUUQwc6w2m7uCfppCEnvRWzHVqctujL0xzLCkro6qj7mowU51zl99ExVUxgJjJ_Q")
|
||||
api.SetCookie("token", "ht4RWbL5klQMupzHjARWOLgiHhGW1X3WlAmZ0Zfal0MRY6KkSE0XJJ-86x2duX2ufQil1Sm5jJrVqM2KlUWnjQ")
|
||||
}
|
||||
|
||||
func handleError(t *testing.T, err error) {
|
||||
|
||||
@@ -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