完善功能

This commit is contained in:
menxipeng
2025-08-02 23:10:35 +08:00
parent 7be046e8f5
commit 58e70a009d
32 changed files with 224 additions and 82 deletions

View File

@@ -32,6 +32,7 @@ public class SecurityUtils
}
catch (Exception e)
{
e.printStackTrace();
throw new ServiceException("获取用户ID异常", HttpStatus.UNAUTHORIZED);
}
}