From 92719d69bc3a08f22e066c6cd21381cce2f7ceda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Mon, 18 May 2020 15:58:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=97=A8=E5=BA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platformapi/jdshopapi/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, })