|
|
@ -433,7 +433,7 @@ public class SsoServiceImpl implements SsoService { |
|
|
|
ThirdPlatUserInfo userInfo; |
|
|
|
try { |
|
|
|
AbstractApiService apiService = (AbstractApiService) SpringContextUtils.getBean(apiServiceResult.getData().getApiServiceName()); |
|
|
|
userInfo = apiService.getGUserInfoBySSOToken(formDTO.getTicket()); |
|
|
|
userInfo = apiService.getGUserInfoBySSOToken(formDTO.getToken()); |
|
|
|
} catch (Exception e) { |
|
|
|
throw new RenException(e.getMessage()); |
|
|
|
} |
|
|
|