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

@@ -10,6 +10,9 @@ use app\admin\validate\v1\LoginValidate;
use thans\jwt\facade\JWTAuth;
use think\facade\Cache;
/**
* 登录控制器
*/
class Login
{
/**