From fcd4a01de62dbce103253fca4134f7281e854a22 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Fri, 3 Sep 2021 10:41:05 +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 c01e19383..c4c7d5918 100644 --- a/controllers/cms_store.go +++ b/controllers/cms_store.go @@ -1289,7 +1289,7 @@ func (c *StoreController) UpdateBrandCategoryMap() { // @Failure 200 {object} controllers.CallResult // @router /ReorderBrandCategories [put] func (c *StoreController) ReorderBrandCategories() { - c.callReorderBrandCategories(func(params *tSkuReorderBrandCategoriesParams) (retVal interface{}, errCode string, err error) { + c.callReorderBrandCategories(func(params *tStoreReorderBrandCategoriesParams) (retVal interface{}, errCode string, err error) { var idList []int if err = utils.UnmarshalUseNumber([]byte(params.CategoryIDs), &idList); err == nil { err = cms.ReorderBrandCategories(params.Ctx, params.CategoryID, params.BrandID, idList)