|
All checks were successful
Auto-build / Automatic-Packaging (push) Successful in 14s
- 在 AuthController 中新增 getUserInfo 接口,用于获取当前登录用户的信息 - 创建 UserInfoVO 类,封装用户 ID、用户名和头像信息 - 在 AuthService 中实现 getUserInfo 方法,从数据库查询用户并转换为 UserInfoVO - 头像字段使用 Base64 编码返回- 使用 StpUtil 获取当前登录用户的 ID 进行查询 |
||
|---|---|---|
| .gitea/workflows | ||
| .mvn/wrapper | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| compose.yaml | ||
| Dockerfile | ||
| LICENSE | ||
| mvnw | ||
| mvnw.cmd | ||
| pom.xml | ||
| README.md | ||