diff --git a/controllers/cms_store.go b/controllers/cms_store.go index 332641db1..c01e19383 100644 --- a/controllers/cms_store.go +++ b/controllers/cms_store.go @@ -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 {