public interface ILiveChannelDocService
| 限定符和类型 | 方法和说明 |
|---|---|
LiveCreateChannelDocResponse |
createChannelDoc(LiveCreateChannelDocRequest liveCreateChannelDocRequest)
上传频道文档
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/wdgl/upload-ppt-file/
|
Boolean |
deleteChannelDoc(LiveDeleteChannelDocRequest liveDeleteChannelDocRequest)
删除频道文档
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/wdgl/delete-document/
|
LiveChannelDocStatusResponse |
getChannelDocStatus(LiveChannelDocStatusRequest liveChannelDocStatusRequest)
查询频道文档转换状态
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/wdgl/get-ppt-convert-status/
|
LiveListChannelDocResponse |
listChannelDoc(LiveListChannelDocRequest liveListChannelDocRequest)
获取频道文档列表
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/wdgl/get-ppt-list/
|
LiveListChannelDocResponse listChannelDoc(LiveListChannelDocRequest liveListChannelDocRequest) throws IOException, NoSuchAlgorithmException
liveListChannelDocRequest - 获取频道文档列表请求实体IOException - 异常NoSuchAlgorithmException - 异常LiveChannelDocStatusResponse getChannelDocStatus(LiveChannelDocStatusRequest liveChannelDocStatusRequest) throws IOException, NoSuchAlgorithmException
liveChannelDocStatusRequest - 查询频道文档转换状态请求实体IOException - 异常NoSuchAlgorithmException - 异常Boolean deleteChannelDoc(LiveDeleteChannelDocRequest liveDeleteChannelDocRequest) throws IOException, NoSuchAlgorithmException
liveDeleteChannelDocRequest - 删除频道文档请求实体IOException - 异常NoSuchAlgorithmException - 异常LiveCreateChannelDocResponse createChannelDoc(LiveCreateChannelDocRequest liveCreateChannelDocRequest) throws IOException, NoSuchAlgorithmException
liveCreateChannelDocRequest - 上传频道文档请求实体IOException - 异常NoSuchAlgorithmException - 异常Copyright © 2021. All rights reserved.