issue #113 企业号oauth2getUserInfo报errcode=40029, errmsg=invalid code
This commit is contained in:
@@ -445,7 +445,7 @@ public class WxCpServiceImpl implements WxCpService {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String[] oauth2getUserInfo(String code) throws WxErrorException {
|
public String[] oauth2getUserInfo(String code) throws WxErrorException {
|
||||||
return oauth2getUserInfo(code, wxCpConfigStorage.getAgentId());
|
return oauth2getUserInfo(wxCpConfigStorage.getAgentId(), code);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user