[0] HttpException in Module.php line 126

方法不存在:app\index\controller\Home->Job()

  1. : $this->request->param();
  2. $vars = array_merge($vars, $this->param);
  3. } elseif (is_callable([$instance, '_empty'])) {
  4. // 空操作
  5. $call = [$instance, '_empty'];
  6. $vars = [$this->actionName];
  7. $reflect = new ReflectionMethod($instance, '_empty');
  8. } else {
  9. // 操作不存在
  10. throw new HttpException(404, 'method not exists:' . get_class($instance) . '->' . $action . '()');
  11. }
  12. $this->app['hook']->listen('action_begin', $call);
  13. $data = $this->app->invokeReflectMethod($instance, $reflect, $vars);
  14. return $this->autoResponse($data);
  15. });

Call Stack

  1. in Module.php line 126
  2. at Module->think\route\dispatch\{closure}()
  3. at call_user_func_array() in Middleware.php line 185
  4. at Middleware->think\{closure}()
  5. at call_user_func() in Middleware.php line 130
  6. at Middleware->dispatch() in Module.php line 136
  7. at Module->exec() in Dispatch.php line 168
  8. at Dispatch->run() in App.php line 432
  9. at App->think\{closure}()
  10. at call_user_func_array() in Middleware.php line 185
  11. at Middleware->think\{closure}()
  12. at call_user_func() in Middleware.php line 130
  13. at Middleware->dispatch() in App.php line 435
  14. at App->run() in index.php line 25

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookies
xxyt_lang zh-cn
Session
xxyt { "group": { "admin": [ [ 7, 8, 9 ], "\u7ba1\u7406\u5458", [ 1, "primary", "#10a6e2", "#10a6e2", "#007bff" ], "" ], "b": { "0": [ 4, 5, 6 ], "1": "\u4f01\u4e1a", "2": [ 2, "success", "#5fa61c", "#5fa61c", "#28a745" ], "3": "user_b", "b": [ 4 ] }, "index": [ [ 1, 2, 3 ], "\u4f1a\u5458", [ 3, "danger", "#f70036", "#dc3545", "#dc3545" ], "user_c" ], "pay": [ [ 1, 2, 3 ], "\u4f1a\u5458", [ 3, "danger", "#f70036", "#dc3545", "#dc3545" ], "" ], "site": [ [ 1, 2, 3 ], "\u4f1a\u5458", [ 3, "danger", "#f70036", "#dc3545", "#dc3545" ], "user_c" ], "9": { "1": "\u4e2a\u4eba\u4f1a\u5458", "4": "\u4f01\u4e1a", "7": "\u521d\u7ea7\u7ba1\u7406\u5458", "8": "\u4e2d\u7ea7\u7ba1\u7406\u5458", "9": "\u8d85\u7ea7\u7ba1\u7406\u5458" }, "0": [ 1, 2, 3 ], "1": "\u4f1a\u5458", "2": [ 3, "danger", "#f70036", "#dc3545", "#dc3545" ], "3": "user_c" }, "r2": { "id": 210300, "merger": "\u8fbd\u5b81\u7701,\u978d\u5c71\u5e02", "path": "100000,210000", "pid": 210000, "short": "\u978d\u5c71", "time": 0, "title": "\u978d\u5c71\u5e02" } }
Server/Request Data
TEMP /tmp
TMPDIR /tmp
TMP /tmp
PATH /usr/local/bin:/usr/bin:/bin
USER www
HOME /home/www
HTTP_HOST www.xxyt.co
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
REDIRECT_STATUS 200
PATH_INFO
SERVER_NAME ~^(admin|api|b|b1|img|pay|www|wx)\.xxyt\.co$
SERVER_PORT 80
SERVER_ADDR 172.16.0.51
REMOTE_PORT 46560
REMOTE_ADDR 3.230.76.153
SERVER_SOFTWARE nginx/1.22.1
GATEWAY_INTERFACE CGI/1.1
REQUEST_SCHEME http
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /data/wwwroot/xxyt/public
DOCUMENT_URI /index.php
REQUEST_URI /Home/Job/item/id/3606
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/Home/Job/item/id/3606
SCRIPT_FILENAME /data/wwwroot/xxyt/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711630529.5974
REQUEST_TIME 1711630529
Environment Variablesempty
ThinkPHP Constants
DOMAIN xxyt.co
PREFIX xxyt
OSS xxyt.co
M_NAME index
C_NAME home
A_NAME job