diff --git a/platformapi/jdshopapi/store.go b/platformapi/jdshopapi/store.go index e50a7635..fd184b5c 100644 --- a/platformapi/jdshopapi/store.go +++ b/platformapi/jdshopapi/store.go @@ -68,7 +68,7 @@ func (a *API) UpdateEntityStore(updateEntityStoreParam *UpdateEntityStoreParam) //删除门店 //https://open.jd.com/home/home#/doc/api?apiCateId=55&apiId=2222&apiName=jingdong.deleteStoresById -func (a *API) DeleteStoresByID(storeId int) (err error) { +func (a *API) DeleteStoresByID(storeId int64) (err error) { _, err = a.AccessAPI("jingdong.deleteStoresById", prodURL, map[string]interface{}{ "storeId": storeId, })