接口 WxCpManagerService
- 所有已知实现类:
WxCpManagerServiceImpl
public interface WxCpManagerService
企业微信服务管理
- 作者:
- guer
-
方法概要
修饰符和类型 方法 说明 me.chanjar.weixin.cp.api.WxCpServicegetService(java.lang.String appId)获取服务default me.chanjar.weixin.cp.api.WxCpServicegetService(java.lang.String corpId, java.lang.Integer agentId)获取服务
-
方法详细资料
-
getService
default me.chanjar.weixin.cp.api.WxCpService getService(java.lang.String corpId, java.lang.Integer agentId)获取服务- 参数:
corpId- 企业IDagentId- 应用ID- 返回:
- 企业微信服务
-
getService
me.chanjar.weixin.cp.api.WxCpService getService(java.lang.String appId)获取服务- 参数:
appId- 应用ID- 返回:
- 企业微信服务
-