chore: 获取图片验证码 URL /img => /image

This commit is contained in:
Charles7c 2024-04-29 21:24:36 +08:00
parent 4c6a7fb91a
commit 9a1a472ec9

View File

@ -98,7 +98,7 @@ public class CaptchaController {
@Log(ignore = true)
@Operation(summary = "获取图片验证码", description = "获取图片验证码Base64编码带图片格式data:image/gif;base64")
@GetMapping("/img")
@GetMapping("/image")
public R<CaptchaResp> getImageCaptcha() {
String uuid = IdUtil.fastUUID();
String captchaKey = CacheConstants.CAPTCHA_KEY_PREFIX + uuid;