->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) {
// 获取当前操作名
| admin_hkcms_lang | zh-cn | 
| index_hkcms_lang | zh-cn | 
| old_index_hkcms_lang | zh-cn | 
| USER | nobody | 
| HOME | / | 
| HTTP_COOKIE | admin_hkcms_lang=zh-cn; index_hkcms_lang=zh-cn; old_index_hkcms_lang=zh-cn | 
| HTTP_ACCEPT_ENCODING | gzip | 
| HTTP_ACCEPT | */* | 
| HTTP_HOST | www.cn-hlc.com | 
| HTTP_USER_AGENT | Mozilla/5.0 (compatible; Dataprovider.com) | 
| REDIRECT_STATUS | 200 | 
| SERVER_NAME | wh-nhcku3hrj4prxte94uj.my3w.com | 
| SERVER_PORT | 80 | 
| SERVER_ADDR | 172.23.52.65 | 
| REMOTE_PORT | 58866 | 
| REMOTE_ADDR | 205.164.2.242 | 
| SERVER_SOFTWARE | nginx/1.18.0 | 
| GATEWAY_INTERFACE | CGI/1.1 | 
| REQUEST_SCHEME | http | 
| SERVER_PROTOCOL | HTTP/1.1 | 
| DOCUMENT_ROOT | /data/user/htdocs/public | 
| DOCUMENT_URI | /index.php | 
| REQUEST_URI | /sitemap.xml | 
| SCRIPT_NAME | /index.php | 
| CONTENT_LENGTH | |
| CONTENT_TYPE | |
| REQUEST_METHOD | GET | 
| QUERY_STRING | s=/sitemap.xml | 
| PATH_INFO | |
| SCRIPT_FILENAME | /data/user/htdocs/public/index.php | 
| FCGI_ROLE | RESPONDER | 
| PHP_SELF | /index.php | 
| REQUEST_TIME_FLOAT | 1761524894.7165 | 
| REQUEST_TIME | 1761524894 |