jiangping
2023-08-17 8d7cb8876ac222eca1c82d5bab250f5551531edb
server/src/main/java/doumeemes/service/system/impl/WxLoginServiceImpl.java
@@ -137,6 +137,9 @@
            wxLoginVO.setLoginStatus(Constants.ZERO);
            wxLoginVO.setSession(session);
            return wxLoginVO;
        }catch (BusinessException e) {
            wxLoginVO.setLoginStatus(Constants.ONE);
            return wxLoginVO;
        }catch (AuthenticationException e) {
            BusinessException ee = null;
            loginLog.setSuccess(Boolean.FALSE);