{"message":"页面不存在","status":500,"data":[],"debug":{"name":"think\\exception\\HttpException","file":"\/www\/wwwroot\/guxiang.theroguer.com\/vendor\/topthink\/framework\/src\/helper.php","line":53,"code":0,"message":"页面不存在","trace":[{"file":"\/www\/wwwroot\/guxiang.theroguer.com\/app\/api\/controller\/Index.php","line":10,"function":"abort"},{"function":"index","class":"app\\api\\controller\\Index","type":"->"},{"file":"\/www\/wwwroot\/guxiang.theroguer.com\/vendor\/topthink\/framework\/src\/think\/Container.php","line":344,"function":"invokeArgs","class":"ReflectionMethod","type":"->"},{"file":"\/www\/wwwroot\/guxiang.theroguer.com\/vendor\/topthink\/framework\/src\/think\/route\/dispatch\/Controller.php","line":110,"function":"invokeReflectMethod","class":"think\\Container","type":"->"},{"file":"\/www\/wwwroot\/guxiang.theroguer.com\/vendor\/topthink\/framework\/src\/think\/Pipeline.php","line":59,"function":"think\\route\\dispatch\\{closure}","class":"think\\route\\dispatch\\Controller","type":"->"},{"file":"\/www\/wwwroot\/guxiang.theroguer.com\/vendor\/topthink\/framework\/src\/think\/Pipeline.php","line":66,"function":"think\\{closure}","class":"think\\Pipeline","type":"->"},{"file":"\/www\/wwwroot\/guxiang.theroguer.com\/vendor\/topthink\/framework\/src\/think\/route\/dispatch\/Controller.php","line":113,"function":"then","class":"think\\Pipeline","type":"->"},{"file":"\/www\/wwwroot\/guxiang.theroguer.com\/vendor\/topthink\/framework\/src\/think\/route\/Dispatch.php","line":90,"function":"exec","class":"think\\route\\dispatch\\Controller","type":"->"},{"file":"\/www\/wwwroot\/guxiang.theroguer.com\/vendor\/topthink\/framework\/src\/think\/Route.php","line":785,"function":"run","class":"think\\route\\Dispatch","type":"->"},{"file":"\/www\/wwwroot\/guxiang.theroguer.com\/vendor\/topthink\/framework\/src\/think\/Pipeline.php","line":59,"function":"think\\{closure}","class":"think\\Route","type":"->"},{"file":"\/www\/wwwroot\/guxiang.theroguer.com\/vendor\/topthink\/framework\/src\/think\/Pipeline.php","line":66,"function":"think\\{closure}","class":"think\\Pipeline","type":"->"},{"file":"\/www\/wwwroot\/guxiang.theroguer.com\/vendor\/topthink\/framework\/src\/think\/Route.php","line":786,"function":"then","class":"think\\Pipeline","type":"->"},{"file":"\/www\/wwwroot\/guxiang.theroguer.com\/vendor\/topthink\/framework\/src\/think\/Http.php","line":216,"function":"dispatch","class":"think\\Route","type":"->"},{"file":"\/www\/wwwroot\/guxiang.theroguer.com\/vendor\/topthink\/framework\/src\/think\/Http.php","line":206,"function":"dispatchToRoute","class":"think\\Http","type":"->"},{"file":"\/www\/wwwroot\/guxiang.theroguer.com\/vendor\/topthink\/framework\/src\/think\/Pipeline.php","line":59,"function":"think\\{closure}","class":"think\\Http","type":"->"},{"file":"\/www\/wwwroot\/guxiang.theroguer.com\/vendor\/topthink\/think-multi-app\/src\/MultiApp.php","line":71,"function":"think\\{closure}","class":"think\\Pipeline","type":"->"},{"file":"\/www\/wwwroot\/guxiang.theroguer.com\/vendor\/topthink\/framework\/src\/think\/Pipeline.php","line":59,"function":"think\\app\\{closure}","class":"think\\app\\MultiApp","type":"->"},{"file":"\/www\/wwwroot\/guxiang.theroguer.com\/vendor\/topthink\/framework\/src\/think\/Pipeline.php","line":66,"function":"think\\{closure}","class":"think\\Pipeline","type":"->"},{"file":"\/www\/wwwroot\/guxiang.theroguer.com\/vendor\/topthink\/think-multi-app\/src\/MultiApp.php","line":72,"function":"then","class":"think\\Pipeline","type":"->"},{"function":"handle","class":"think\\app\\MultiApp","type":"->"},{"file":"\/www\/wwwroot\/guxiang.theroguer.com\/vendor\/topthink\/framework\/src\/think\/Middleware.php","line":142,"function":"call_user_func"},{"file":"\/www\/wwwroot\/guxiang.theroguer.com\/vendor\/topthink\/framework\/src\/think\/Pipeline.php","line":85,"function":"think\\{closure}","class":"think\\Middleware","type":"->"},{"file":"\/www\/wwwroot\/guxiang.theroguer.com\/cores\/middleware\/AppLog.php","line":34,"function":"think\\{closure}","class":"think\\Pipeline","type":"->"},{"function":"handle","class":"cores\\middleware\\AppLog","type":"->"},{"file":"\/www\/wwwroot\/guxiang.theroguer.com\/vendor\/topthink\/framework\/src\/think\/Middleware.php","line":142,"function":"call_user_func"},{"file":"\/www\/wwwroot\/guxiang.theroguer.com\/vendor\/topthink\/framework\/src\/think\/Pipeline.php","line":85,"function":"think\\{closure}","class":"think\\Middleware","type":"->"},{"file":"\/www\/wwwroot\/guxiang.theroguer.com\/cores\/middleware\/AllowCrossDomain.php","line":89,"function":"think\\{closure}","class":"think\\Pipeline","type":"->"},{"function":"handle","class":"cores\\middleware\\AllowCrossDomain","type":"->"},{"file":"\/www\/wwwroot\/guxiang.theroguer.com\/vendor\/topthink\/framework\/src\/think\/Middleware.php","line":142,"function":"call_user_func"},{"file":"\/www\/wwwroot\/guxiang.theroguer.com\/vendor\/topthink\/framework\/src\/think\/Pipeline.php","line":85,"function":"think\\{closure}","class":"think\\Middleware","type":"->"},{"file":"\/www\/wwwroot\/guxiang.theroguer.com\/vendor\/topthink\/framework\/src\/think\/Pipeline.php","line":66,"function":"think\\{closure}","class":"think\\Pipeline","type":"->"},{"file":"\/www\/wwwroot\/guxiang.theroguer.com\/vendor\/topthink\/framework\/src\/think\/Http.php","line":207,"function":"then","class":"think\\Pipeline","type":"->"},{"file":"\/www\/wwwroot\/guxiang.theroguer.com\/vendor\/topthink\/framework\/src\/think\/Http.php","line":170,"function":"runWithRequest","class":"think\\Http","type":"->"},{"file":"\/www\/wwwroot\/guxiang.theroguer.com\/public\/index.php","line":11,"function":"run","class":"think\\Http","type":"->"}],"source":{"first":44,"source":["     * @param integer|Response $code    状态码 或者 Response对象实例\n","     * @param string           $message 错误信息\n","     * @param array            $header  参数\n","     *\/\n","    function abort($code, string $message = '', array $header = [])\n","    {\n","        if ($code instanceof Response) {\n","            throw new HttpResponseException($code);\n","        } else {\n","            throw new HttpException($code, $message, null, $header);\n","        }\n","    }\n","}\n","\n","if (!function_exists('app')) {\n","    \/**\n","     * 快速获取容器中的实例 支持依赖注入\n","     * @template T\n","     * @param string|class-string<T> $name        类名或标识 默认获取当前应用实例\n"]}}}