{"code":0,"msg":"操作成功","data":"<!DOCTYPE html>\n<html>\n<head>\n    <meta charset=\"UTF-8\">\n    <title>系统发生错误<\/title>\n    <meta name=\"robots\" content=\"noindex,nofollow\" \/>\n    <style>\n        \/* Base *\/\n        body {\n            color: #333;\n            font: 16px Verdana, \"Helvetica Neue\", helvetica, Arial, 'Microsoft YaHei', sans-serif;\n            margin: 0;\n            padding: 0 20px 20px;\n        }\n        h1{\n            margin: 10px 0 0;\n            font-size: 28px;\n            font-weight: 500;\n            line-height: 32px;\n        }\n        h2{\n            color: #4288ce;\n            font-weight: 400;\n            padding: 6px 0;\n            margin: 6px 0 0;\n            font-size: 18px;\n            border-bottom: 1px solid #eee;\n        }\n        h3{\n            margin: 12px;\n            font-size: 16px;\n            font-weight: bold;\n        }\n        abbr{\n            cursor: help;\n            text-decoration: underline;\n            text-decoration-style: dotted;\n        }\n        a{\n            color: #868686;\n            cursor: pointer;\n        }\n        a:hover{\n            text-decoration: underline;\n        }\n        .line-error{\n            background: #f8cbcb;\n        }\n        .echo table {\n            width: 100%;\n        }\n        .echo pre {\n            padding: 16px;\n            overflow: auto;\n            font-size: 85%;\n            line-height: 1.45;\n            background-color: #f7f7f7;\n            border: 0;\n            border-radius: 3px;\n            font-family: Consolas, \"Liberation Mono\", Menlo, Courier, monospace;\n        }\n        .echo pre > pre {\n            padding: 0;\n            margin: 0;\n        }\n        \/* Exception Info *\/\n        .exception {\n            margin-top: 20px;\n        }\n        .exception .message{\n            padding: 12px;\n            border: 1px solid #ddd;\n            border-bottom: 0 none;\n            line-height: 18px;\n            font-size:16px;\n            border-top-left-radius: 4px;\n            border-top-right-radius: 4px;\n            font-family: Consolas,\"Liberation Mono\",Courier,Verdana,\"微软雅黑\",serif;\n        }\n        .exception .code{\n            float: left;\n            text-align: center;\n            color: #fff;\n            margin-right: 12px;\n            padding: 16px;\n            border-radius: 4px;\n            background: #999;\n        }\n        .exception .source-code{\n            padding: 6px;\n            border: 1px solid #ddd;\n\n            background: #f9f9f9;\n            overflow-x: auto;\n\n        }\n        .exception .source-code pre{\n            margin: 0;\n        }\n        .exception .source-code pre ol{\n            margin: 0;\n            color: #4288ce;\n            display: inline-block;\n            min-width: 100%;\n            box-sizing: border-box;\n            font-size:14px;\n            font-family: \"Century Gothic\",Consolas,\"Liberation Mono\",Courier,Verdana,serif;\n            padding-left: 40px;\n        }\n        .exception .source-code pre li{\n            border-left: 1px solid #ddd;\n            height: 18px;\n            line-height: 18px;\n        }\n        .exception .source-code pre code{\n            color: #333;\n            height: 100%;\n            display: inline-block;\n            border-left: 1px solid #fff;\n            font-size:14px;\n            font-family: Consolas,\"Liberation Mono\",Courier,Verdana,\"微软雅黑\",serif;\n        }\n        .exception .trace{\n            padding: 6px;\n            border: 1px solid #ddd;\n            border-top: 0 none;\n            line-height: 16px;\n            font-size:14px;\n            font-family: Consolas,\"Liberation Mono\",Courier,Verdana,\"微软雅黑\",serif;\n        }\n        .exception .trace h2:hover {\n            text-decoration: underline;\n            cursor: pointer;\n        }\n        .exception .trace ol{\n            margin: 12px;\n        }\n        .exception .trace ol li{\n            padding: 2px 4px;\n        }\n        .exception div:last-child{\n            border-bottom-left-radius: 4px;\n            border-bottom-right-radius: 4px;\n        }\n\n        \/* Exception Variables *\/\n        .exception-var table{\n            width: 100%;\n            margin: 12px 0;\n            box-sizing: border-box;\n            table-layout:fixed;\n            word-wrap:break-word;\n        }\n        .exception-var table caption{\n            text-align: left;\n            font-size: 16px;\n            font-weight: bold;\n            padding: 6px 0;\n        }\n        .exception-var table caption small{\n            font-weight: 300;\n            display: inline-block;\n            margin-left: 10px;\n            color: #ccc;\n        }\n        .exception-var table tbody{\n            font-size: 13px;\n            font-family: Consolas, \"Liberation Mono\", Courier, \"微软雅黑\",serif;\n        }\n        .exception-var table td{\n            padding: 0 6px;\n            vertical-align: top;\n            word-break: break-all;\n        }\n        .exception-var table td:first-child{\n            width: 28%;\n            font-weight: bold;\n            white-space: nowrap;\n        }\n        .exception-var table td pre{\n            margin: 0;\n        }\n\n        \/* Copyright Info *\/\n        .copyright{\n            margin-top: 24px;\n            padding: 12px 0;\n            border-top: 1px solid #eee;\n        }\n\n        \/* SPAN elements with the classes below are added by prettyprint. *\/\n        pre.prettyprint .pln { color: #000 }  \/* plain text *\/\n        pre.prettyprint .str { color: #080 }  \/* string content *\/\n        pre.prettyprint .kwd { color: #008 }  \/* a keyword *\/\n        pre.prettyprint .com { color: #800 }  \/* a comment *\/\n        pre.prettyprint .typ { color: #606 }  \/* a type name *\/\n        pre.prettyprint .lit { color: #066 }  \/* a literal value *\/\n        \/* punctuation, lisp open bracket, lisp close bracket *\/\n        pre.prettyprint .pun, pre.prettyprint .opn, pre.prettyprint .clo { color: #660 }\n        pre.prettyprint .tag { color: #008 }  \/* a markup tag name *\/\n        pre.prettyprint .atn { color: #606 }  \/* a markup attribute name *\/\n        pre.prettyprint .atv { color: #080 }  \/* a markup attribute value *\/\n        pre.prettyprint .dec, pre.prettyprint .var { color: #606 }  \/* a declaration; a variable name *\/\n        pre.prettyprint .fun { color: red }  \/* a function name *\/\n    <\/style>\n<\/head>\n<body>\n        <div class=\"exception\">\n        <div class=\"info\"><h1>页面错误！请稍后再试～<\/h1><\/div>\n    <\/div>\n        \n    \n    \n    <div class=\"copyright\">\n        <a title=\"官方网站\" href=\"http:\/\/www.thinkphp.cn\">ThinkPHP<\/a> \n        <span>V6.1.4<\/span> \n        <span>{ 十年磨一剑-为API开发设计的高性能框架 }<\/span>\n        <span>- <a title=\"官方手册\" href=\"https:\/\/www.kancloud.cn\/manual\/thinkphp6_0\/content\">官方手册<\/a><\/span>\n    <\/div>\n    <\/body>\n<\/html>\n","timestamp":1775240682}