删除门店
This commit is contained in:
@@ -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
|
//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{}{
|
_, err = a.AccessAPI("jingdong.deleteStoresById", prodURL, map[string]interface{}{
|
||||||
"storeId": storeId,
|
"storeId": storeId,
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user