From 29ef60e321f70b1e8334b9f15fc66b9e22438315 Mon Sep 17 00:00:00 2001 From: gazebo Date: Sun, 9 Sep 2018 20:45:09 +0800 Subject: [PATCH] - jd ChangeShopCategoryOrder, childIds changed to in64. --- platformapi/jdapi/sku.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformapi/jdapi/sku.go b/platformapi/jdapi/sku.go index 869d4986..9716fe12 100644 --- a/platformapi/jdapi/sku.go +++ b/platformapi/jdapi/sku.go @@ -200,7 +200,7 @@ func (a *API) UpdateShopCategory(id int64, shopCategoryName string) error { // 修改商家店内分类顺序接口 // https://opendj.jd.com/staticnew/widgets/resources.html?groupid=180&apiid=2a8267602e814be9828f0c7ce307b872 -func (a *API) ChangeShopCategoryOrder(pid int64, childIds []int) error { +func (a *API) ChangeShopCategoryOrder(pid int64, childIds []int64) error { params := map[string]interface{}{ KeyPID: pid, KeyChildIds: childIds,