getstorestatus修改
This commit is contained in:
@@ -104,7 +104,7 @@ type GetStoreStatusResultAll struct {
|
|||||||
DataList []GetStoreStatusResult `json:"dataList"`
|
DataList []GetStoreStatusResult `json:"dataList"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (a *API) GetStoreStatus(poiName string) (getStoreStatusResult *GetStoreStatusResult, err error) {
|
func (a *API) GetStoreStatus(poiName string) (getStoreStatusResult *GetStoreStatusResultAll, err error) {
|
||||||
params := map[string]interface{}{
|
params := map[string]interface{}{
|
||||||
"poiName": poiName,
|
"poiName": poiName,
|
||||||
"openType": -1,
|
"openType": -1,
|
||||||
|
|||||||
Reference in New Issue
Block a user