- jd ChangeShopCategoryOrder, childIds changed to in64.

This commit is contained in:
gazebo
2018-09-09 20:45:09 +08:00
parent eeeb31f9ea
commit 29ef60e321

View File

@@ -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,