{"message":"Route Not Found","status":500,"data":[],"debug":{"name":"think\\exception\\RouteNotFoundException","file":"\/www\/wwwroot\/yya.ytyay.com\/vendor\/topthink\/framework\/src\/think\/Route.php","line":740,"code":0,"message":"当前访问路由未定义或不匹配","trace":[{"file":"\/www\/wwwroot\/yya.ytyay.com\/vendor\/topthink\/framework\/src\/think\/Route.php","line":704,"function":"check","class":"think\\Route","type":"->"},{"file":"\/www\/wwwroot\/yya.ytyay.com\/vendor\/topthink\/framework\/src\/think\/Http.php","line":208,"function":"dispatch","class":"think\\Route","type":"->"},{"file":"\/www\/wwwroot\/yya.ytyay.com\/vendor\/topthink\/framework\/src\/think\/Http.php","line":198,"function":"dispatchToRoute","class":"think\\Http","type":"->"},{"file":"\/www\/wwwroot\/yya.ytyay.com\/vendor\/topthink\/framework\/src\/think\/Pipeline.php","line":59,"function":"think\\{closure}","class":"think\\Http","type":"->"},{"file":"\/www\/wwwroot\/yya.ytyay.com\/vendor\/topthink\/think-multi-app\/src\/MultiApp.php","line":45,"function":"think\\{closure}","class":"think\\Pipeline","type":"->"},{"function":"handle","class":"think\\app\\MultiApp","type":"->"},{"file":"\/www\/wwwroot\/yya.ytyay.com\/vendor\/topthink\/framework\/src\/think\/Middleware.php","line":134,"function":"call_user_func"},{"file":"\/www\/wwwroot\/yya.ytyay.com\/vendor\/topthink\/framework\/src\/think\/Pipeline.php","line":85,"function":"think\\{closure}","class":"think\\Middleware","type":"->"},{"file":"\/www\/wwwroot\/yya.ytyay.com\/vendor\/topthink\/think-cors\/src\/HandleCors.php","line":84,"function":"think\\{closure}","class":"think\\Pipeline","type":"->"},{"function":"handle","class":"think\\cors\\HandleCors","type":"->"},{"file":"\/www\/wwwroot\/yya.ytyay.com\/vendor\/topthink\/framework\/src\/think\/Middleware.php","line":134,"function":"call_user_func"},{"file":"\/www\/wwwroot\/yya.ytyay.com\/vendor\/topthink\/framework\/src\/think\/Pipeline.php","line":85,"function":"think\\{closure}","class":"think\\Middleware","type":"->"},{"file":"\/www\/wwwroot\/yya.ytyay.com\/cores\/middleware\/SqlInjectionCheck.php","line":23,"function":"think\\{closure}","class":"think\\Pipeline","type":"->"},{"function":"handle","class":"cores\\middleware\\SqlInjectionCheck","type":"->"},{"file":"\/www\/wwwroot\/yya.ytyay.com\/vendor\/topthink\/framework\/src\/think\/Middleware.php","line":134,"function":"call_user_func"},{"file":"\/www\/wwwroot\/yya.ytyay.com\/vendor\/topthink\/framework\/src\/think\/Pipeline.php","line":85,"function":"think\\{closure}","class":"think\\Middleware","type":"->"},{"file":"\/www\/wwwroot\/yya.ytyay.com\/cores\/middleware\/AppLog.php","line":35,"function":"think\\{closure}","class":"think\\Pipeline","type":"->"},{"function":"handle","class":"cores\\middleware\\AppLog","type":"->"},{"file":"\/www\/wwwroot\/yya.ytyay.com\/vendor\/topthink\/framework\/src\/think\/Middleware.php","line":134,"function":"call_user_func"},{"file":"\/www\/wwwroot\/yya.ytyay.com\/vendor\/topthink\/framework\/src\/think\/Pipeline.php","line":85,"function":"think\\{closure}","class":"think\\Middleware","type":"->"},{"file":"\/www\/wwwroot\/yya.ytyay.com\/cores\/middleware\/AllowCrossDomain.php","line":115,"function":"think\\{closure}","class":"think\\Pipeline","type":"->"},{"function":"handle","class":"cores\\middleware\\AllowCrossDomain","type":"->"},{"file":"\/www\/wwwroot\/yya.ytyay.com\/vendor\/topthink\/framework\/src\/think\/Middleware.php","line":134,"function":"call_user_func"},{"file":"\/www\/wwwroot\/yya.ytyay.com\/vendor\/topthink\/framework\/src\/think\/Pipeline.php","line":85,"function":"think\\{closure}","class":"think\\Middleware","type":"->"},{"file":"\/www\/wwwroot\/yya.ytyay.com\/vendor\/topthink\/think-trace\/src\/TraceDebug.php","line":71,"function":"think\\{closure}","class":"think\\Pipeline","type":"->"},{"function":"handle","class":"think\\trace\\TraceDebug","type":"->"},{"file":"\/www\/wwwroot\/yya.ytyay.com\/vendor\/topthink\/framework\/src\/think\/Middleware.php","line":134,"function":"call_user_func"},{"file":"\/www\/wwwroot\/yya.ytyay.com\/vendor\/topthink\/framework\/src\/think\/Pipeline.php","line":85,"function":"think\\{closure}","class":"think\\Middleware","type":"->"},{"file":"\/www\/wwwroot\/yya.ytyay.com\/vendor\/topthink\/framework\/src\/think\/Pipeline.php","line":66,"function":"think\\{closure}","class":"think\\Pipeline","type":"->"},{"file":"\/www\/wwwroot\/yya.ytyay.com\/vendor\/topthink\/framework\/src\/think\/Http.php","line":197,"function":"then","class":"think\\Pipeline","type":"->"},{"file":"\/www\/wwwroot\/yya.ytyay.com\/vendor\/topthink\/framework\/src\/think\/Http.php","line":162,"function":"runWithRequest","class":"think\\Http","type":"->"},{"file":"\/www\/wwwroot\/yya.ytyay.com\/public\/index.php","line":15,"function":"run","class":"think\\Http","type":"->"}],"source":{"first":731,"source":["        $result = $this->checkDomain()->check($this->request, $url, $completeMatch);\n","\n","        if (false === $result && !empty($this->cross)) {\n","            \/\/ 检测跨域路由\n","            $result = $this->cross->check($this->request, $url, $completeMatch);\n","        }\n","\n","        if (false === $result && $this->config['url_route_must']) {\n","            \/\/ 开启强制路由\n","            throw new RouteNotFoundException();\n","        }\n","\n","        return $result;\n","    }\n","\n","    \/**\n","     * 获取当前请求URL的pathinfo信息(不含URL后缀)\n","     * @access protected\n","     * @return string\n"]}}}