if (false === $result && !empty($this->cross)) {// 检测跨域路由$result = $this->cross->check($this->request, $url, $completeMatch);}if (false !== $result) {return $result;} elseif ($this->config['url_route_must']) {throw new RouteNotFoundException();}return $this->url($url);}/*** 获取当前请求URL的pathinfo信息(不含URL后缀)* @access protected* @return string
| DOCUMENT_ROOT | /www/wwwroot/php/vcloudmanage/public |
| REMOTE_ADDR | 127.0.0.1 |
| REMOTE_PORT | 38898 |
| SERVER_SOFTWARE | PHP 7.4.33 Development Server |
| SERVER_PROTOCOL | HTTP/1.0 |
| SERVER_NAME | 0.0.0.0 |
| SERVER_PORT | 8000 |
| REQUEST_URI | / |
| REQUEST_METHOD | GET |
| SCRIPT_NAME | /index.php |
| SCRIPT_FILENAME | /www/wwwroot/php/vcloudmanage/public/index.php |
| PHP_SELF | /index.php |
| HTTP_HOST | api.vrp3d.com |
| HTTP_X_REAL_IP | 216.73.216.119 |
| HTTP_X_FORWARDED_FOR | 216.73.216.119 |
| HTTP_CONNECTION | close |
| HTTP_ACCEPT | */* |
| HTTP_USER_AGENT | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
| HTTP_ACCEPT_ENCODING | gzip, br, zstd, deflate |
| REQUEST_TIME_FLOAT | 1767066874.8272 |
| REQUEST_TIME | 1767066874 |