|
|
@@ -69,7 +69,7 @@ func TikTokChanxuan(ordType int) { |
|
|
|
// 判断是否分页已经全部取完了 |
|
|
|
if count == pageSize { |
|
|
|
pageNo++ |
|
|
|
fmt.Println("========下一页========" + utils.IntToStr(pageNo)) |
|
|
|
fmt.Println("========蝉选下一页========" + utils.IntToStr(pageNo)) |
|
|
|
continue |
|
|
|
} |
|
|
|
ChkArg: |
|
|
@@ -108,8 +108,9 @@ 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) |
|
|
|
fmt.Println("==================蝉选", utils.SerializeStr(tikTokArgs)+" "+utils.IntToStr(len(order))) |
|
|
|
|
|
|
|
uuidList := make([]model2.UuidList, 0) |
|
|
|
uuidMap := make(map[int]string) |
|
|
|
db.Db.Find(&uuidList) |
|
|
|