From 1d78702f77903f5e8136ddaef7ee66d8d727de89 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Wed, 23 Oct 2024 15:35:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/task/svc/svc_tik_tok_chanxuan.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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)