user(); if ($admin->type != 'SUPER') return $this->jsonResponse(1,'无操作权限'); return $next($request); } }