明白了!请问您希望我围绕哪些具体的环境问题进行优化?比如环保、景点设计等?
本文心得:
分享让更多人看到
$this->app['hook']->listen('module_init');
try {
// 实例化控制器
$instance = $this->app->controller($this->controller,
$this->rule->getConfig('url_controller_layer'),
$this->rule->getConfig('controller_suffix'),
$this->rule->getConfig('empty_controller'));
} catch (ClassNotFoundException $e) {
throw new HttpException(404, 'controller not exists:' . $e->getClass());
}
$this->app['middleware']->controller(function (Request $request, $next) use ($instance) {
// 获取当前操作名
$action = $this->actionName . $this->rule->getConfig('action_suffix');
if (is_callable([$instance, $action])) {
// 执行操作方法
$call = [$instance, $action];
PHPSESSID | 2sc0cnud1s79pcmfukagsmkl91 |
RWSESSID | 449669a25f31611936bd56d29983d914 |
USER | www |
HOME | /home/www |
HTTP_HOST | sxxyyxgs.com |
HTTP_ACCEPT_ENCODING | gzip, br, zstd, deflate |
HTTP_COOKIE | PHPSESSID=2sc0cnud1s79pcmfukagsmkl91; RWSESSID=449669a25f31611936bd56d29983d914 |
HTTP_USER_AGENT | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
HTTP_ACCEPT | */* |
PATH_INFO | |
REDIRECT_STATUS | 200 |
SERVER_NAME | sxxyyxgs.com |
SERVER_PORT | 80 |
SERVER_ADDR | 172.31.111.1 |
REMOTE_PORT | 34069 |
REMOTE_ADDR | 3.142.136.210 |
SERVER_SOFTWARE | nginx/1.19.8 |
GATEWAY_INTERFACE | CGI/1.1 |
REQUEST_SCHEME | http |
SERVER_PROTOCOL | HTTP/1.1 |
DOCUMENT_ROOT | /www/wwwroot/sxxyyxgs.com/public |
DOCUMENT_URI | /index.php |
REQUEST_URI | /home/article/detail/id/aid=wap501268.shtml |
SCRIPT_NAME | /index.php |
CONTENT_LENGTH | |
CONTENT_TYPE | |
REQUEST_METHOD | GET |
QUERY_STRING | s=/home/article/detail/id/aid=wap501268.shtml |
SCRIPT_FILENAME | /www/wwwroot/sxxyyxgs.com/public/index.php |
FCGI_ROLE | RESPONDER |
PHP_SELF | /index.php |
REQUEST_TIME_FLOAT | 1732488118.9847 |
REQUEST_TIME | 1732488118 |
EXT | .php |
DS | / |
THINK_PATH | /www/wwwroot/sxxyyxgs.com/thinkphp/ |
LIB_PATH | /www/wwwroot/sxxyyxgs.com/thinkphp/library/ |
CORE_PATH | /www/wwwroot/sxxyyxgs.com/thinkphp/library/think/ |
TRAIT_PATH | /www/wwwroot/sxxyyxgs.com/thinkphp/library/traits/ |
APP_PATH | /www/wwwroot/sxxyyxgs.com/public/ |
ROOT_PATH | /www/wwwroot/sxxyyxgs.com/ |
62t 评论于 [2024-11-25 06:29:59]
大进
被骗
不长进