aa
This commit is contained in:
@@ -569,6 +569,7 @@ func (c *SkuController) UpdateSkuExinfoMap() {
|
|||||||
// @router /GetVendorCategoryMap [get]
|
// @router /GetVendorCategoryMap [get]
|
||||||
func (c *SkuController) GetVendorCategoryMap() {
|
func (c *SkuController) GetVendorCategoryMap() {
|
||||||
c.callGetVendorCategoryMap(func(params *tSkuGetVendorCategoryMapParams) (retVal interface{}, errCode string, err error) {
|
c.callGetVendorCategoryMap(func(params *tSkuGetVendorCategoryMapParams) (retVal interface{}, errCode string, err error) {
|
||||||
|
retVal, err = cms.GetVendorCategoryMap(params.Ctx, params.ParentID, params.Level, params.VendorID, params.VendorOrgCode)
|
||||||
return retVal, "", err
|
return retVal, "", err
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user