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)