This commit is contained in:
邹宗楠
2022-11-08 15:53:14 +08:00
parent 63fd5b86c1
commit 5159195497
2 changed files with 3 additions and 2 deletions

View File

@@ -102,6 +102,7 @@ func (a *API) GetCatePropertyV2(categoryLeftId int64) (*product_getCatePropertyV
result, err := request.Execute(a.accessTokenObj)
globals.SugarLogger.Debugf("根据类目id获取子节点属性=========:%s", request.GetUrlPath())
globals.SugarLogger.Debugf("根据类目id获取子节点属性:=%s", utils.Format4Output(result, false))
globals.SugarLogger.Debugf("根据类目id获取参数:=%d", categoryLeftId)
if err != nil {
return nil, err
}