chore: update deps

This commit is contained in:
xingyu
2023-01-17 15:45:10 +08:00
parent 3449882a70
commit ace19f5da4
3 changed files with 3 additions and 6 deletions

View File

@@ -20,9 +20,6 @@ import javax.servlet.http.HttpServletRequest;
/**
* 验证码
*
* 问题:为什么不直接使用 anji 提供的 CaptchaController而要另外继承
* 回答:管理使用 /admin-api/* 作为前缀,所以需要继承!
*
* @author 芋道源码
*/
@Api(tags = "管理后台 - 验证码")