aa
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user