1
0
mirror of synced 2025-12-11 17:09:03 +08:00

🆕 #3149 [企业微信] 增加支持企业微信多账号配置的starter

This commit is contained in:
Forever杨
2023-10-18 16:07:55 +08:00
committed by Binary Wang
parent a9da3ab39e
commit 82c1e9a120
18 changed files with 830 additions and 3 deletions

View File

@@ -12,7 +12,6 @@ import me.chanjar.weixin.cp.bean.WxCpAgentJsapiSignature;
import me.chanjar.weixin.cp.bean.WxCpMaJsCode2SessionResult;
import me.chanjar.weixin.cp.bean.WxCpProviderToken;
import me.chanjar.weixin.cp.config.WxCpConfigStorage;
import me.chanjar.weixin.cp.corpgroup.service.WxCpLinkedCorpService;
/**
* 微信API的Service.
@@ -567,7 +566,7 @@ public interface WxCpService extends WxService {
/**
* 相关接口的服务类对象
*
* @return the meeting service
* @return the meeting service
*/
WxCpMeetingService getMeetingService();