Open kkomge opened 5 years ago
https://github.com/borball/weixin-sdk/wiki/企业号身份验证 中的OAuth2s需要改成QyOAuth2s 如 CorpSetting corpSetting= new CorpSetting(); corpSetting.setCorpId("23223232"); corpSetting.setCorpSecret("232323-232323"); QyUser userInfo = QyOAuth2s.with(corpSetting).userInfo(code);
直接发Pull request吧 @kkomge 没时间维护这个了。
额 精力了,github好像不能对wiki发起Pull request,看能不能把wiki页面都签到项目里面做一个wiki的目录。
我把wiki迁移到GitHub了,发了PR,你看一下。
https://github.com/borball/weixin-sdk/wiki/企业号身份验证 中的OAuth2s需要改成QyOAuth2s 如 CorpSetting corpSetting= new CorpSetting(); corpSetting.setCorpId("23223232"); corpSetting.setCorpSecret("232323-232323"); QyUser userInfo = QyOAuth2s.with(corpSetting).userInfo(code);