public class WxMaShopSharerServiceImpl extends Object implements WxMaShopSharerService
| 构造器和说明 |
|---|
WxMaShopSharerServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
WxMaShopSharerBindResponse |
bindSharer(String[] openids)
绑定分享员
用来批量邀请分享员
|
WxMaShopSharerDataSummaryResponse |
getSharerDataSummary(String openid)
获取分享员的总带货数据
|
WxMaShopSharerListResponse |
getSharerList(Integer page,
Integer pageSize)
获取已经绑定的分享员列表
|
WxMaShopSharerLiveOrderListResponse |
getSharerLiveOrderList(String openid,
String liveExportId,
Integer page,
Integer pageSize)
获取分享员的直播间订单汇总
|
WxMaShopSharerLiveSummaryListResponse |
getSharerLiveSummaryList(String openid,
Integer page,
Integer pageSize)
获取分享员的直播间带货数据汇总
|
WxMaShopSearchSharerResponse |
searchSharer(String openid)
查看分享员
|
WxMaShopSharerUnbindResponse |
unbindSharer(String[] openids)
解绑分享员
|
public WxMaShopSharerBindResponse bindSharer(String[] openids) throws WxErrorException
WxMaShopSharerServicebindSharer 在接口中 WxMaShopSharerServiceWxErrorExceptionpublic WxMaShopSharerDataSummaryResponse getSharerDataSummary(String openid) throws WxErrorException
WxMaShopSharerServicegetSharerDataSummary 在接口中 WxMaShopSharerServiceWxErrorExceptionpublic WxMaShopSharerListResponse getSharerList(Integer page, Integer pageSize) throws WxErrorException
WxMaShopSharerServicegetSharerList 在接口中 WxMaShopSharerServiceWxErrorExceptionpublic WxMaShopSharerLiveOrderListResponse getSharerLiveOrderList(String openid, String liveExportId, Integer page, Integer pageSize) throws WxErrorException
WxMaShopSharerServicegetSharerLiveOrderList 在接口中 WxMaShopSharerServiceWxErrorExceptionpublic WxMaShopSharerLiveSummaryListResponse getSharerLiveSummaryList(String openid, Integer page, Integer pageSize) throws WxErrorException
WxMaShopSharerServicegetSharerLiveSummaryList 在接口中 WxMaShopSharerServiceWxErrorExceptionpublic WxMaShopSearchSharerResponse searchSharer(String openid) throws WxErrorException
WxMaShopSharerServicesearchSharer 在接口中 WxMaShopSharerServiceWxErrorExceptionpublic WxMaShopSharerUnbindResponse unbindSharer(String[] openids) throws WxErrorException
WxMaShopSharerServiceunbindSharer 在接口中 WxMaShopSharerServiceWxErrorExceptionCopyright © 2024. All rights reserved.