public interface ILiveLotteryService
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
downloadLotteryDetail(LiveDownloadLotteryDetailRequest liveDownloadLotteryDetailRequest)
导出频道单场抽奖的中奖记录
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbhd/download-winner-detail/
|
LiveLotteryWinnerDetailResponse |
getLotteryWinnerDetail(LiveLotteryWinnerDetailRequest liveLotteryWinnerDetailRequest)
获取频道单场抽奖的中奖记录
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbhd/get-winner-detail/
|
LiveListLotteryResponse |
listLottery(LiveListLotteryRequest liveListLotteryRequest)
获取频道抽奖记录列表
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbhd/list-lottery/
|
Integer |
sendChannelLike(LiveSendChannelLikeRequest liveSendChannelLikeRequest)
发送点赞
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbhd/like/
|
Boolean |
sendChannelRewardMsg(LiveSendChannelRewardMsgRequest liveSendChannelRewardMsgRequest)
发送打赏消息
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbhd/fsdsxx/
|
Boolean |
setLotteryWinnerInfo(LiveSetLotteryWinnerInfoRequest liveSetLotteryWinnerInfoRequest)
设置抽奖中奖者信息
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbhd/tjzjxx/
|
LiveListLotteryResponse listLottery(LiveListLotteryRequest liveListLotteryRequest) throws IOException, NoSuchAlgorithmException
liveListLotteryRequest - 获取频道抽奖记录列表请求实体IOException - 异常NoSuchAlgorithmException - 异常LiveLotteryWinnerDetailResponse getLotteryWinnerDetail(LiveLotteryWinnerDetailRequest liveLotteryWinnerDetailRequest) throws IOException, NoSuchAlgorithmException
liveLotteryWinnerDetailRequest - 获取频道单场抽奖的中奖记录请求实体IOException - 异常NoSuchAlgorithmException - 异常Boolean setLotteryWinnerInfo(LiveSetLotteryWinnerInfoRequest liveSetLotteryWinnerInfoRequest) throws IOException, NoSuchAlgorithmException
liveSetLotteryWinnerInfoRequest - 设置抽奖中奖者信息请求实体IOException - 异常NoSuchAlgorithmException - 异常byte[] downloadLotteryDetail(LiveDownloadLotteryDetailRequest liveDownloadLotteryDetailRequest) throws IOException, NoSuchAlgorithmException
liveDownloadLotteryDetailRequest - 导出频道单场抽奖的中奖记录请求实体IOException - 异常NoSuchAlgorithmException - 异常Integer sendChannelLike(LiveSendChannelLikeRequest liveSendChannelLikeRequest) throws IOException, NoSuchAlgorithmException
liveSendChannelLikeRequest - 发送点赞请求实体IOException - 异常NoSuchAlgorithmException - 异常Boolean sendChannelRewardMsg(LiveSendChannelRewardMsgRequest liveSendChannelRewardMsgRequest) throws IOException, NoSuchAlgorithmException
liveSendChannelRewardMsgRequest - 发送打赏消息请求实体IOException - 异常NoSuchAlgorithmException - 异常Copyright © 2021. All rights reserved.