aa
This commit is contained in:
@@ -990,3 +990,17 @@ func (c *StoreController) UpdateBrand() {
|
||||
return retVal, "", err
|
||||
})
|
||||
}
|
||||
|
||||
// @Title 修改门店分类为京西分类
|
||||
// @Description 修改门店分类为京西分类
|
||||
// @Param token header string true "认证token"
|
||||
// @Param storeID formData int true "门店ID"
|
||||
// @Success 200 {object} controllers.CallResult
|
||||
// @Failure 200 {object} controllers.CallResult
|
||||
// @router /InsertStoreCategories [post]
|
||||
func (c *StoreController) InsertStoreCategories() {
|
||||
c.callInsertStoreCategories(func(params *tStoreInsertStoreCategoriesParams) (retVal interface{}, errCode string, err error) {
|
||||
err = cms.InsertStoreCategories(params.Ctx, nil, params.StoreID)
|
||||
return retVal, "", err
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user