浏览代码

更新

master
huangjiajun 1 个月前
父节点
当前提交
4c35665ae6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      app/task/svc/svc_tik_tok_chanxuan.go

+ 1
- 1
app/task/svc/svc_tik_tok_chanxuan.go 查看文件

@@ -28,7 +28,7 @@ func TikTokChanxuan(ordType int) {
fmt.Println(timeStr)
past := utils.TimeParseStd(timeStr).Unix()
// 如果上次记录超过30天或者 过去时间大于当前时间戳, 把时间设置为此前20分钟
if past < now-180*86400 || past > now {
if past > now {
past = now
}
userId := offical.SysCfgByKeyStr("tikTok_chanxuan_user_id")


正在加载...
取消
保存