refactor: 添加操作器注释

This commit is contained in:
2025-02-13 15:47:23 +08:00
parent 8582d93678
commit d39df73150
11 changed files with 33 additions and 0 deletions

View File

@@ -6,6 +6,9 @@ namespace app\admin\controller\v1;
use think\facade\Cache;
use think\facade\Config;
/**
* 验证码控制器
*/
class Captcha
{
/**