1
This commit is contained in:
@@ -100,9 +100,6 @@ func (a *API) GetCatePropertyV2(categoryLeftId int64) (*product_getCatePropertyV
|
|||||||
param.CategoryLeafId = categoryLeftId
|
param.CategoryLeafId = categoryLeftId
|
||||||
|
|
||||||
result, err := request.Execute(a.accessTokenObj)
|
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 {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -61,8 +61,6 @@ func (a *API) BatchUploadImages(imgs []Imgs) (*material_batchUploadImageSync_res
|
|||||||
imgParam.NeedDistinct = true
|
imgParam.NeedDistinct = true
|
||||||
|
|
||||||
result, err := request.Execute(a.accessTokenObj)
|
result, err := request.Execute(a.accessTokenObj)
|
||||||
globals.SugarLogger.Debugf("批量上传文件到目录=========:%s", request.GetUrlPath())
|
|
||||||
globals.SugarLogger.Debugf("批量上传文件到目录:=%s", utils.Format4Output(result, false))
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user