public interface WxStoreCooperationService
| 限定符和类型 | 方法和说明 |
|---|---|
WxChannelBaseResponse |
cancelInvitation(String sharerId,
Integer sharerType)
取消合作账号邀请
|
CooperationQrCodeResponse |
generateQrCode(String sharerId,
Integer sharerType)
生成合作账号邀请二维码
|
CooperationStatusResponse |
getCooperationStatus(String sharerId,
Integer sharerType)
获取合作账号状态
|
CooperationListResponse |
listCooperation(Integer sharerType)
获取合作账号列表
|
WxChannelBaseResponse |
unbind(String sharerId,
Integer sharerType)
解绑合作账号
|
CooperationListResponse listCooperation(Integer sharerType) throws WxErrorException
sharerType - 合作账号类型 2公众号 3小程序WxErrorException - 异常CooperationStatusResponse getCooperationStatus(String sharerId, Integer sharerType) throws WxErrorException
sharerId - 合作账号id 公众号: gh_开头id 小程序: appidsharerType - 合作账号类型 2公众号 3小程序WxErrorException - 异常CooperationQrCodeResponse generateQrCode(String sharerId, Integer sharerType) throws WxErrorException
sharerId - 合作账号id 公众号: gh_开头id 小程序: appidsharerType - 合作账号类型 2公众号 3小程序WxErrorException - 异常WxChannelBaseResponse cancelInvitation(String sharerId, Integer sharerType) throws WxErrorException
sharerId - 合作账号id 公众号: gh_开头id 小程序: appidsharerType - 合作账号类型 2公众号 3小程序WxErrorException - 异常WxChannelBaseResponse unbind(String sharerId, Integer sharerType) throws WxErrorException
sharerId - 合作账号id 公众号: gh_开头id 小程序: appidsharerType - 合作账号类型 2公众号 3小程序WxErrorException - 异常Copyright © 2025. All rights reserved.