小么熊🐻 il y a 1 an
Parent
commit
11ab804c1d

+ 0 - 1
nbjk-admin/src/main/java/com/miaxis/system/controller/system/SysLoginController.java

@@ -212,7 +212,6 @@ public class SysLoginController
             ServletUtils.getRequest().setAttribute("nickName",wxUserInfo.getNickname());
             ServletUtils.getRequest().setAttribute("openid",wxUserInfo.getOpenid());
             ServletUtils.getRequest().setAttribute("xcxOpenid",wxUserInfo.getOpenid());
-            ServletUtils.getRequest().setAttribute("xcxOpenid",wxUserInfo.getOpenid());
             ServletUtils.getRequest().setAttribute("pUnionId",pUnionId);
             String token = loginService.login(wxUserInfo.getUnionid(),null, StudentLoginTypeEnum.AUTHORIZATION_XCX_LOGIN.getCode());
             tokenDTO.setToken(token);