public interface WxMaShopSharerService
| 限定符和类型 | 方法和说明 |
|---|---|
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)
解绑分享员
|
WxMaShopSharerBindResponse bindSharer(String[] openids) throws WxErrorException
openids - WxErrorExceptionWxMaShopSharerDataSummaryResponse getSharerDataSummary(String openid) throws WxErrorException
openid - WxErrorExceptionWxMaShopSharerListResponse getSharerList(Integer page, Integer pageSize) throws WxErrorException
page - pageSize - WxErrorExceptionWxMaShopSharerLiveOrderListResponse getSharerLiveOrderList(String openid, String liveExportId, Integer page, Integer pageSize) throws WxErrorException
openid - liveExportId - page - pageSize - WxErrorExceptionWxMaShopSharerLiveSummaryListResponse getSharerLiveSummaryList(String openid, Integer page, Integer pageSize) throws WxErrorException
openid - page - pageSize - WxErrorExceptionWxMaShopSearchSharerResponse searchSharer(String openid) throws WxErrorException
openid - WxErrorExceptionWxMaShopSharerUnbindResponse unbindSharer(String[] openids) throws WxErrorException
openids - WxErrorExceptionCopyright © 2024. All rights reserved.