更新用户登录验证
This commit is contained in:
parent
32582e7150
commit
44916e28c6
|
@ -20,7 +20,7 @@ use think\exception\ValidateException;
|
|||
class User extends BaseController
|
||||
{
|
||||
/**
|
||||
* 控制器中间件 [登录、注册 不需要鉴权]
|
||||
* 控制器中间件 [登录不需要鉴权]
|
||||
* @var array
|
||||
*/
|
||||
protected $middleware = [
|
||||
|
|
Loading…
Reference in New Issue