Explorar el Código

更新

master
huangjiajun hace 1 mes
padre
commit
4c35665ae6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app/task/svc/svc_tik_tok_chanxuan.go

+ 1
- 1
app/task/svc/svc_tik_tok_chanxuan.go Ver fichero

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


Cargando…
Cancelar
Guardar