manage/src/main/java/com/jilongda/manage/authority/controller/LoginController.java
@@ -131,6 +131,9 @@ } } public static void main(String[] args) { } @ApiOperation(value = "发送验证码", notes = "发送验证码") @PostMapping(value = "sendMsg") public ApiResult<String> sendMsg(@Validated @RequestBody VerificationCodeDTO dto) throws Exception {