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