1
This commit is contained in:
@@ -223,8 +223,6 @@ func (a *API) GetSkuDetail(productId, outProductId string) (*product_detail_resp
|
||||
}
|
||||
|
||||
result, err := request.Execute(a.accessTokenObj)
|
||||
globals.SugarLogger.Debugf("=GetSkuDetail By productId %s", utils.Format4Output(result, false))
|
||||
globals.SugarLogger.Debugf("=GetSkuDetail By err %s", utils.Format4Output(err, false))
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user