|
@@ -114,7 +114,7 @@ public class OAuthController {
|
|
|
getParams.put("Authorization", "Bearer ${token}");
|
|
|
|
|
|
|
|
|
- reData = remoteHelper.getJson( new HashMap<>(), appConfig.oauthconfig_oauthUrl + "/api/account/testpost", "UTF-8", getParams);
|
|
|
+ reData = remoteHelper.getJson( new HashMap<>(), appConfig.oauthconfig_oauthUrl + "/api/v2/sys/user/currentuser", "UTF-8", getParams);
|
|
|
|
|
|
log.info("getUserInfo-cas:result " + reData);
|
|
|
|