This commit is contained in:
邹宗楠
2023-01-31 16:37:25 +08:00
parent fac70ca58a
commit 2c809f7fdc
2 changed files with 38 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ package jdapi
import (
"fmt"
"git.rosy.net.cn/jx-callback/globals"
"regexp"
"strings"
@@ -368,6 +369,7 @@ func (a *API) ChangeShopCategoryOrder(pid int64, childIds []int64) error {
KeyChildIds: childIds,
}
_, err := a.AccessAPINoPage("pms/changeShopCategoryOrder", params, nil, nil, nullResultParser)
globals.SugarLogger.Debugf("changeShopCategoryOrder === %v", err)
return err
}