w2cl

Results 1 comments of w2cl

> ![image](https://user-images.githubusercontent.com/31821476/127995138-578c42fa-fc30-4a04-89f2-a3251becfe08.png) WxMpConfigStorage wxMpConfigStorage = weixinService.getWxMpConfigStorage(); 这个获取的是你配置的xxxxx在你项目的配置里边对应的config,不是你说的第一个,进去看weixinService.getWxMpConfigStorage()方法里边是维护的Map configStorageMap; key是appid 就是xxxxx return this.configStorageMap.size() == 1 ? (WxMpConfigStorage)this.configStorageMap.values().iterator().next() : (WxMpConfigStorage)this.configStorageMap.get(WxMpConfigStorageHolder.get()); 这个不是获取的第一个吗?