Ver a proveniência

更新

master
huangjiajun há 2 meses
ascendente
cometimento
1d78702f77
1 ficheiros alterados com 3 adições e 2 eliminações
  1. +3
    -2
      app/task/svc/svc_tik_tok_chanxuan.go

+ 3
- 2
app/task/svc/svc_tik_tok_chanxuan.go Ver ficheiro

@@ -69,7 +69,7 @@ func TikTokChanxuan(ordType int) {
// 判断是否分页已经全部取完了 // 判断是否分页已经全部取完了
if count == pageSize { if count == pageSize {
pageNo++ pageNo++
fmt.Println("========下一页========" + utils.IntToStr(pageNo)) fmt.Println("========蝉选下一页========" + utils.IntToStr(pageNo))
continue continue
} }
ChkArg: ChkArg:
@@ -108,8 +108,9 @@ func OrdersTikTokChanxuanGet(page, pageSize int, sTime, eTime int64, userId stri
"query_type": utils.IntToStr(distributionType), "query_type": utils.IntToStr(distributionType),
"user_id": userId, "user_id": userId,
} }
fmt.Println("==================蝉选", utils.SerializeStr(tikTokArgs))
order := chanxuanTikTok.GetOrder(token, userId, tikTokArgs) order := chanxuanTikTok.GetOrder(token, userId, tikTokArgs)
fmt.Println("==================蝉选", utils.SerializeStr(tikTokArgs)+" "+utils.IntToStr(len(order)))

uuidList := make([]model2.UuidList, 0) uuidList := make([]model2.UuidList, 0)
uuidMap := make(map[int]string) uuidMap := make(map[int]string)
db.Db.Find(&uuidList) db.Db.Find(&uuidList)


||||||
x
 
000:0
Carregando…
Cancelar
Guardar