borball / weixin-sdk

微信公众平台(订阅号、服务号、企业号、小程序)、微信开放平台和微信支付 Java SDK
Apache License 2.0
1.05k stars 490 forks source link

wiki 需要更新 #89

Open kkomge opened 5 years ago

kkomge commented 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);

borball commented 5 years ago

直接发Pull request吧 @kkomge 没时间维护这个了。

kkomge commented 5 years ago

额 精力了,github好像不能对wiki发起Pull request,看能不能把wiki页面都签到项目里面做一个wiki的目录。

kkomge commented 5 years ago

我把wiki迁移到GitHub了,发了PR,你看一下。