无关风月
2024-12-25 1f13d00110df5de402b675ad59190e08e5326aa9
optometrist/src/main/java/com/jilongda/optometrist/authority/controller/LoginController.java
@@ -97,6 +97,7 @@
        }
    }
    @ApiOperation(value = "发送验证码", notes = "发送验证码")
    @PostMapping(value = "sendMsg")
    public ApiResult<String> sendMsg(@Validated @RequestBody VerificationCodeDTO dto) throws Exception {