public interface LiveChannelProductService
| 限定符和类型 | 方法和说明 |
|---|---|
LiveAddProductResponse |
addChannelProduct(LiveAddProductRequest liveAddProductRequest)
添加频道商品库商品
API地址:https://help.polyv.net/#/live/api/channel/operate/add_channel_product
|
Boolean |
deleteChannelProduct(LiveDeleteChannelProductRequest liveDeleteChannelProductRequest)
删除频道商品
API地址:https://help.polyv.net/#/live/api/channel/operate/delete_channel_product
|
LiveGetProductEnabledResponse |
getChannelProductEnabled(LiveGetProductEnabledRequest liveGetProductEnabledRequest)
查询频道商品库开关状态
API地址:https://help.polyv.net/#/live/api/channel/operate/get_channel_product_enabled
|
LiveGetProductListResponse |
getChannelProductList(LiveGetProductListRequest liveGetProductListRequest)
查询频道商品列表
API地址:https://help.polyv.net/#/live/api/channel/operate/get_channel_product_list
|
Boolean |
pushChannelProduct(LivePushProductRequest livePushProductRequest)
推送频道商品库商品
API地址:https://help.polyv.net/#/live/api/channel/operate/push_channel_product
|
Boolean |
shelfChannelProduct(LiveShelfChannelProductRequest liveShelfChannelProductRequest)
修改频道商品库上下架状态
API地址:https://help.polyv.net/#/live/api/channel/operate/shelf_channel_product
|
Boolean |
sortChannelProduct(LiveSortChannelProductRequest liveSortChannelProductRequest)
修改频道商品库列表顺序
API地址:https://help.polyv.net/#/live/api/channel/operate/sort_channel_product
|
Boolean |
updateChannelProduct(LiveUpdateProductRequest liveUpdateProductRequest)
修改频道商品信息
API地址:https://help.polyv.net/#/live/api/channel/operate/update_channel_product
|
Boolean |
updateChannelProductEnabled(LiveUpdateProductEnabledRequest liveUpdateProductEnabledRequest)
修改频道商品库开关状态
API地址:https://help.polyv.net/#/live/api/channel/operate/update_channel_product_enabled
|
LiveAddProductResponse addChannelProduct(LiveAddProductRequest liveAddProductRequest) throws IOException, NoSuchAlgorithmException
liveAddProductRequest - 添加频道商品库商品请求实体IOException - 异常NoSuchAlgorithmException - 异常LiveGetProductEnabledResponse getChannelProductEnabled(LiveGetProductEnabledRequest liveGetProductEnabledRequest) throws IOException, NoSuchAlgorithmException
liveGetProductEnabledRequest - 查询频道商品库开关状态请求实体IOException - 异常NoSuchAlgorithmException - 异常LiveGetProductListResponse getChannelProductList(LiveGetProductListRequest liveGetProductListRequest) throws IOException, NoSuchAlgorithmException
liveGetProductListRequest - 查询频道商品列表请求实体IOException - 异常NoSuchAlgorithmException - 异常Boolean pushChannelProduct(LivePushProductRequest livePushProductRequest) throws IOException, NoSuchAlgorithmException
livePushProductRequest - 推送频道商品库商品请求实体IOException - 异常NoSuchAlgorithmException - 异常Boolean updateChannelProductEnabled(LiveUpdateProductEnabledRequest liveUpdateProductEnabledRequest) throws IOException, NoSuchAlgorithmException
liveUpdateProductEnabledRequest - 修改频道商品库开关状态请求实体IOException - 异常NoSuchAlgorithmException - 异常Boolean shelfChannelProduct(LiveShelfChannelProductRequest liveShelfChannelProductRequest) throws IOException, NoSuchAlgorithmException
liveShelfChannelProductRequest - 修改频道商品库上下架状态请求实体IOException - 异常NoSuchAlgorithmException - 异常Boolean sortChannelProduct(LiveSortChannelProductRequest liveSortChannelProductRequest) throws IOException, NoSuchAlgorithmException
liveSortChannelProductRequest - 修改频道商品库列表顺序请求实体IOException - 异常NoSuchAlgorithmException - 异常Boolean deleteChannelProduct(LiveDeleteChannelProductRequest liveDeleteChannelProductRequest) throws IOException, NoSuchAlgorithmException
liveDeleteChannelProductRequest - 删除频道商品请求实体IOException - 异常NoSuchAlgorithmException - 异常Boolean updateChannelProduct(LiveUpdateProductRequest liveUpdateProductRequest) throws IOException, NoSuchAlgorithmException
liveUpdateProductRequest - 修改频道商品信息请求实体IOException - 异常NoSuchAlgorithmException - 异常Copyright © 2025. All rights reserved.