This commit is contained in:
邹宗楠
2026-03-25 14:35:02 +08:00
parent 5bac8ba0d1
commit f6f23824ea
2 changed files with 4 additions and 0 deletions

View File

@@ -995,6 +995,7 @@ func BatchGetChannelCategoryMapping() error {
categoryList = append(categoryList, utils.Str2Int64(v.VendorCategoryID))
}
}
globals.SugarLogger.Debugf("--------categoryList := %d", len(categoryList))
api := getAPI("260477060", 0, "")
for i := 1; i <= count; i++ {
globals.SugarLogger.Debugf("--------i := %d", i)