|
@@ -192,7 +192,7 @@ public class SysLoginController
|
|
|
ServletUtils.getRequest().setAttribute("headImage","");
|
|
|
ServletUtils.getRequest().setAttribute("nickName","");
|
|
|
|
|
|
- String token = loginService.login(ttResult.getOpenid(),null, StudentLoginTypeEnum.AUTHORIZATION_CODE_LOGIN.getCode());
|
|
|
+ String token = loginService.login(ttResult.getData().getOpenid(),null, StudentLoginTypeEnum.AUTHORIZATION_CODE_LOGIN.getCode());
|
|
|
TokenDTO tokenDTO = new TokenDTO();
|
|
|
tokenDTO.setToken(token);
|
|
|
tokenDTO.setThirdResult(ttResult);
|