public interface WxChannelVipService
| 限定符和类型 | 方法和说明 |
|---|---|
WxChannelBaseResponse |
decreaseVipScore(String openId,
String score,
String remark,
String requestId)
减少用户积分
|
VipInfoResponse |
getVipInfo(String openId,
Boolean needPhoneNumber)
获取用户详情
|
VipListResponse |
getVipList(Boolean needPhoneNumber,
Integer pageNum,
Integer pageSize)
获取用户积分
|
VipScoreResponse |
getVipScore(String openId)
获取用户积分
|
WxChannelBaseResponse |
increaseVipScore(String openId,
String score,
String remark,
String requestId)
增加用户积分
|
WxChannelBaseResponse |
updateVipGrade(String openId,
Integer score)
更新用户等级
|
VipInfoResponse getVipInfo(String openId, Boolean needPhoneNumber) throws WxErrorException
openId - the open idneedPhoneNumber - the need phone numberWxErrorException - the wx error exceptionVipListResponse getVipList(Boolean needPhoneNumber, Integer pageNum, Integer pageSize) throws WxErrorException
needPhoneNumber - the need phone numberpageNum - the page numpageSize - the page sizeWxErrorException - the wx error exceptionVipScoreResponse getVipScore(String openId) throws WxErrorException
openId - the open idWxErrorException - the wx error exceptionWxChannelBaseResponse increaseVipScore(String openId, String score, String remark, String requestId) throws WxErrorException
openId - the open idscore - the scoreremark - the remarkrequestId - the request idWxErrorException - the wx error exceptionWxChannelBaseResponse decreaseVipScore(String openId, String score, String remark, String requestId) throws WxErrorException
openId - the open idscore - the scoreremark - the remarkrequestId - the request idWxErrorException - the wx error exceptionWxChannelBaseResponse updateVipGrade(String openId, Integer score) throws WxErrorException
openId - the open idscore - the scoreWxErrorException - the wx error exceptionCopyright © 2025. All rights reserved.