Browse Source

更新

master
huangjiajun 1 month ago
parent
commit
7604a3efcf
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      app/task/svc/svc_tik_tok_chanxuan.go

+ 3
- 0
app/task/svc/svc_tik_tok_chanxuan.go View File

@@ -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)


Loading…
Cancel
Save