public class WxStoreCooperationServiceImpl extends Object implements WxStoreCooperationService
| 构造器和说明 |
|---|
WxStoreCooperationServiceImpl(BaseWxChannelServiceImpl storeService) |
| 限定符和类型 | 方法和说明 |
|---|---|
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)
解绑合作账号
|
public WxStoreCooperationServiceImpl(BaseWxChannelServiceImpl storeService)
public CooperationListResponse listCooperation(Integer sharerType) throws WxErrorException
WxStoreCooperationServicelistCooperation 在接口中 WxStoreCooperationServicesharerType - 合作账号类型 2公众号 3小程序WxErrorException - 异常public CooperationStatusResponse getCooperationStatus(String sharerId, Integer sharerType) throws WxErrorException
WxStoreCooperationServicegetCooperationStatus 在接口中 WxStoreCooperationServicesharerId - 合作账号id 公众号: gh_开头id 小程序: appidsharerType - 合作账号类型 2公众号 3小程序WxErrorException - 异常public CooperationQrCodeResponse generateQrCode(String sharerId, Integer sharerType) throws WxErrorException
WxStoreCooperationServicegenerateQrCode 在接口中 WxStoreCooperationServicesharerId - 合作账号id 公众号: gh_开头id 小程序: appidsharerType - 合作账号类型 2公众号 3小程序WxErrorException - 异常public WxChannelBaseResponse cancelInvitation(String sharerId, Integer sharerType) throws WxErrorException
WxStoreCooperationServicecancelInvitation 在接口中 WxStoreCooperationServicesharerId - 合作账号id 公众号: gh_开头id 小程序: appidsharerType - 合作账号类型 2公众号 3小程序WxErrorException - 异常public WxChannelBaseResponse unbind(String sharerId, Integer sharerType) throws WxErrorException
WxStoreCooperationServiceunbind 在接口中 WxStoreCooperationServicesharerId - 合作账号id 公众号: gh_开头id 小程序: appidsharerType - 合作账号类型 2公众号 3小程序WxErrorException - 异常Copyright © 2025. All rights reserved.