ll
liukangdong
2024-10-16 df863a4aa4f7a96ccabc7f624e0c81a560455ead
server/system_service/src/main/java/com/doumee/api/BaseController.java
@@ -32,7 +32,7 @@
     * @author Eva.Caesar Liu
     * @date 2023/03/21 14:49
     */
    protected LoginUserInfo getLoginUser (String token) {
    public LoginUserInfo getLoginUser (String token) {
        if (token == null || token.isEmpty()) {
               return (LoginUserInfo)SecurityUtils.getSubject().getPrincipal();
//            throw new BusinessException(ResponseStatus.NO_LOGIN.getCode(),"未登录");