forked from integrated_whb/integrated_whb
- 在Shiro配置中添加sendSmsCode和checkByCode接口的匿名访问权限 - 在LoginController中新增VerificationCodeService依赖注入 - 实现sendSmsCode接口用于发送手机验证码,支持手机号格式验证 - 实现checkByCode接口用于验证码登录,包含自动注册新用户逻辑 - 创建VerificationCodeService接口和VerificationCodeServiceImpl实现类 - 实现基于内存存储的验证码管理,包含6位数字验证码生成功能 - 添加验证码过期时间控制,默认5分钟过期 - 集成ZTHY短信平台发送验证码功能 - 实现通用验证码888888用于测试环境验证 - 完善验证码验证成功后的用户登录和会话创建流程 - 添加验证码相关的操作日志记录功能 |
||
|---|---|---|
| src/main | ||
| .gitignore | ||
| mvnw | ||
| mvnw.cmd | ||
| pom.xml | ||