warehouse
This commit is contained in:
@@ -61,7 +61,7 @@ func (a *API) GetShopCategory(cid int64) ([]*RetailCategoryInfo, error) {
|
||||
param.Cid = cid
|
||||
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:=%s", utils.Format4Output(result, false))
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user