- return cat num in initdata.InitVendorCategory
This commit is contained in:
@@ -46,7 +46,7 @@ func (c *InitDataController) InitSkuName() {
|
||||
// @router /InitVendorCategory [post]
|
||||
func (c *InitDataController) InitVendorCategory() {
|
||||
c.callInitVendorCategory(func(params *tInitdataInitVendorCategoryParams) (retVal interface{}, errCode string, err error) {
|
||||
err = initdata.InitVendorCategory(params.Ctx)
|
||||
retVal, err = initdata.InitVendorCategory(params.Ctx)
|
||||
return retVal, "", err
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user