准备工作 需要先导入项目相关资源: 数据库文件 hmdp.sql 后端代码 hm-dianping.zip 包括前端代码的 Nginx 启动后端代码和 Nginx。 短信登录 发送验证码 @PostMapping("code") public Result sendCode(@RequestParam("phone") String phone, HttpSession session) { // 发送短信验证码并保存验证码 return userService.sendCode(phone, sess…