public class WxChannelSharerServiceImpl extends Object implements WxChannelSharerService
| 构造器和说明 |
|---|
WxChannelSharerServiceImpl(BaseWxChannelServiceImpl shopService) |
| 限定符和类型 | 方法和说明 |
|---|---|
SharerBindResponse |
bindSharer(String username)
邀请分享员
|
SharerInfoResponse |
listSharer(Integer page,
Integer pageSize,
Integer sharerType)
获取绑定的分享员列表
|
SharerOrderResponse |
listSharerOrder(SharerOrderParam param)
获取分享员订单列表
|
SharerSearchResponse |
searchSharer(String openid,
String username)
获取绑定的分享员
|
SharerUnbindResponse |
unbindSharer(List<String> openIds)
解绑分享员
|
public WxChannelSharerServiceImpl(BaseWxChannelServiceImpl shopService)
public SharerBindResponse bindSharer(String username) throws WxErrorException
WxChannelSharerServicebindSharer 在接口中 WxChannelSharerServiceusername - 邀请的用户微信号WxErrorException - 异常public SharerSearchResponse searchSharer(String openid, String username) throws WxErrorException
WxChannelSharerServicesearchSharer 在接口中 WxChannelSharerServiceopenid - 分享员openidusername - 分享员微信号(二选一)WxErrorException - 异常public SharerInfoResponse listSharer(Integer page, Integer pageSize, Integer sharerType) throws WxErrorException
WxChannelSharerServicelistSharer 在接口中 WxChannelSharerServicepage - 分页参数,页数pageSize - 分页参数,每页分享员数(不超过100sharerType - 分享员类型WxErrorException - 异常public SharerOrderResponse listSharerOrder(SharerOrderParam param) throws WxErrorException
WxChannelSharerServicelistSharerOrder 在接口中 WxChannelSharerServiceparam - 参数WxErrorException - 异常public SharerUnbindResponse unbindSharer(List<String> openIds) throws WxErrorException
WxChannelSharerServiceunbindSharer 在接口中 WxChannelSharerServiceopenIds - openid列表WxErrorException - 异常Copyright © 2025. All rights reserved.