{"msg":"您访问的接口不存在","code":500,"data":[],"debug":{"name":"think\\exception\\HttpException","file":"\/www\/wwwroot\/mccrm.xuancaicloud.com\/vendor\/topthink\/framework\/src\/think\/route\/dispatch\/Controller.php","line":76,"code":0,"message":"控制器不存在:app\\controller\\sitemap\\Xml","source":{"first":67,"source":["            ->setAction($this->actionName);\n","    }\n","\n","    public function exec()\n","    {\n","        try {\n","            \/\/ 实例化控制器\n","            $instance = $this->controller($this->controller);\n","        } catch (ClassNotFoundException $e) {\n","            throw new HttpException(404, 'controller not exists:' . $e->getClass());\n","        }\n","\n","        \/\/ 注册控制器中间件\n","        $this->registerControllerMiddleware($instance);\n","\n","        return $this->app->middleware->pipeline('controller')\n","            ->send($this->request)\n","            ->then(function () use ($instance) {\n","                \/\/ 获取当前操作名\n"]}}}