diff --git a/app/task/svc/svc_tik_tok_chanxuan.go b/app/task/svc/svc_tik_tok_chanxuan.go index 93fcb0c..59dd6dd 100644 --- a/app/task/svc/svc_tik_tok_chanxuan.go +++ b/app/task/svc/svc_tik_tok_chanxuan.go @@ -69,7 +69,7 @@ func TikTokChanxuan(ordType int) { // 判断是否分页已经全部取完了 if count == pageSize { pageNo++ - fmt.Println("========下一页========" + utils.IntToStr(pageNo)) + fmt.Println("========蝉选下一页========" + utils.IntToStr(pageNo)) continue } ChkArg: @@ -108,8 +108,9 @@ func OrdersTikTokChanxuanGet(page, pageSize int, sTime, eTime int64, userId stri "query_type": utils.IntToStr(distributionType), "user_id": userId, } - fmt.Println("==================蝉选", utils.SerializeStr(tikTokArgs)) order := chanxuanTikTok.GetOrder(token, userId, tikTokArgs) + fmt.Println("==================蝉选", utils.SerializeStr(tikTokArgs)+" "+utils.IntToStr(len(order))) + uuidList := make([]model2.UuidList, 0) uuidMap := make(map[int]string) db.Db.Find(&uuidList)