mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-25 01:14:36 +08:00
issue #92 A bug in me.chanjar.weixin.mp.api.WxMpServiceImpl.java at line 449
This commit is contained in:
parent
3ae057af8f
commit
1e5e098775
@ -435,7 +435,7 @@ public class WxMpServiceImpl implements WxMpService {
|
|||||||
@Override
|
@Override
|
||||||
public boolean oauth2validateAccessToken(WxMpOAuth2AccessToken oAuth2AccessToken) {
|
public boolean oauth2validateAccessToken(WxMpOAuth2AccessToken oAuth2AccessToken) {
|
||||||
String url = "https://api.weixin.qq.com/sns/auth?";
|
String url = "https://api.weixin.qq.com/sns/auth?";
|
||||||
url += "access_token=" + oAuth2AccessToken;
|
url += "access_token=" + oAuth2AccessToken.getAccessToken();
|
||||||
url += "&openid=" + oAuth2AccessToken.getOpenId();
|
url += "&openid=" + oAuth2AccessToken.getOpenId();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user