Commit Graph

15 Commits

Author SHA1 Message Date
0d5d50f130 feat: 调整首页背景,隐藏注册登录的手机验证码功能 2026-04-30 07:23:08 +08:00
ee3ce43c8e feat: 修改密码功能 2026-04-28 18:06:36 +08:00
f584a9fec2 feat: 搜索页开发 2026-04-22 19:11:03 +08:00
7c84e7fb66 feat: 滑动验证码修改为数字字母验证码 2026-04-19 16:00:13 +08:00
24374d72fe fix(sso): 修复验证码每次返回相同图片的问题
每次调用createCode()重新生成验证码

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-15 16:33:30 +08:00
1cbffca35b fix(sso): 修复StringUtils.isBlank编译错误
改用cn.hutool.core.util.StrUtil.isBlank()

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-15 16:07:14 +08:00
5028ec4b8f fix(sso): 修复Bean方法名与字段名冲突
Bean方法名从lineCaptcha改为captchaGenerator,避免与@Resource字段名冲突

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-15 16:04:09 +08:00
0d6c3e353a fix(sso): 修复ICaptcha强制转换为CircleCaptcha调用getImage()
ICaptcha接口没有getImage()方法,需要强制转换为CircleCaptcha

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-15 16:01:00 +08:00
57337d9e73 feat(sso): 登录接口改为校验图形验证码
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-15 15:50:57 +08:00
460ba0d969 feat(sso): 登录请求新增captchaCode字段
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-15 15:50:02 +08:00
122692bc8b feat(sso): 新增获取图形验证码接口
在 VerifyController 中添加 /captcha 接口,用于获取图形验证码。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-15 15:36:08 +08:00
1b8168ba10 fix(sso): rename lineCaptchaBean to lineCaptcha
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-15 15:30:14 +08:00
3fa6747c10 feat(sso): add captcha methods to VerifyService interface
Add getCaptcha and checkCaptcha methods for graphic captcha support
in login verification flow.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-15 15:26:01 +08:00
ae3c041745 feat: 本地开发调整 2026-04-15 15:23:06 +08:00
9b9ed034d0 anto: 初始化 2026-04-03 10:57:20 +08:00