getstorestatus修改
This commit is contained in:
@@ -104,7 +104,7 @@ type GetStoreStatusResultAll struct {
|
||||
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{}{
|
||||
"poiName": poiName,
|
||||
"openType": -1,
|
||||
|
||||
Reference in New Issue
Block a user