->setAction($this->actionName);
}
public function exec()
{
try {
// 实例化控制器
$instance = $this->controller($this->controller);
} catch (ClassNotFoundException $e) {
throw new HttpException(404, 'controller not exists:' . $e->getClass());
}
// 注册控制器中间件
$this->registerControllerMiddleware($instance);
return $this->app->middleware->pipeline('controller')
->send($this->request)
->then(function () use ($instance) {
// 获取当前操作名
| sl-session | 5MvmZEF3BWnrs0kXt9GidA== | 
| lang | zh-cn | 
| ssid | 016cd625d3c9ba6d9fa320e0da45c3e9 | 
| USER | www | 
| HOME | /home/www | 
| HTTP_COOKIE | sl-session=5MvmZEF3BWnrs0kXt9GidA==; lang=zh-cn; ssid=016cd625d3c9ba6d9fa320e0da45c3e9 | 
| HTTP_ACCEPT_ENCODING | gzip | 
| HTTP_ACCEPT | */* | 
| HTTP_USER_AGENT | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) | 
| HTTP_X_FORWARDED_FOR | 107.158.144.110 | 
| HTTP_X_FORWARDED_PROTO | http | 
| HTTP_X_FORWARDED_HOST | kingenta.com | 
| HTTP_HOST | kingenta.com | 
| PATH_INFO | //sitemap.xml | 
| REDIRECT_STATUS | 200 | 
| SERVER_NAME | www.kingenta.com | 
| SERVER_PORT | 80 | 
| SERVER_ADDR | 10.25.2.51 | 
| REMOTE_PORT | 56558 | 
| REMOTE_ADDR | 10.10.13.51 | 
| SERVER_SOFTWARE | nginx/1.22.1 | 
| GATEWAY_INTERFACE | CGI/1.1 | 
| REQUEST_SCHEME | http | 
| SERVER_PROTOCOL | HTTP/1.1 | 
| DOCUMENT_ROOT | /www/wwwroot/jzd/public | 
| DOCUMENT_URI | /index.php//sitemap.xml | 
| REQUEST_URI | /sitemap.xml | 
| SCRIPT_NAME | /index.php | 
| CONTENT_LENGTH | |
| CONTENT_TYPE | |
| REQUEST_METHOD | GET | 
| QUERY_STRING | |
| SCRIPT_FILENAME | /www/wwwroot/jzd/public/index.php | 
| FCGI_ROLE | RESPONDER | 
| PHP_SELF | /index.php//sitemap.xml | 
| REQUEST_TIME_FLOAT | 1761928178.1279 | 
| REQUEST_TIME | 1761928178 |