w2cl
Results
1
comments of
w2cl
>  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()); 这个不是获取的第一个吗?