public interface WxLeaguePromoterService
| 限定符和类型 | 方法和说明 |
|---|---|
WxChannelBaseResponse |
addPromoter(String finderId)
已过时。
|
WxChannelBaseResponse |
addPromoterV2(String promoterId)
新增达人
|
WxChannelBaseResponse |
deletePromoter(String finderId)
已过时。
|
WxChannelBaseResponse |
deletePromoterV2(String promoterId)
删除达人
|
PromoterInfoResponse |
getPromoterInfo(String finderId)
已过时。
|
PromoterInfoResponse |
getPromoterInfoV2(String promoterId)
获取达人详情信息
|
PromoterListResponse |
listPromoter(Integer pageIndex,
Integer pageSize,
Integer status)
获取达人列表
|
WxChannelBaseResponse |
updatePromoter(String finderId,
int type)
已过时。
|
WxChannelBaseResponse |
updatePromoterV2(String promoterId,
int type)
编辑达人
|
@Deprecated WxChannelBaseResponse addPromoter(String finderId) throws WxErrorException
addPromoterV2(String)finderId - 视频号finder_id,待废除WxErrorException@Deprecated WxChannelBaseResponse updatePromoter(String finderId, int type) throws WxErrorException
updatePromoterV2(String, int)finderId - 视频号finder_id,待废除type - 操作 1取消邀请 2结束合作WxErrorException@Deprecated WxChannelBaseResponse deletePromoter(String finderId) throws WxErrorException
deletePromoterV2(String)finderId - 视频号finder_id,待废除WxErrorException@Deprecated PromoterInfoResponse getPromoterInfo(String finderId) throws WxErrorException
getPromoterInfoV2(String)finderId - 视频号finder_id,待废除WxErrorExceptionWxChannelBaseResponse addPromoterV2(String promoterId) throws WxErrorException
promoterId - 达人带货idWxErrorExceptionWxChannelBaseResponse updatePromoterV2(String promoterId, int type) throws WxErrorException
promoterId - 达人带货idtype - 操作 1取消邀请 2结束合作WxErrorExceptionWxChannelBaseResponse deletePromoterV2(String promoterId) throws WxErrorException
promoterId - 达人带货idWxErrorExceptionPromoterInfoResponse getPromoterInfoV2(String promoterId) throws WxErrorException
promoterId - 达人带货idWxErrorExceptionPromoterListResponse listPromoter(Integer pageIndex, Integer pageSize, Integer status) throws WxErrorException
pageIndex - 页面下标,下标从1开始,默认为1pageSize - 单页达人数(不超过200)status - 拉取该状态下的达人列表WxErrorExceptionCopyright © 2026. All rights reserved.