public class LiveLotteryServiceImpl extends LiveBaseService implements ILiveLotteryService
ERROR_INFO, ERROR_PREFIX, ERROR_PREFIX1, ERROR_SUFFIX| 构造器和说明 |
|---|
LiveLotteryServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
LiveListLotteryResponse |
listLottery(LiveListLotteryRequest liveListLotteryRequest)
获取频道抽奖记录列表
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbhd/list-lottery/
|
LiveLotteryWinnerDetailResponse |
lotteryWinnerDetail(LiveLotteryWinnerDetailRequest liveLotteryWinnerDetailRequest)
获取频道单场抽奖的中奖记录
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbhd/get-winner-detail/
|
Boolean |
setLotteryWinnerInfo(LiveSetLotteryWinnerInfoRequest liveSetLotteryWinnerInfoRequest)
设置抽奖中奖者信息
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbhd/tjzjxx/
|
baseGet, baseGetReturnArray, basePost, basePostJson, basePostJson, basePostJsonReturnArray, basePostReturnArray, baseUploadFilepublic LiveListLotteryResponse listLottery(LiveListLotteryRequest liveListLotteryRequest) throws IOException, NoSuchAlgorithmException
listLottery 在接口中 ILiveLotteryServiceliveListLotteryRequest - 获取频道抽奖记录列表请求实体IOException - 异常NoSuchAlgorithmException - 异常public LiveLotteryWinnerDetailResponse lotteryWinnerDetail(LiveLotteryWinnerDetailRequest liveLotteryWinnerDetailRequest) throws IOException, NoSuchAlgorithmException
lotteryWinnerDetail 在接口中 ILiveLotteryServiceliveLotteryWinnerDetailRequest - 获取频道单场抽奖的中奖记录请求实体IOException - 异常NoSuchAlgorithmException - 异常public Boolean setLotteryWinnerInfo(LiveSetLotteryWinnerInfoRequest liveSetLotteryWinnerInfoRequest) throws IOException, NoSuchAlgorithmException
setLotteryWinnerInfo 在接口中 ILiveLotteryServiceliveSetLotteryWinnerInfoRequest - 设置抽奖中奖者信息请求实体IOException - 异常NoSuchAlgorithmException - 异常Copyright © 2020. All rights reserved.