- jd ChangeShopCategoryOrder, childIds changed to in64.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user