public interface WxLeaguePromoterService
| 限定符和类型 | 方法和说明 |
|---|---|
WxChannelBaseResponse |
addPromoter(String finderId)
新增达人
|
WxChannelBaseResponse |
deletePromoter(String finderId)
删除达人
|
PromoterInfoResponse |
getPromoterInfo(String finderId)
获取达人详情信息
|
PromoterListResponse |
listPromoter(Integer pageIndex,
Integer pageSize,
Integer status)
获取达人列表
|
WxChannelBaseResponse |
updatePromoter(String finderId,
int type)
编辑达人
|
WxChannelBaseResponse addPromoter(String finderId) throws WxErrorException
finderId - 视频号finder_idWxErrorExceptionWxChannelBaseResponse updatePromoter(String finderId, int type) throws WxErrorException
finderId - 视频号finder_idtype - 操作 1取消邀请 2结束合作WxErrorExceptionWxChannelBaseResponse deletePromoter(String finderId) throws WxErrorException
finderId - 视频号finder_idWxErrorExceptionPromoterInfoResponse getPromoterInfo(String finderId) throws WxErrorException
finderId - 视频号finder_idWxErrorExceptionPromoterListResponse listPromoter(Integer pageIndex, Integer pageSize, Integer status) throws WxErrorException
pageIndex - 页面下标,下标从1开始,默认为1pageSize - 单页达人数(不超过200)status - 拉取该状态下的达人列表WxErrorExceptionCopyright © 2025. All rights reserved.