This commit is contained in:
苏尹岚
2021-01-26 14:23:08 +08:00
parent 52846991ba
commit ffbc982804

View File

@@ -569,6 +569,7 @@ func (c *SkuController) UpdateSkuExinfoMap() {
// @router /GetVendorCategoryMap [get]
func (c *SkuController) GetVendorCategoryMap() {
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
})
}