1
This commit is contained in:
@@ -289,6 +289,7 @@ func (a *API) EditPrice(skuPrice *sku_editPrice_request.SkuEditPriceParam) error
|
||||
result, err := request.Execute(a.accessTokenObj)
|
||||
globals.SugarLogger.Debugf("修改商品价格=========:%s", request.GetUrlPath())
|
||||
globals.SugarLogger.Debugf("修改商品价格:=%s", utils.Format4Output(result, false))
|
||||
globals.SugarLogger.Debugf("修改商品参数:=%s", utils.Format4Output(skuPrice, false))
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user