#0 [0]HttpException in helper.php line 53

非法请求,请输入完整的url

  1. * @param integer|Response $code 状态码 或者 Response对象实例
  2. * @param string $message 错误信息
  3. * @param array $header 参数
  4. */
  5. function abort($code, string $message = '', array $header = [])
  6. {
  7. if ($code instanceof Response) {
  8. throw new HttpResponseException($code);
  9. } else {
  10. throw new HttpException($code, $message, null, $header);
  11. }
  12. }
  13. }
  14. if (!function_exists('app')) {
  15. /**
  16. * 快速获取容器中的实例 支持依赖注入
  17. * @param string $name 类名或标识 默认获取当前应用实例
  18. * @param array $args 参数

Call Stack

  1. in helper.php line 53
  2. at abort() in Auth.php line 19
  3. at Auth->handle()
  4. at call_user_func() in Middleware.php line 142
  5. at Middleware->think\{closure}() in Pipeline.php line 84
  6. at Pipeline->think\{closure}() in Install.php line 15
  7. at Install->handle()
  8. at call_user_func() in Middleware.php line 142
  9. at Middleware->think\{closure}() in Pipeline.php line 84
  10. at Pipeline->think\{closure}() in SessionInit.php line 67
  11. at SessionInit->handle()
  12. at call_user_func() in Middleware.php line 142
  13. at Middleware->think\{closure}() in Pipeline.php line 84
  14. at Pipeline->think\{closure}() in Pipeline.php line 65
  15. at Pipeline->then() in MultiApp.php line 72
  16. at MultiApp->handle()
  17. at call_user_func() in Middleware.php line 142
  18. at Middleware->think\{closure}() in Pipeline.php line 84
  19. at Pipeline->think\{closure}() in Pipeline.php line 65
  20. at Pipeline->then() in Http.php line 204
  21. at Http->runWithRequest() in Http.php line 162
  22. at Http->run() in index.php line 20

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookies
server_name_session f3df9d604f7733371e24e64a73d68afd
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_COOKIE server_name_session=f3df9d604f7733371e24e64a73d68afd
HTTP_ACCEPT_ENCODING gzip, br, zstd, deflate
HTTP_USER_AGENT Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT */*
HTTP_HOST wenlv.site.ilink.top
PATH_INFO
REDIRECT_STATUS 200
SERVER_NAME wenlv.vxbao.cn
SERVER_PORT 443
SERVER_ADDR 172.28.49.129
REMOTE_PORT 50177
REMOTE_ADDR 216.73.216.138
SERVER_SOFTWARE nginx/1.22.1
GATEWAY_INTERFACE CGI/1.1
HTTPS on
REQUEST_SCHEME https
SERVER_PROTOCOL HTTP/2.0
DOCUMENT_ROOT /www/wwwroot/wenlv.vxbao.cn/public
DOCUMENT_URI /index.php
REQUEST_URI /
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING
SCRIPT_FILENAME /www/wwwroot/wenlv.vxbao.cn/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1765869182.8494
REQUEST_TIME 1765869182
Environment Variables
APP_DEBUG 1
APP_DEFAULT_TIMEZONE Asia/Shanghai
DATABASE_TYPE mysql
DATABASE_HOSTNAME 127.0.0.1
DATABASE_DATABASE test
DATABASE_USERNAME username
DATABASE_PASSWORD password
DATABASE_HOSTPORT 3306
DATABASE_CHARSET utf8
DATABASE_DEBUG 1
LANG_DEFAULT_LANG zh-cn
ThinkPHP Constantsempty