public class WxLeaguePromoterServiceImpl extends Object implements WxLeaguePromoterService
| 构造器和说明 |
|---|
WxLeaguePromoterServiceImpl(BaseWxChannelServiceImpl<?,?> shopService) |
| 限定符和类型 | 方法和说明 |
|---|---|
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)
编辑达人
|
public WxLeaguePromoterServiceImpl(BaseWxChannelServiceImpl<?,?> shopService)
public WxChannelBaseResponse addPromoter(String finderId) throws WxErrorException
WxLeaguePromoterServiceaddPromoter 在接口中 WxLeaguePromoterServicefinderId - 视频号finder_id,待废除WxErrorExceptionpublic WxChannelBaseResponse updatePromoter(String finderId, int type) throws WxErrorException
WxLeaguePromoterServiceupdatePromoter 在接口中 WxLeaguePromoterServicefinderId - 视频号finder_id,待废除type - 操作 1取消邀请 2结束合作WxErrorExceptionpublic WxChannelBaseResponse deletePromoter(String finderId) throws WxErrorException
WxLeaguePromoterServicedeletePromoter 在接口中 WxLeaguePromoterServicefinderId - 视频号finder_id,待废除WxErrorExceptionpublic PromoterInfoResponse getPromoterInfo(String finderId) throws WxErrorException
WxLeaguePromoterServicegetPromoterInfo 在接口中 WxLeaguePromoterServicefinderId - 视频号finder_id,待废除WxErrorExceptionpublic WxChannelBaseResponse addPromoterV2(String promoterId) throws WxErrorException
WxLeaguePromoterServiceaddPromoterV2 在接口中 WxLeaguePromoterServicepromoterId - 达人带货idWxErrorExceptionpublic WxChannelBaseResponse updatePromoterV2(String promoterId, int type) throws WxErrorException
WxLeaguePromoterServiceupdatePromoterV2 在接口中 WxLeaguePromoterServicepromoterId - 达人带货idtype - 操作 1取消邀请 2结束合作WxErrorExceptionpublic WxChannelBaseResponse deletePromoterV2(String promoterId) throws WxErrorException
WxLeaguePromoterServicedeletePromoterV2 在接口中 WxLeaguePromoterServicepromoterId - 达人带货idWxErrorExceptionpublic PromoterInfoResponse getPromoterInfoV2(String promoterId) throws WxErrorException
WxLeaguePromoterServicegetPromoterInfoV2 在接口中 WxLeaguePromoterServicepromoterId - 达人带货idWxErrorExceptionpublic PromoterListResponse listPromoter(Integer pageIndex, Integer pageSize, Integer status) throws WxErrorException
WxLeaguePromoterServicelistPromoter 在接口中 WxLeaguePromoterServicepageIndex - 页面下标,下标从1开始,默认为1pageSize - 单页达人数(不超过200)status - 拉取该状态下的达人列表WxErrorExceptionCopyright © 2026. All rights reserved.