warehouse

This commit is contained in:
richboo111
2022-11-07 11:03:05 +08:00
parent ceaf926991
commit 39f4d25025
3 changed files with 29 additions and 9 deletions

View File

@@ -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
}