net.polyv.live.v1.service.web.impl
类 LiveWebInteractServiceImpl

java.lang.Object
  继承者 net.polyv.live.v1.service.LiveBaseService
      继承者 net.polyv.live.v1.service.web.impl.LiveWebInteractServiceImpl
所有已实现的接口:
ILiveWebInteractService

public class LiveWebInteractServiceImpl
extends LiveBaseService
implements ILiveWebInteractService


字段摘要
 
从类 net.polyv.live.v1.service.LiveBaseService 继承的字段
ERROR_INFO, ERROR_PREFIX, ERROR_PREFIX1, ERROR_SUFFIX
 
构造方法摘要
LiveWebInteractServiceImpl()
           
 
方法摘要
 LiveChannelDonateResponse getChannelDonate(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/
 
从类 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
 

构造方法详细信息

LiveWebInteractServiceImpl

public LiveWebInteractServiceImpl()
方法详细信息

updateChannelGood

public Boolean updateChannelGood(LiveUpdateChannelGoodRequest liveUpdateChannelGoodRequest)
                          throws IOException,
                                 NoSuchAlgorithmException
设置道具打赏 API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymhd/updategood/

指定者:
接口 ILiveWebInteractService 中的 updateChannelGood
参数:
liveUpdateChannelGoodRequest - 设置道具打赏请求实体
返回:
设置道具打赏返回实体
抛出:
IOException - 异常
NoSuchAlgorithmException - 异常

updateChannelCash

public Boolean updateChannelCash(LiveUpdateChannelCashRequest liveUpdateChannelCashRequest)
                          throws IOException,
                                 NoSuchAlgorithmException
设置现金打赏 API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymhd/updatecash/

指定者:
接口 ILiveWebInteractService 中的 updateChannelCash
参数:
liveUpdateChannelCashRequest - 设置现金打赏请求实体
返回:
设置现金打赏返回实体
抛出:
IOException - 异常
NoSuchAlgorithmException - 异常

getChannelDonate

public LiveChannelDonateResponse getChannelDonate(LiveChannelDonateRequest liveChannelDonateRequest)
                                           throws IOException,
                                                  NoSuchAlgorithmException
查询打赏设置 API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymhd/donate-get/

指定者:
接口 ILiveWebInteractService 中的 getChannelDonate
参数:
liveChannelDonateRequest - 查询打赏设置请求实体
返回:
查询打赏设置返回实体
抛出:
IOException - 异常
NoSuchAlgorithmException - 异常


Copyright © 2020. All Rights Reserved.