public interface WxChannelSharerService
| 限定符和类型 | 方法和说明 |
|---|---|
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)
解绑分享员
|
SharerBindResponse bindSharer(String username) throws WxErrorException
username - 邀请的用户微信号WxErrorException - 异常SharerSearchResponse searchSharer(String openid, String username) throws WxErrorException
openid - 分享员openidusername - 分享员微信号(二选一)WxErrorException - 异常SharerInfoResponse listSharer(Integer page, Integer pageSize, Integer sharerType) throws WxErrorException
page - 分页参数,页数pageSize - 分页参数,每页分享员数(不超过100sharerType - 分享员类型WxErrorException - 异常SharerOrderResponse listSharerOrder(SharerOrderParam param) throws WxErrorException
param - 参数WxErrorException - 异常SharerUnbindResponse unbindSharer(List<String> openIds) throws WxErrorException
openIds - openid列表WxErrorException - 异常Copyright © 2025. All rights reserved.