net.polyv.live.v1.service.interact.impl
类 LiveLotteryServiceImpl
java.lang.Object
net.polyv.live.v1.service.LiveBaseService
net.polyv.live.v1.service.interact.impl.LiveLotteryServiceImpl
- 所有已实现的接口:
- ILiveLotteryService
public class LiveLotteryServiceImpl
- extends LiveBaseService
- implements ILiveLotteryService
抽奖管理
| 从类 net.polyv.live.v1.service.LiveBaseService 继承的方法 |
baseGet, baseGetReturnArray, baseGetReturnArray, basePost, basePostJson, basePostJson, basePostJsonReturnArray, basePostReturnArray, baseUploadFile, baseUploadFileList, baseUploadFileListReturnArray |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LiveLotteryServiceImpl
public LiveLotteryServiceImpl()
listLottery
public LiveListLotteryResponse listLottery(LiveListLotteryRequest liveListLotteryRequest)
throws IOException,
NoSuchAlgorithmException
- 获取频道抽奖记录列表
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbhd/list-lottery/
- 指定者:
- 接口
ILiveLotteryService 中的 listLottery
- 参数:
liveListLotteryRequest - 获取频道抽奖记录列表请求实体
- 返回:
- 获取频道抽奖记录列表返回实体
- 抛出:
IOException - 异常
NoSuchAlgorithmException - 异常
getLotteryWinnerDetail
public LiveLotteryWinnerDetailResponse getLotteryWinnerDetail(LiveLotteryWinnerDetailRequest liveLotteryWinnerDetailRequest)
throws IOException,
NoSuchAlgorithmException
- 获取频道单场抽奖的中奖记录
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbhd/get-winner-detail/
- 指定者:
- 接口
ILiveLotteryService 中的 getLotteryWinnerDetail
- 参数:
liveLotteryWinnerDetailRequest - 获取频道单场抽奖的中奖记录请求实体
- 返回:
- 获取频道单场抽奖的中奖记录返回实体
- 抛出:
IOException - 异常
NoSuchAlgorithmException - 异常
setLotteryWinnerInfo
public Boolean setLotteryWinnerInfo(LiveSetLotteryWinnerInfoRequest liveSetLotteryWinnerInfoRequest)
throws IOException,
NoSuchAlgorithmException
- 设置抽奖中奖者信息
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbhd/tjzjxx/
- 指定者:
- 接口
ILiveLotteryService 中的 setLotteryWinnerInfo
- 参数:
liveSetLotteryWinnerInfoRequest - 设置抽奖中奖者信息请求实体
- 返回:
- 设置抽奖中奖者信息返回实体
- 抛出:
IOException - 异常
NoSuchAlgorithmException - 异常
Copyright © 2020. All Rights Reserved.