public interface WxChannelCompassShopService
| 限定符和类型 | 方法和说明 |
|---|---|
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)
获取店铺人群数据
|
ShopOverallResponse getShopOverall(String ds) throws WxErrorException
ds - 日期,格式 yyyyMMddWxErrorException - 异常FinderAuthListResponse getFinderAuthorizationList() throws WxErrorException
WxErrorException - 异常FinderListResponse getFinderList(String ds) throws WxErrorException
ds - 日期,格式 yyyyMMddWxErrorException - 异常FinderOverallResponse getFinderOverall(String ds) throws WxErrorException
ds - 日期,格式 yyyyMMddWxErrorException - 异常FinderProductListResponse getFinderProductList(String ds, String finderId) throws WxErrorException
ds - 日期,格式YYYYMMDDfinderId - 视频号IDWxErrorException - 异常FinderProductOverallResponse getFinderProductOverall(String ds, String finderId) throws WxErrorException
ds - 日期,格式YYYYMMDDfinderId - 视频号IDWxErrorException - 异常ShopLiveListResponse getShopLiveList(String ds, String finderId) throws WxErrorException
ds - 日期,格式YYYYMMDDfinderId - 视频号IDWxErrorException - 异常ShopProductDataResponse getShopProductData(String ds, String productId) throws WxErrorException
ds - 日期,格式YYYYMMDDproductId - 商品idWxErrorException - 异常ShopProductListResponse getShopProductList(String ds) throws WxErrorException
ds - 日期,格式YYYYMMDDWxErrorException - 异常ShopSaleProfileDataResponse getShopSaleProfileData(String ds, Integer type) throws WxErrorException
ds - 日期,格式 yyyyMMddtype - 用户类型,1商品曝光用户 2商品点击用户 3购买用户 4首购用户 5复购用户WxErrorException - 异常Copyright © 2025. All rights reserved.