public class WxLeagueWindowServiceImpl extends Object implements WxLeagueWindowService
| 构造器和说明 |
|---|
WxLeagueWindowServiceImpl(BaseWxChannelServiceImpl shopService) |
| 限定符和类型 | 方法和说明 |
|---|---|
WxChannelBaseResponse |
addProduct(String appid,
String openfinderid,
String productId)
添加团长商品到橱窗
|
WindowProductResponse |
getProductDetail(String appid,
String openfinderid,
String productId)
查询橱窗上团长商品详情
|
AuthInfoResponse |
getWindowAuthInfo(String finderId)
获取达人橱窗授权链接
|
AuthStatusResponse |
getWindowAuthStatus(String finderId)
获取达人橱窗授权状态
|
WindowProductListResponse |
listProduct(ProductSearchParam param)
查询橱窗上团长商品列表
|
WxChannelBaseResponse |
removeProduct(String appid,
String openfinderid,
String productId)
从橱窗移除团长商品
|
public WxLeagueWindowServiceImpl(BaseWxChannelServiceImpl shopService)
public WxChannelBaseResponse addProduct(String appid, String openfinderid, String productId) throws WxErrorException
WxLeagueWindowServiceaddProduct 在接口中 WxLeagueWindowServiceappid - 团长appidopenfinderid - 视频号openfinderidproductId - 团长商品IDWxErrorExceptionpublic WindowProductListResponse listProduct(ProductSearchParam param) throws WxErrorException
WxLeagueWindowServicelistProduct 在接口中 WxLeagueWindowServiceparam - 查询参数WxErrorExceptionpublic WxChannelBaseResponse removeProduct(String appid, String openfinderid, String productId) throws WxErrorException
WxLeagueWindowServiceremoveProduct 在接口中 WxLeagueWindowServiceappid - 团长appidopenfinderid - 视频号openfinderidproductId - 团长商品IDWxErrorExceptionpublic WindowProductResponse getProductDetail(String appid, String openfinderid, String productId) throws WxErrorException
WxLeagueWindowServicegetProductDetail 在接口中 WxLeagueWindowServiceappid - 团长appidopenfinderid - 视频号openfinderidproductId - 团长商品IDWxErrorExceptionpublic AuthInfoResponse getWindowAuthInfo(String finderId) throws WxErrorException
WxLeagueWindowServicegetWindowAuthInfo 在接口中 WxLeagueWindowServicefinderId - 视频号finder_idWxErrorExceptionpublic AuthStatusResponse getWindowAuthStatus(String finderId) throws WxErrorException
WxLeagueWindowServicegetWindowAuthStatus 在接口中 WxLeagueWindowServicefinderId - 视频号finder_idWxErrorExceptionCopyright © 2025. All rights reserved.