소스 검색

更新

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)


불러오는 중...
취소
저장