From 9a1a472ec996362cb918e79b9ce37bfa2639a10b Mon Sep 17 00:00:00 2001 From: Charles7c Date: Mon, 29 Apr 2024 21:24:36 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=8E=B7=E5=8F=96=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E9=AA=8C=E8=AF=81=E7=A0=81=20URL=20/img=20=3D>=20/image?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../top/continew/admin/webapi/common/CaptchaController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/continew-admin-webapi/src/main/java/top/continew/admin/webapi/common/CaptchaController.java b/continew-admin-webapi/src/main/java/top/continew/admin/webapi/common/CaptchaController.java index d764591f..35b997b5 100644 --- a/continew-admin-webapi/src/main/java/top/continew/admin/webapi/common/CaptchaController.java +++ b/continew-admin-webapi/src/main/java/top/continew/admin/webapi/common/CaptchaController.java @@ -98,7 +98,7 @@ public class CaptchaController { @Log(ignore = true) @Operation(summary = "获取图片验证码", description = "获取图片验证码(Base64编码,带图片格式:data:image/gif;base64)") - @GetMapping("/img") + @GetMapping("/image") public R getImageCaptcha() { String uuid = IdUtil.fastUUID(); String captchaKey = CacheConstants.CAPTCHA_KEY_PREFIX + uuid;