public interface WxMpMemberCardService
WxMpService getWxMpService()
WxMpCardCreateResult createMemberCard(String createJson) throws WxErrorException
createJson - 会员卡json字符串WxErrorException - 接口调用失败抛出的异常WxMpCardCreateResult createMemberCard(WxMpMemberCardCreateMessage createMessageMessage) throws WxErrorException
createMessageMessage - 会员卡创建对象WxErrorException - 接口调用失败抛出的异常String activateMemberCard(WxMpMemberCardActivatedMessage activatedMessage) throws WxErrorException
activatedMessage - 激活所需参数WxErrorException - 接口调用失败抛出的异常WxMpMemberCardUserInfoResult getUserInfo(String cardId, String code) throws WxErrorException
cardId - 会员卡的CardId,微信分配code - 领取会员的会员卡CodeWxErrorException - 接口调用失败抛出的异常WxMpMemberCardUpdateResult updateUserMemberCard(WxMpMemberCardUpdateMessage updateUserMessage) throws WxErrorException
updateUserMessage - 更新会员信息所需字段消息WxErrorException - 接口调用失败抛出的异常MemberCardActivateUserFormResult setActivateUserForm(MemberCardActivateUserFormRequest userFormRequest) throws WxErrorException
userFormRequest - 会员卡激活字段对象WxErrorException - 接口调用失败抛出的异常ActivatePluginParam getActivatePluginParam(String cardId, String outStr) throws WxErrorException
cardId - 会员卡的CardId,微信分配outStr - 会员卡设置商户的渠道WxErrorException - 接口调用失败抛出的异常String getActivatePluginUrl(String cardId, String outStr) throws WxErrorException
cardId - 会员卡的CardId,微信分配outStr - 会员卡设置商户的渠道WxErrorException - 接口调用失败抛出的异常CardUpdateResult updateCardInfo(MemberCardUpdateRequest memberCardUpdateRequest) throws WxErrorException
memberCardUpdateRequest - 会员卡更新对象WxErrorException - 接口调用失败抛出的异常WxMpMemberCardActivateTempInfoResult getActivateTempInfo(String activateTicket) throws WxErrorException
activateTicket - 用户提交的资料WxErrorException - 接口调用失败抛出的异常Copyright © 2024. All rights reserved.