up
This commit is contained in:
@@ -152,7 +152,7 @@ func (c *SkuController) SyncCategory() {
|
||||
// @Param isBySku query bool false "是否将sku拆开,缺省为false"
|
||||
// @Success 200 {object} controllers.CallResult
|
||||
// @Failure 200 {object} controllers.CallResult
|
||||
// @router /GetSkuNames [get]
|
||||
// @router /GetSkuNames [get,post]
|
||||
func (c *SkuController) GetSkuNames() {
|
||||
c.callGetSkuNames(func(params *tSkuGetSkuNamesParams) (retVal interface{}, errCode string, err error) {
|
||||
retVal, err = cms.GetSkuNames(params.Ctx, params.Keyword, params.IsBySku, params.MapData, params.Offset, params.PageSize)
|
||||
|
||||
Reference in New Issue
Block a user