This commit is contained in:
suyl
2021-09-03 10:40:13 +08:00
parent 48e78626c0
commit 0fc51af382

View File

@@ -1288,7 +1288,7 @@ func (c *StoreController) UpdateBrandCategoryMap() {
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /ReorderBrandCategories [put]
func (c *SkuController) ReorderBrandCategories() {
func (c *StoreController) ReorderBrandCategories() {
c.callReorderBrandCategories(func(params *tSkuReorderBrandCategoriesParams) (retVal interface{}, errCode string, err error) {
var idList []int
if err = utils.UnmarshalUseNumber([]byte(params.CategoryIDs), &idList); err == nil {