- 在 LoginParam 类中添加 smsCode 字段,作为短信验证码的别名 - 修改 MainController 中的 login 方法,支持 code 和 smsCode 两个字段名 - 优化验证码获取逻辑,提高用户体验