From 7604a3efcf432099f5ef223324e9f749cd08d370 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Wed, 23 Oct 2024 15:31:48 +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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/task/svc/svc_tik_tok_chanxuan.go b/app/task/svc/svc_tik_tok_chanxuan.go index a99e1a0..93fcb0c 100644 --- a/app/task/svc/svc_tik_tok_chanxuan.go +++ b/app/task/svc/svc_tik_tok_chanxuan.go @@ -86,6 +86,8 @@ func TikTokChanxuan(ordType int) { } break } + offical.DbsSysCfgUpdate(pvdTimeKey, time.Unix(now, 0).Format("2006-01-02 15:04:05")) + } var stationState = map[string]string{ @@ -106,6 +108,7 @@ 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) uuidList := make([]model2.UuidList, 0) uuidMap := make(map[int]string)