# 接口 #### 基类 ``` app\common\controller\Api ``` #### 鉴权中间件 ``` protected $middleware = [ 'app\\common\\middleware\\CheckAuth', ]; ```