瀏覽代碼

更新

master
huangjiajun 2 月之前
父節點
當前提交
7604a3efcf
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. +3
    -0
      app/task/svc/svc_tik_tok_chanxuan.go

+ 3
- 0
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)


Loading…
取消
儲存