public interface WxChannelCompassFinderService
| 限定符和类型 | 方法和说明 |
|---|---|
OverallResponse |
getOverall(String ds)
获取电商概览数据
|
ProductDataResponse |
getProductData(String ds,
String productId)
获取带货商品数据
|
ProductListResponse |
getProductList(String ds)
获取带货商品列表
|
SaleProfileDataResponse |
getSaleProfileData(String ds,
Integer type)
获取带货人群数据
|
OverallResponse getOverall(String ds) throws WxErrorException
ds - 日期,格式 yyyyMMddWxErrorException - 异常ProductDataResponse getProductData(String ds, String productId) throws WxErrorException
ds - 日期,格式 yyyyMMddproductId - 商品idWxErrorException - 异常ProductListResponse getProductList(String ds) throws WxErrorException
ds - 日期,格式 yyyyMMddWxErrorException - 异常SaleProfileDataResponse getSaleProfileData(String ds, Integer type) throws WxErrorException
ds - 日期,格式 yyyyMMddtype - 用户类型,1=商品曝光用户, 2=商品点击用户, 3=购买用户, 4=首购用户, 5=复购用户, 6=直播观看用户WxErrorException - 异常Copyright © 2025. All rights reserved.