public interface WxMpMemberCardService
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
MEMBER_CARD_ACTIVATE |
static String |
MEMBER_CARD_ACTIVATE_TEMP_INFO
跳转型会员卡开卡字段,获取用户提交资料(wx_activate=true情况调用),开发者根据activate_ticket获取到用户填写的信息
|
static String |
MEMBER_CARD_ACTIVATE_URL
获取会员卡开卡插件参数.
|
static String |
MEMBER_CARD_ACTIVATEUSERFORM
会员卡激活之微信开卡接口(wx_activate=true情况调用).
|
static String |
MEMBER_CARD_CREAET |
static String |
MEMBER_CARD_UPDATE
会员卡信息更新.
|
static String |
MEMBER_CARD_UPDATE_USER |
static String |
MEMBER_CARD_USER_INFO_GET |
static final String MEMBER_CARD_ACTIVATEUSERFORM
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 - 接口调用失败抛出的异常CardUpdateResult updateCardInfo(MemberCardUpdateRequest memberCardUpdateRequest) throws WxErrorException
memberCardUpdateRequest - 会员卡更新对象WxErrorException - 接口调用失败抛出的异常WxMpMemberCardActivateTempInfoResult getActivateTempInfo(String activateTicket) throws WxErrorException
activateTicket - 用户提交的资料WxErrorException - 接口调用失败抛出的异常Copyright © 2019. All rights reserved.