pt-admin/src/main/java/com/ruoyi/web/controller/common/CaptchaController.java
@@ -46,7 +46,7 @@ /** * 生成验证码 */ @ApiOperation(value = "获取图片验证码", notes = "获取验证码") /* @ApiOperation(value = "获取图片验证码", notes = "获取验证码") @GetMapping("/captchaImage") public AjaxResult getCode(HttpServletResponse response) throws IOException { AjaxResult ajax = AjaxResult.success(); @@ -87,5 +87,5 @@ ajax.put("uuid", uuid); ajax.put("img", "data:image/jpg;base64,"+Base64.encode(os.toByteArray())); return ajax; } }*/ }