public class WxChannelCompassShopServiceImpl extends Object implements WxChannelCompassShopService
| 构造器和说明 |
|---|
WxChannelCompassShopServiceImpl(BaseWxChannelServiceImpl shopService) |
| 限定符和类型 | 方法和说明 |
|---|---|
FinderAuthListResponse |
getFinderAuthorizationList()
获取授权视频号列表
|
FinderListResponse |
getFinderList(String ds)
获取带货达人列表
|
FinderOverallResponse |
getFinderOverall(String ds)
获取带货数据概览
|
FinderProductListResponse |
getFinderProductList(String ds,
String finderId)
获取带货达人商品列表
|
FinderProductOverallResponse |
getFinderProductOverall(String ds,
String finderId)
获取带货达人详情
|
ShopLiveListResponse |
getShopLiveList(String ds,
String finderId)
获取店铺开播列表
|
ShopOverallResponse |
getShopOverall(String ds)
获取电商概览数据
|
ShopProductDataResponse |
getShopProductData(String ds,
String productId)
获取商品详细信息
|
ShopProductListResponse |
getShopProductList(String ds)
获取商品列表
|
ShopSaleProfileDataResponse |
getShopSaleProfileData(String ds,
Integer type)
获取店铺人群数据
|
public WxChannelCompassShopServiceImpl(BaseWxChannelServiceImpl shopService)
public ShopOverallResponse getShopOverall(String ds) throws WxErrorException
WxChannelCompassShopServicegetShopOverall 在接口中 WxChannelCompassShopServiceds - 日期,格式 yyyyMMddWxErrorException - 异常public FinderAuthListResponse getFinderAuthorizationList() throws WxErrorException
WxChannelCompassShopServicegetFinderAuthorizationList 在接口中 WxChannelCompassShopServiceWxErrorException - 异常public FinderListResponse getFinderList(String ds) throws WxErrorException
WxChannelCompassShopServicegetFinderList 在接口中 WxChannelCompassShopServiceds - 日期,格式 yyyyMMddWxErrorException - 异常public FinderOverallResponse getFinderOverall(String ds) throws WxErrorException
WxChannelCompassShopServicegetFinderOverall 在接口中 WxChannelCompassShopServiceds - 日期,格式 yyyyMMddWxErrorException - 异常public FinderProductListResponse getFinderProductList(String ds, String finderId) throws WxErrorException
WxChannelCompassShopServicegetFinderProductList 在接口中 WxChannelCompassShopServiceds - 日期,格式YYYYMMDDfinderId - 视频号IDWxErrorException - 异常public FinderProductOverallResponse getFinderProductOverall(String ds, String finderId) throws WxErrorException
WxChannelCompassShopServicegetFinderProductOverall 在接口中 WxChannelCompassShopServiceds - 日期,格式YYYYMMDDfinderId - 视频号IDWxErrorException - 异常public ShopLiveListResponse getShopLiveList(String ds, String finderId) throws WxErrorException
WxChannelCompassShopServicegetShopLiveList 在接口中 WxChannelCompassShopServiceds - 日期,格式YYYYMMDDfinderId - 视频号IDWxErrorException - 异常public ShopProductDataResponse getShopProductData(String ds, String productId) throws WxErrorException
WxChannelCompassShopServicegetShopProductData 在接口中 WxChannelCompassShopServiceds - 日期,格式YYYYMMDDproductId - 商品idWxErrorException - 异常public ShopProductListResponse getShopProductList(String ds) throws WxErrorException
WxChannelCompassShopServicegetShopProductList 在接口中 WxChannelCompassShopServiceds - 日期,格式YYYYMMDDWxErrorException - 异常public ShopSaleProfileDataResponse getShopSaleProfileData(String ds, Integer type) throws WxErrorException
WxChannelCompassShopServicegetShopSaleProfileData 在接口中 WxChannelCompassShopServiceds - 日期,格式 yyyyMMddtype - 用户类型,1商品曝光用户 2商品点击用户 3购买用户 4首购用户 5复购用户WxErrorException - 异常Copyright © 2025. All rights reserved.