public interface ILiveWebInteractService
| 限定符和类型 | 方法和说明 |
|---|---|
LiveChannelDonateResponse |
channelDonate(LiveChannelDonateRequest liveChannelDonateRequest)
查询打赏设置
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymhd/donate-get/
|
Boolean |
updateChannelCash(LiveUpdateChannelCashRequest liveUpdateChannelCashRequest)
设置现金打赏
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymhd/updatecash/
|
Boolean |
updateChannelGood(LiveUpdateChannelGoodRequest liveUpdateChannelGoodRequest)
设置道具打赏
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymhd/updategood/
|
Boolean updateChannelGood(LiveUpdateChannelGoodRequest liveUpdateChannelGoodRequest) throws IOException, NoSuchAlgorithmException
liveUpdateChannelGoodRequest - 设置道具打赏请求实体IOException - 异常NoSuchAlgorithmException - 异常Boolean updateChannelCash(LiveUpdateChannelCashRequest liveUpdateChannelCashRequest) throws IOException, NoSuchAlgorithmException
liveUpdateChannelCashRequest - 设置现金打赏请求实体IOException - 异常NoSuchAlgorithmException - 异常LiveChannelDonateResponse channelDonate(LiveChannelDonateRequest liveChannelDonateRequest) throws IOException, NoSuchAlgorithmException
liveChannelDonateRequest - 查询打赏设置请求实体IOException - 异常NoSuchAlgorithmException - 异常Copyright © 2020. All rights reserved.