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
- WxErrorException
WxMaShopSharerDataSummaryResponse getSharerDataSummary(String openid) throws WxErrorException
openid
- WxErrorException
WxMaShopSharerListResponse getSharerList(Integer page, Integer pageSize) throws WxErrorException
page
- pageSize
- WxErrorException
WxMaShopSharerLiveOrderListResponse getSharerLiveOrderList(String openid, String liveExportId, Integer page, Integer pageSize) throws WxErrorException
openid
- liveExportId
- page
- pageSize
- WxErrorException
WxMaShopSharerLiveSummaryListResponse getSharerLiveSummaryList(String openid, Integer page, Integer pageSize) throws WxErrorException
openid
- page
- pageSize
- WxErrorException
WxMaShopSearchSharerResponse searchSharer(String openid) throws WxErrorException
openid
- WxErrorException
WxMaShopSharerUnbindResponse unbindSharer(String[] openids) throws WxErrorException
openids
- WxErrorException
Copyright © 2024. All rights reserved.