From 0fc51af38234614191ec7515cd42f383d77199c0 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Fri, 3 Sep 2021 10:40:13 +0800 Subject: [PATCH] aa --- controllers/cms_store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {