| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width,initial-scale=1.0">
- <title> ticket api doc </title>
- <link rel="stylesheet" href="https://unpkg.com/ant-design-vue@1.4.10/dist/antd.min.css" />
- <style>
-
- .content-line {
- height: 25px;
- line-height: 25px;
- }
- .content-line-count {
- height: 35px;
- line-height: 35px;
- }
- .title {
- margin-top: 25px;
- }
- .knife4j-description {
- /* width: 90%;
- margin: 15px auto; */
- margin-top: 5px;
- }
- .divider {
- margin: 4px 0;
- }
- .divider-count {
- margin: 8px 0;
- }
- .knife4j-document {
- margin-top: 30px;
- }
- .api-tab {
- margin-top: 15px;
- .ant-tag {
- height: 32px;
- line-height: 32px;
- }
- }
- .knife4j-menu-api-deprecated {
- text-decoration: line-through;
- }
- .knife4j-api-title {
- margin-top: 10px;
- margin-bottom: 5px;
- font-size: 16px;
- font-weight: 600;
- color: #616368;
- height: 35px;
- line-height: 35px;
- }
- .knife4j-api-row {
- height: 45px;
- line-height: 45px;
- }
- .knife4j-api-summary {
- border-color: #49cc90;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- padding: 2px;
- cursor: pointer;
- }
- .knife4j-api-summary-method {
- font-size: 14px;
- font-weight: 700;
- min-width: 80px;
- padding: 6px 15px;
- text-align: center;
- border-radius: 3px;
- text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
- font-family: Titillium Web, sans-serif;
- color: #fff;
- }
- .knife4j-api-summary-path {
- font-size: 14px;
- display: flex;
- -webkit-box-flex: 0;
- -ms-flex: 0 3 auto;
- flex: 0 3 auto;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- word-break: break-all;
- padding: 0 32px;
- }
- .knife4j-api-post {
- border-color: #49cc90;
- background: rgba(73, 204, 144, 0.1);
- }
- .knife4j-api-post .knife4j-api-summary-method {
- background: #49cc90;
- }
- .knife4j-api-get {
- border-color: #61affe;
- background: rgba(97, 175, 254, 0.1);
- }
- .knife4j-api-get .knife4j-api-summary-method {
- background: #61affe;
- }
- .knife4j-api-head {
- border-color: #9012fe;
- background: rgba(144, 18, 254, 0.1);
- }
- .knife4j-api-head .knife4j-api-summary-method {
- background: #9012fe;
- }
- .knife4j-api-put {
- border-color: #fca130;
- background: rgba(252, 161, 48, 0.1);
- }
- .knife4j-api-put .knife4j-api-summary-method {
- background: #fca130;
- }
- .knife4j-api-delete {
- border-color: #f93e3e;
- background: rgba(249, 62, 62, 0.1);
- }
- .knife4j-api-delete .knife4j-api-summary-method {
- background: #f93e3e;
- }
- .knife4j-api-options {
- border-color: #0d5aa7;
- background: rgba(13, 90, 167, 0.1);
- }
- .knife4j-api-options .knife4j-api-summary-method {
- background: #0d5aa7;
- }
- .knife4j-api-patch {
- border-color: #50e3c2;
- background: rgba(80, 227, 194, 0.1);
- }
- .knife4j-api-patch .knife4j-api-summary-method {
- background: #50e3c2;
- }
- #knife4jDoc ul{
- padding-left: 10px;
- list-style: none;
- counter-reset: ordered;
- }
- #knife4jDoc ul li:before {
- counter-increment: ordered;
- content: counters(ordered,".")" ";
- color:#1890ff;
- }
- .api-basic {
- padding: 11px;
- }
- .api-basic-title {
- font-size: 14px;
- font-weight: 700;
- }
- .api-basic-body {
- font-size: 14px;
- font-family: -webkit-body;
- }
- .knife4j-api-editor-show {
- margin: 15px 0;
- font: 100 12px/18px monaco, andale mono, courier new;
- padding: 10px 12px;
- border: #ccc 1px solid;
- border-left-width: 4px;
- background-color: #fefefe;
- box-shadow: 0 0 4px #eee;
- word-break: break-all;
- word-wrap: break-word;
- color: #444;
- }
- .knife4j-api-editor-show .string { color: green; } /*字符串的样式*/
- .knife4j-api-editor-show .number { color: darkorange; } /*数字的样式*/
- .knife4j-api-editor-show .boolean { color: blue; } /*布尔型数据的样式*/
- .knife4j-api-editor-show .null { color: magenta; } /*null值的样式*/
- .knife4j-api-editor-show .key { color: red; } /*key值的样式*/
- .api-description {
- border-left: 4px solid #ddd;
- line-height: 30px;
- }
- .api-body-desc {
- padding: 10px;
- min-height: 35px;
- box-sizing: border-box;
- border: 1px solid #e8e8e8;
- }
- .ant-card-body {
- padding: 5px;
- }
- .api-title {
- margin-top: 10px;
- margin-bottom: 5px;
- font-size: 16px;
- font-weight: 600;
- height: 30px;
- line-height: 30px;
- border-left: 4px solid #00ab6d;
- text-indent: 8px;
- }
- .content-line {
- height: 25px;
- line-height: 25px;
- }
- .content-line-count {
- height: 35px;
- line-height: 35px;
- }
- .divider {
- margin: 4px 0;
- }
- .knife4j-doc-m{
- position: fixed;
- height: 500px;
- width: 400px;
- border: 1px solid #b7b4b4;
- overflow-y: auto;
- right: 12px;
- top: 40px;
- z-index: 9999;
- background: #fcfafa;
- }
- </style>
- </head>
- <body>
- <div id="knife4jDocument" class="resume_preview_page" style="margin:10px auto;width:88%">
- <div class="htmledit_views" >
- <a-row>
- <!--基础信息-->
- <a-row>
- <a-col :span="24">
- <div class="title">
- <h2>{{instance.title}}</h2>
- </div>
- <div class="knife4j-description">
- <a-row class="content-line">
- <a-col :span="5">
- <h3>简介</h3>
- </a-col>
- <a-col :span="19"><span v-html="instance.description" /></a-col>
- </a-row>
- <a-divider class="divider" />
- </div>
- <div class="knife4j-description">
- <a-row class="content-line">
- <a-col :span="5">
- <h3>作者</h3>
- </a-col>
- <a-col :span="19"><span v-html="instance.contact" /></a-col>
- </a-row>
- <a-divider class="divider" />
- </div>
- <div class="knife4j-description">
- <a-row class="content-line">
- <a-col :span="5">
- <h3>版本</h3>
- </a-col>
- <a-col :span="19"><span v-html="instance.version" /></a-col>
- </a-row>
- <a-divider class="divider" />
- </div>
- <div class="knife4j-description">
- <a-row class="content-line">
- <a-col :span="5">
- <h3>host</h3>
- </a-col>
- <a-col :span="19"><span v-html="instance.host" /></a-col>
- </a-row>
- <a-divider class="divider" />
- </div>
- <div class="knife4j-description">
- <a-row class="content-line">
- <a-col :span="5">
- <h3>basePath</h3>
- </a-col>
- <a-col :span="19"><span v-html="instance.basePath" /></a-col>
- </a-row>
- <a-divider class="divider" />
- </div>
- <div class="knife4j-description">
- <a-row class="content-line">
- <a-col :span="5">
- <h3>服务Url</h3>
- </a-col>
- <a-col :span="19"><span v-html="instance.termsOfService" /></a-col>
- </a-row>
- <a-divider class="divider" />
- </div>
- <div class="knife4j-description">
- <a-row class="content-line">
- <a-col :span="5">
- <h3>分组名称</h3>
- </a-col>
- <a-col :span="19"><span v-html="instance.name" /></a-col>
- </a-row>
- <a-divider class="divider" />
- </div>
- <div class="knife4j-description">
- <a-row class="content-line">
- <a-col :span="5">
- <h3>分组url</h3>
- </a-col>
- <a-col :span="19"><span v-html="instance.url" /></a-col>
- </a-row>
- <a-divider class="divider" />
- </div>
- <div class="description">
- <a-row class="content-line">
- <a-col :span="5">
- <h3>分组location</h3>
- </a-col>
- <a-col :span="19"><span v-html="instance.location" /></a-col>
- </a-row>
- <a-divider class="divider" />
- </div>
- <div class="knife4j-description">
- <a-row class="content-line">
- <a-col :span="5">
- <h3>接口统计信息</h3>
- </a-col>
- <a-col :span="19">
- <a-row class="content-line-count" v-for="param in instance.pathArrs" :key="param.method">
- <a-col :span="3">
- {{param.method}}
- </a-col>
- <a-col :span="2">
- <a-tag color="#108ee9">{{param.count}}</a-tag>
- </a-col>
- <a-divider class="divider-count" />
- </a-row>
- </a-col>
- </a-row>
- </div>
- </a-col>
- </a-row>
-
- <!--目录-->
- <a-row id="knife4j-doc-m" class="knife4j-doc-m">
- <a-row style="float: right;width: 57px;z-index: 10000;overflow: hidden;">
- <a-button type="link" id="btnHide">隐藏</a-button>
- </a-row>
- <a-row v-if="hideShow" id="knife4jDoc">
- <ul>
- <li><a href="#knife4jDocument">主页</a></li>
- <li v-for="tag in tags" :key="tag.name">
- <a :href="'#'+tag.name">{{tag.name}}</a>
- <ul>
- <li v-for="c in tag.childrens" :key="c.id"><a :href="'#'+c.operationId">{{c.summary}}</a></li>
- </ul>
- </li>
- </ul>
- </a-row>
- </a-row>
- <!--分组API信息-->
- <!--遍历tags-->
- <a-row v-for="tag in tags" :key="tag.name">
- <h1 :id="tag.name">{{tag.name}}</h1>
- <div class="knife4j-document" v-for="api in tag.childrens">
- <!--接口基本信息-->
- <a-row>
- <a-row :id="api.operationId" class="knife4j-api-title">
- <span v-if="api.deprecated" class="knife4j-menu-api-deprecated">
- {{ api.summary }}
- </span>
- <span v-else>
- {{ api.summary }}
- </span>
- </a-row>
- <a-row :class="'knife4j-api-' + api.methodType.toLowerCase()">
- <div class="knife4j-api-summary">
- <span class="knife4j-api-summary-method">{{ api.methodType }}</span>
- <span class="knife4j-api-summary-path">{{ api.showUrl }}</span>
- </div>
- </a-row>
- <a-row class="knife4j-api-row">
- <a-col :span="12">
- <a-row>
- <a-col class="api-basic-title" :span="6">请求数据类型</a-col>
- {{ api.consumes }}
- </a-row>
- </a-col>
- <a-col :span="12">
- <a-row>
- <a-col class="api-basic-title" :span="6">响应数据类型</a-col>
- {{ api.produces }}
- </a-row>
- </a-col>
- </a-row>
- </a-row>
- <div v-if="api.author">
- <div class="api-title">
- 开发者
- </div>
- <div v-if="api.author" v-html="api.author" class="api-body-desc"></div>
- </div>
- <!--接口描述-->
- <div v-if="api.description">
- <div class="api-title">
- 接口描述
- </div>
- <div
- v-if="api.description"
- v-html="api.description"
- class="api-body-desc"
- ></div>
- </div>
- <!--请求示例-->
- <div v-if="api.requestValue">
- <div class="api-title">
- 请求示例
- </div>
- <pre
- class="knife4j-api-editor-show"
- v-html="formaterJson(api.requestValue)"
- ></pre>
- </div>
- <div class="api-title">
- 请求参数
- </div>
- <a-table default-expand-all-rows :columns="columns" :data-source="api.reqParameters"
- :row-key="genUnionTableKey"
- size="small"
- :pagination="page" >
- <template slot="requireTemplate" slot-scope="text">
- <span v-if="text" style="color:red">{{ text.toLocaleString() }}</span>
- <span v-else>{{ text.toLocaleString() }}</span>
- </template>
- <template slot="typeTemplate" slot-scope="text">
- <span :class="'knife4j-request-' + text">{{ text }}</span>
- </template>
- <template slot="datatypeTemplate" slot-scope="text, record">
- <data-type :text="text" :record="record"></data-type>
- </template>
- </a-table>
- <!--响应状态-->
- <div class="api-title">
- 响应状态
- </div>
- <a-table
- :columns="responseStatuscolumns"
- :data-source="api.responseCodes"
- row-key="code"
- size="small"
- :pagination="page"
- >
- <template slot="descriptionTemplate" slot-scope="text">
- <div v-html="text"></div>
- </template>
- </a-table>
- <!--响应参数-->
- <!--响应参数需要判断是否存在多个code-schema的情况-->
- <div v-if="api.multipartResponseSchema">
- <!--多个响应编码code的情况在离线文档中需要单独遍历分开-->
- <a-tabs v-for="resp in api.multipCodeDatas" :key="resp.code">
- <a-tab-pane :tab="resp.code">
- <!--判断响应头-->
- <div v-if="resp.responseHeaderParameters">
- <div class="api-title">
- 响应Header
- </div>
- <a-table
- :columns="responseHeaderColumns"
- :data-source="resp.responseHeaderParameters"
- row-key="id"
- size="small"
- :pagination="page"
- >
- </a-table>
- </div>
- <!--响应参数-->
- <div class="api-title">
- 响应参数
- </div>
- <a-table
- :columns="responseParametersColumns"
- :data-source="resp.data"
- row-key="id"
- size="small"
- :pagination="page"
- >
- </a-table>
- <div class="api-title">
- 响应示例
- </div>
- <div class="api-editor-show" v-if="resp.responseBasicType">
- {{ resp.responseText }}
- </div>
- <pre
- class="knife4j-api-editor-show"
- v-else
- v-html="formaterJson(resp.responseValue)"
- ></pre>
- <!-- <editor-show :value="resp.responseBasicType ? resp.responseText : resp.responseValue"></editor-show> -->
- <!-- <editor :value="resp.responseBasicType ? resp.responseText : resp.responseValue" @init="multiResponseSampleEditorInit" lang="json" theme="eclipse" width="100%" :height="editorMultiHeight"></editor> -->
- </a-tab-pane>
- </a-tabs>
- </div>
- <div v-else>
- <!--判断响应头-->
- <div v-if="api.responseHeaderParameters">
- <div class="api-title">
- 响应Header
- </div>
- <a-table
- :columns="responseHeaderColumns"
- :data-source="api.responseHeaderParameters"
- row-key="id"
- size="small"
- :pagination="page"
- >
- </a-table>
- </div>
- <!--响应参数-->
- <div class="api-title">
- 响应参数
- </div>
- <a-table
- :columns="responseParametersColumns"
- :data-source="api.multipData.data"
- row-key="id"
- size="small"
- :pagination="page"
- >
- </a-table>
- <div class="api-title">
- 响应示例
- </div>
- <div class="api-editor-show" v-if="api.multipData.responseBasicType">
- {{ api.multipData.responseText }}
- </div>
- <pre
- class="knife4j-api-editor-show"
- v-else
- v-html="formaterJson(api.multipData.responseValue)"
- ></pre>
- </div>
-
- <!--接口遍历结束-->
- </div>
- </a-row>
- </a-row>
- </div>
- </div>
- <script src="https://cdn.jsdelivr.net/npm/vue@2.6.9/dist/vue.js"></script>
- <script src="https://cdn.jsdelivr.net/npm/ant-design-vue@1.4.10/dist/antd.min.js"></script>
- <script type="text/javascript">
- function getData(){
- var datas={"instance":{"title":" ticket api doc ","description":" ticket api doc ","contact":"","version":"0.0.1","host":"http://127.0.0.1:9002","basePath":"/","termsOfService":"","name":"平台运营端","url":"/v3/api-docs/平台运营端","location":"/v3/api-docs/平台运营端","pathArrs":[{"method":"POST","count":32}]},"hideShow":true,"tags":[{"name":"平台商户管理","description":null,"order":2147483647,"author":null,"childrens":[{"id":"015e24e5a20b24659f224ac93c991da0","operationId":"scenicAgentPageList","deprecated":false,"summary":"景区代理列表","methodType":"POST","showUrl":"/platform/merchant/scenicAgent","consumes":["application/x-www-form-urlencoded","application/json"],"produces":["*/*"],"author":null,"description":"<p>平台内的所有景点代理</p>\n","requestValue":"{\n \"data\": {\n \"id\": \"\",\n \"export\": false,\n \"exportDetail\": false,\n \"pageSize\": 10,\n \"pageNum\": 1\n }\n}","reqParameters":[{"name":"requestScenicAgentListRequest","children":[{"name":"data","children":[{"name":"id","children":null,"description":"列表id 在获取单条数据时传递","in":null,"require":false,"type":"string","schemaValue":null},{"name":"export","children":null,"description":"是否导出 默认不导出","in":null,"require":false,"type":"boolean","schemaValue":null},{"name":"exportDetail","children":null,"description":"在导出统计报表时 是否需要导出明细数据","in":null,"require":false,"type":"boolean","schemaValue":null},{"name":"pageSize","children":null,"description":"分页参数 在实际分页查询中 如果要分页获取全部数据 可以传-1","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"pageNum","children":null,"description":"分页参数","in":null,"require":false,"type":"integer","schemaValue":null}],"description":"","in":null,"require":false,"type":"ScenicAgentListRequest","schemaValue":"ScenicAgentListRequest"}],"description":"RequestScenicAgentListRequest","in":"body","require":true,"type":"RequestScenicAgentListRequest","schemaValue":"RequestScenicAgentListRequest"}],"responseCodes":[{"code":"200","description":"OK","schema":"ResponseIPageScenicAgentResponse"}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"状态码","id":"param113","type":"string","schemaValue":null},{"name":"msg","children":null,"description":"错误信息","id":"param114","type":"string","schemaValue":null},{"name":"data","children":[{"name":"size","children":null,"description":"","id":"param189","type":"integer(int64)","schemaValue":null},{"name":"total","children":null,"description":"","id":"param190","type":"integer(int64)","schemaValue":null},{"name":"pages","children":null,"description":"","id":"param191","type":"integer(int64)","schemaValue":null},{"name":"current","children":null,"description":"","id":"param192","type":"integer(int64)","schemaValue":null},{"name":"records","children":[{"name":"id","children":null,"description":"ID","id":"param194","type":"string","schemaValue":null},{"name":"createTime","children":null,"description":"创建时间","id":"param195","type":"string","schemaValue":null},{"name":"name","children":null,"description":"景点代理名称","id":"param196","type":"string","schemaValue":null},{"name":"otaSourceId","children":null,"description":"公共分销商id 景点代理会在公共分销商池创建一个同名分销商 此处保存同名分销商id","id":"param197","type":"string","schemaValue":null},{"name":"status","children":null,"description":"景点代理状态 1为正常状态 0为禁用","id":"param198","type":"integer","schemaValue":null},{"name":"description","children":null,"description":"描述","id":"param199","type":"string","schemaValue":null},{"name":"phone","children":null,"description":"手机号","id":"param200","type":"string","schemaValue":null},{"name":"projects","children":[{"name":"projectId","children":null,"description":"项目id","id":"param202","type":"string","schemaValue":null},{"name":"projectNickName","children":null,"description":"项目名称","id":"param203","type":"string","schemaValue":null}],"description":"代理景点","id":"param201","type":"array","schemaValue":"ScenicAgentProjectResponse"}],"description":"","id":"param193","type":"array","schemaValue":"ScenicAgentResponse"}],"description":"","id":"param115","type":"IPageScenicAgentResponse","schemaValue":"IPageScenicAgentResponse"},{"name":"logId","children":null,"description":"响应ID","id":"param146","type":"string","schemaValue":null},{"name":"responseTime","children":null,"description":"响应时间","id":"param147","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": {\n\t\t\"size\": 0,\n\t\t\"total\": 0,\n\t\t\"pages\": 0,\n\t\t\"current\": 0,\n\t\t\"records\": [\n\t\t\t{\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"createTime\": \"\",\n\t\t\t\t\"name\": \"\",\n\t\t\t\t\"otaSourceId\": \"\",\n\t\t\t\t\"status\": 0,\n\t\t\t\t\"description\": \"\",\n\t\t\t\t\"phone\": \"\",\n\t\t\t\t\"projects\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"projectId\": \"\",\n\t\t\t\t\t\t\"projectNickName\": \"\"\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t},\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":false,"code":"200","description":"OK","schema":"ResponseIPageScenicAgentResponse","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": {\n\t\t\"size\": 0,\n\t\t\"total\": 0,\n\t\t\"pages\": 0,\n\t\t\"current\": 0,\n\t\t\"records\": [\n\t\t\t{\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"createTime\": \"\",\n\t\t\t\t\"name\": \"\",\n\t\t\t\t\"otaSourceId\": \"\",\n\t\t\t\t\"status\": 0,\n\t\t\t\t\"description\": \"\",\n\t\t\t\t\"phone\": \"\",\n\t\t\t\t\"projects\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"projectId\": \"\",\n\t\t\t\t\t\t\"projectNickName\": \"\"\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t},\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}","responseJson":{"code":"","msg":"","data":{"size":0,"total":0,"pages":0,"current":0,"records":[{"id":"","createTime":"","name":"","otaSourceId":"","status":0,"description":"","phone":"","projects":[{"projectId":"","projectNickName":""}]}]},"logId":"","responseTime":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param113","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param114","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"IPageScenicAgentResponse","in":null,"schema":true,"schemaValue":"IPageScenicAgentResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param115","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param189","ignoreFilterName":null,"in":null,"level":1,"name":"size","parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse"],"pid":"param115","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param190","ignoreFilterName":null,"in":null,"level":1,"name":"total","parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse"],"pid":"param115","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param191","ignoreFilterName":null,"in":null,"level":1,"name":"pages","parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse"],"pid":"param115","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param192","ignoreFilterName":null,"in":null,"level":1,"name":"current","parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse"],"pid":"param115","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param194","pid":"param193","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse","ScenicAgentResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param195","pid":"param193","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse","ScenicAgentResponse"]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"景点代理名称","txtValue":null,"enum":null,"id":"param196","pid":"param193","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse","ScenicAgentResponse"]},{"name":"otaSourceId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"公共分销商id 景点代理会在公共分销商池创建一个同名分销商 此处保存同名分销商id","txtValue":null,"enum":null,"id":"param197","pid":"param193","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse","ScenicAgentResponse"]},{"name":"status","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"景点代理状态 1为正常状态 0为禁用","txtValue":null,"enum":null,"id":"param198","pid":"param193","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse","ScenicAgentResponse"]},{"name":"description","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"描述","txtValue":null,"enum":null,"id":"param199","pid":"param193","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse","ScenicAgentResponse"]},{"name":"phone","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"手机号","txtValue":null,"enum":null,"id":"param200","pid":"param193","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse","ScenicAgentResponse"]},{"name":"projects","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"ScenicAgentProjectResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"代理景点","txtValue":null,"enum":null,"id":"param201","pid":"param193","level":2,"show":true,"childrenTypes":[],"children":[{"name":"projectId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目id","txtValue":null,"enum":null,"id":"param202","pid":"param201","level":3,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse","ScenicAgentResponse","ScenicAgentProjectResponse"]},{"name":"projectNickName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目名称","txtValue":null,"enum":null,"id":"param203","pid":"param201","level":3,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse","ScenicAgentResponse","ScenicAgentProjectResponse"]}],"parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse","ScenicAgentResponse"]}],"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param193","ignoreFilterName":null,"in":null,"level":1,"name":"records","parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse"],"pid":"param115","require":false,"schema":true,"schemaValue":"ScenicAgentResponse","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["IPageScenicAgentResponse"]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param146","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param147","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"ResponseIPageScenicAgentResponse","responseRefParameters":[{"name":"IPageScenicAgentResponse","params":[{"name":"size","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param116","pid":"param115","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"total","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param117","pid":"param115","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"pages","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param118","pid":"param115","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"current","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param119","pid":"param115","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"records","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"ScenicAgentResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param120","pid":"param115","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]},{"name":"ScenicAgentResponse","params":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param121","pid":"param120","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param122","pid":"param120","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"景点代理名称","txtValue":null,"enum":null,"id":"param123","pid":"param120","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"otaSourceId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"公共分销商id 景点代理会在公共分销商池创建一个同名分销商 此处保存同名分销商id","txtValue":null,"enum":null,"id":"param124","pid":"param120","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"status","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"景点代理状态 1为正常状态 0为禁用","txtValue":null,"enum":null,"id":"param125","pid":"param120","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"description","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"描述","txtValue":null,"enum":null,"id":"param126","pid":"param120","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"phone","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"手机号","txtValue":null,"enum":null,"id":"param127","pid":"param120","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"projects","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"ScenicAgentProjectResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"代理景点","txtValue":null,"enum":null,"id":"param128","pid":"param120","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]},{"name":"ScenicAgentProjectResponse","params":[{"name":"projectId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目id","txtValue":null,"enum":null,"id":"param129","pid":"param128","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"projectNickName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目名称","txtValue":null,"enum":null,"id":"param130","pid":"param128","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}],"responseTreetableRefParameters":[{"init":false,"id":"param115","name":"IPageScenicAgentResponse","params":[{"name":"size","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param131","pid":"param115","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse"]},{"name":"total","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param132","pid":"param115","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse"]},{"name":"pages","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param133","pid":"param115","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse"]},{"name":"current","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param134","pid":"param115","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse"]},{"name":"records","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"ScenicAgentResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param135","pid":"param115","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse"]}],"level":1,"childrenTypes":[]},{"init":false,"id":"param135","name":"ScenicAgentResponse","params":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param136","pid":"param135","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse","ScenicAgentResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param137","pid":"param135","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse","ScenicAgentResponse"]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"景点代理名称","txtValue":null,"enum":null,"id":"param138","pid":"param135","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse","ScenicAgentResponse"]},{"name":"otaSourceId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"公共分销商id 景点代理会在公共分销商池创建一个同名分销商 此处保存同名分销商id","txtValue":null,"enum":null,"id":"param139","pid":"param135","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse","ScenicAgentResponse"]},{"name":"status","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"景点代理状态 1为正常状态 0为禁用","txtValue":null,"enum":null,"id":"param140","pid":"param135","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse","ScenicAgentResponse"]},{"name":"description","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"描述","txtValue":null,"enum":null,"id":"param141","pid":"param135","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse","ScenicAgentResponse"]},{"name":"phone","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"手机号","txtValue":null,"enum":null,"id":"param142","pid":"param135","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse","ScenicAgentResponse"]},{"name":"projects","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"ScenicAgentProjectResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"代理景点","txtValue":null,"enum":null,"id":"param143","pid":"param135","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse","ScenicAgentResponse"]}],"level":1,"childrenTypes":[]},{"init":false,"id":"param143","name":"ScenicAgentProjectResponse","params":[{"name":"projectId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目id","txtValue":null,"enum":null,"id":"param144","pid":"param143","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse","ScenicAgentResponse","ScenicAgentProjectResponse"]},{"name":"projectNickName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目名称","txtValue":null,"enum":null,"id":"param145","pid":"param143","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse","ScenicAgentResponse","ScenicAgentProjectResponse"]}],"level":1,"childrenTypes":[]}],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param113","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param114","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"IPageScenicAgentResponse","in":null,"schema":true,"schemaValue":"IPageScenicAgentResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param115","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param189","ignoreFilterName":null,"in":null,"level":1,"name":"size","parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse"],"pid":"param115","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param190","ignoreFilterName":null,"in":null,"level":1,"name":"total","parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse"],"pid":"param115","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param191","ignoreFilterName":null,"in":null,"level":1,"name":"pages","parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse"],"pid":"param115","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param192","ignoreFilterName":null,"in":null,"level":1,"name":"current","parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse"],"pid":"param115","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param194","pid":"param193","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse","ScenicAgentResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param195","pid":"param193","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse","ScenicAgentResponse"]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"景点代理名称","txtValue":null,"enum":null,"id":"param196","pid":"param193","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse","ScenicAgentResponse"]},{"name":"otaSourceId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"公共分销商id 景点代理会在公共分销商池创建一个同名分销商 此处保存同名分销商id","txtValue":null,"enum":null,"id":"param197","pid":"param193","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse","ScenicAgentResponse"]},{"name":"status","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"景点代理状态 1为正常状态 0为禁用","txtValue":null,"enum":null,"id":"param198","pid":"param193","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse","ScenicAgentResponse"]},{"name":"description","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"描述","txtValue":null,"enum":null,"id":"param199","pid":"param193","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse","ScenicAgentResponse"]},{"name":"phone","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"手机号","txtValue":null,"enum":null,"id":"param200","pid":"param193","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse","ScenicAgentResponse"]},{"name":"projects","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"ScenicAgentProjectResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"代理景点","txtValue":null,"enum":null,"id":"param201","pid":"param193","level":2,"show":true,"childrenTypes":[],"children":[{"name":"projectId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目id","txtValue":null,"enum":null,"id":"param202","pid":"param201","level":3,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse","ScenicAgentResponse","ScenicAgentProjectResponse"]},{"name":"projectNickName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目名称","txtValue":null,"enum":null,"id":"param203","pid":"param201","level":3,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse","ScenicAgentResponse","ScenicAgentProjectResponse"]}],"parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse","ScenicAgentResponse"]}],"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param193","ignoreFilterName":null,"in":null,"level":1,"name":"records","parentTypes":["IPageScenicAgentResponse","IPageScenicAgentResponse"],"pid":"param115","require":false,"schema":true,"schemaValue":"ScenicAgentResponse","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["IPageScenicAgentResponse"]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param146","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param147","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"d0ef8620112ba2b54bec1547968e87cb","operationId":"merchantPageList","deprecated":false,"summary":"商户列表","methodType":"POST","showUrl":"/platform/merchant/merchant","consumes":["application/x-www-form-urlencoded","application/json"],"produces":["*/*"],"author":null,"description":"<p>平台内的所有商户</p>\n","requestValue":"{\n \"data\": {\n \"id\": \"\",\n \"export\": false,\n \"exportDetail\": false,\n \"pageSize\": 10,\n \"pageNum\": 1,\n \"name\": \"\",\n \"phone\": \"\"\n }\n}","reqParameters":[{"name":"requestMerchantListRequest","children":[{"name":"data","children":[{"name":"id","children":null,"description":"列表id 在获取单条数据时传递","in":null,"require":false,"type":"string","schemaValue":null},{"name":"export","children":null,"description":"是否导出 默认不导出","in":null,"require":false,"type":"boolean","schemaValue":null},{"name":"exportDetail","children":null,"description":"在导出统计报表时 是否需要导出明细数据","in":null,"require":false,"type":"boolean","schemaValue":null},{"name":"pageSize","children":null,"description":"分页参数 在实际分页查询中 如果要分页获取全部数据 可以传-1","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"pageNum","children":null,"description":"分页参数","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"name","children":null,"description":"商户名称","in":null,"require":false,"type":"string","schemaValue":null},{"name":"phone","children":null,"description":"手机号","in":null,"require":false,"type":"string","schemaValue":null}],"description":"","in":null,"require":false,"type":"MerchantListRequest","schemaValue":"MerchantListRequest"}],"description":"RequestMerchantListRequest","in":"body","require":true,"type":"RequestMerchantListRequest","schemaValue":"RequestMerchantListRequest"}],"responseCodes":[{"code":"200","description":"OK","schema":"ResponseIPageMerchantResponse"}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"状态码","id":"param229","type":"string","schemaValue":null},{"name":"msg","children":null,"description":"错误信息","id":"param230","type":"string","schemaValue":null},{"name":"data","children":[{"name":"size","children":null,"description":"","id":"param291","type":"integer(int64)","schemaValue":null},{"name":"total","children":null,"description":"","id":"param292","type":"integer(int64)","schemaValue":null},{"name":"pages","children":null,"description":"","id":"param293","type":"integer(int64)","schemaValue":null},{"name":"current","children":null,"description":"","id":"param294","type":"integer(int64)","schemaValue":null},{"name":"records","children":[{"name":"id","children":null,"description":"ID","id":"param296","type":"string","schemaValue":null},{"name":"createTime","children":null,"description":"创建时间","id":"param297","type":"string","schemaValue":null},{"name":"name","children":null,"description":"商户名称","id":"param298","type":"string","schemaValue":null},{"name":"status","children":null,"description":"商户状态 1为正常状态 0为禁用","id":"param299","type":"integer","schemaValue":null},{"name":"description","children":null,"description":"描述","id":"param300","type":"string","schemaValue":null},{"name":"phone","children":null,"description":"手机号","id":"param301","type":"string","schemaValue":null}],"description":"","id":"param295","type":"array","schemaValue":"MerchantResponse"}],"description":"","id":"param231","type":"IPageMerchantResponse","schemaValue":"IPageMerchantResponse"},{"name":"logId","children":null,"description":"响应ID","id":"param254","type":"string","schemaValue":null},{"name":"responseTime","children":null,"description":"响应时间","id":"param255","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": {\n\t\t\"size\": 0,\n\t\t\"total\": 0,\n\t\t\"pages\": 0,\n\t\t\"current\": 0,\n\t\t\"records\": [\n\t\t\t{\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"createTime\": \"\",\n\t\t\t\t\"name\": \"\",\n\t\t\t\t\"status\": 0,\n\t\t\t\t\"description\": \"\",\n\t\t\t\t\"phone\": \"\"\n\t\t\t}\n\t\t]\n\t},\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":false,"code":"200","description":"OK","schema":"ResponseIPageMerchantResponse","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": {\n\t\t\"size\": 0,\n\t\t\"total\": 0,\n\t\t\"pages\": 0,\n\t\t\"current\": 0,\n\t\t\"records\": [\n\t\t\t{\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"createTime\": \"\",\n\t\t\t\t\"name\": \"\",\n\t\t\t\t\"status\": 0,\n\t\t\t\t\"description\": \"\",\n\t\t\t\t\"phone\": \"\"\n\t\t\t}\n\t\t]\n\t},\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}","responseJson":{"code":"","msg":"","data":{"size":0,"total":0,"pages":0,"current":0,"records":[{"id":"","createTime":"","name":"","status":0,"description":"","phone":""}]},"logId":"","responseTime":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param229","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param230","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"IPageMerchantResponse","in":null,"schema":true,"schemaValue":"IPageMerchantResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param231","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param291","ignoreFilterName":null,"in":null,"level":1,"name":"size","parentTypes":["IPageMerchantResponse","IPageMerchantResponse"],"pid":"param231","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param292","ignoreFilterName":null,"in":null,"level":1,"name":"total","parentTypes":["IPageMerchantResponse","IPageMerchantResponse"],"pid":"param231","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param293","ignoreFilterName":null,"in":null,"level":1,"name":"pages","parentTypes":["IPageMerchantResponse","IPageMerchantResponse"],"pid":"param231","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param294","ignoreFilterName":null,"in":null,"level":1,"name":"current","parentTypes":["IPageMerchantResponse","IPageMerchantResponse"],"pid":"param231","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param296","pid":"param295","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageMerchantResponse","IPageMerchantResponse","MerchantResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param297","pid":"param295","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageMerchantResponse","IPageMerchantResponse","MerchantResponse"]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"商户名称","txtValue":null,"enum":null,"id":"param298","pid":"param295","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageMerchantResponse","IPageMerchantResponse","MerchantResponse"]},{"name":"status","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"商户状态 1为正常状态 0为禁用","txtValue":null,"enum":null,"id":"param299","pid":"param295","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageMerchantResponse","IPageMerchantResponse","MerchantResponse"]},{"name":"description","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"描述","txtValue":null,"enum":null,"id":"param300","pid":"param295","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageMerchantResponse","IPageMerchantResponse","MerchantResponse"]},{"name":"phone","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"手机号","txtValue":null,"enum":null,"id":"param301","pid":"param295","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageMerchantResponse","IPageMerchantResponse","MerchantResponse"]}],"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param295","ignoreFilterName":null,"in":null,"level":1,"name":"records","parentTypes":["IPageMerchantResponse","IPageMerchantResponse"],"pid":"param231","require":false,"schema":true,"schemaValue":"MerchantResponse","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["IPageMerchantResponse"]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param254","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param255","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"ResponseIPageMerchantResponse","responseRefParameters":[{"name":"IPageMerchantResponse","params":[{"name":"size","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param232","pid":"param231","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"total","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param233","pid":"param231","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"pages","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param234","pid":"param231","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"current","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param235","pid":"param231","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"records","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"MerchantResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param236","pid":"param231","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]},{"name":"MerchantResponse","params":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param237","pid":"param236","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param238","pid":"param236","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"商户名称","txtValue":null,"enum":null,"id":"param239","pid":"param236","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"status","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"商户状态 1为正常状态 0为禁用","txtValue":null,"enum":null,"id":"param240","pid":"param236","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"description","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"描述","txtValue":null,"enum":null,"id":"param241","pid":"param236","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"phone","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"手机号","txtValue":null,"enum":null,"id":"param242","pid":"param236","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}],"responseTreetableRefParameters":[{"init":false,"id":"param231","name":"IPageMerchantResponse","params":[{"name":"size","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param243","pid":"param231","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageMerchantResponse","IPageMerchantResponse"]},{"name":"total","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param244","pid":"param231","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageMerchantResponse","IPageMerchantResponse"]},{"name":"pages","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param245","pid":"param231","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageMerchantResponse","IPageMerchantResponse"]},{"name":"current","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param246","pid":"param231","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageMerchantResponse","IPageMerchantResponse"]},{"name":"records","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"MerchantResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param247","pid":"param231","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageMerchantResponse","IPageMerchantResponse"]}],"level":1,"childrenTypes":[]},{"init":false,"id":"param247","name":"MerchantResponse","params":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param248","pid":"param247","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageMerchantResponse","IPageMerchantResponse","MerchantResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param249","pid":"param247","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageMerchantResponse","IPageMerchantResponse","MerchantResponse"]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"商户名称","txtValue":null,"enum":null,"id":"param250","pid":"param247","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageMerchantResponse","IPageMerchantResponse","MerchantResponse"]},{"name":"status","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"商户状态 1为正常状态 0为禁用","txtValue":null,"enum":null,"id":"param251","pid":"param247","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageMerchantResponse","IPageMerchantResponse","MerchantResponse"]},{"name":"description","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"描述","txtValue":null,"enum":null,"id":"param252","pid":"param247","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageMerchantResponse","IPageMerchantResponse","MerchantResponse"]},{"name":"phone","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"手机号","txtValue":null,"enum":null,"id":"param253","pid":"param247","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageMerchantResponse","IPageMerchantResponse","MerchantResponse"]}],"level":1,"childrenTypes":[]}],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param229","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param230","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"IPageMerchantResponse","in":null,"schema":true,"schemaValue":"IPageMerchantResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param231","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param291","ignoreFilterName":null,"in":null,"level":1,"name":"size","parentTypes":["IPageMerchantResponse","IPageMerchantResponse"],"pid":"param231","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param292","ignoreFilterName":null,"in":null,"level":1,"name":"total","parentTypes":["IPageMerchantResponse","IPageMerchantResponse"],"pid":"param231","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param293","ignoreFilterName":null,"in":null,"level":1,"name":"pages","parentTypes":["IPageMerchantResponse","IPageMerchantResponse"],"pid":"param231","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param294","ignoreFilterName":null,"in":null,"level":1,"name":"current","parentTypes":["IPageMerchantResponse","IPageMerchantResponse"],"pid":"param231","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param296","pid":"param295","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageMerchantResponse","IPageMerchantResponse","MerchantResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param297","pid":"param295","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageMerchantResponse","IPageMerchantResponse","MerchantResponse"]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"商户名称","txtValue":null,"enum":null,"id":"param298","pid":"param295","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageMerchantResponse","IPageMerchantResponse","MerchantResponse"]},{"name":"status","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"商户状态 1为正常状态 0为禁用","txtValue":null,"enum":null,"id":"param299","pid":"param295","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageMerchantResponse","IPageMerchantResponse","MerchantResponse"]},{"name":"description","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"描述","txtValue":null,"enum":null,"id":"param300","pid":"param295","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageMerchantResponse","IPageMerchantResponse","MerchantResponse"]},{"name":"phone","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"手机号","txtValue":null,"enum":null,"id":"param301","pid":"param295","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageMerchantResponse","IPageMerchantResponse","MerchantResponse"]}],"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param295","ignoreFilterName":null,"in":null,"level":1,"name":"records","parentTypes":["IPageMerchantResponse","IPageMerchantResponse"],"pid":"param231","require":false,"schema":true,"schemaValue":"MerchantResponse","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["IPageMerchantResponse"]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param254","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param255","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"c83c08bfdb68b2d4446770831add5030","operationId":"createScenicAgent","deprecated":false,"summary":"创建景点代理","methodType":"POST","showUrl":"/platform/merchant/createScenicAgent","consumes":["application/x-www-form-urlencoded","application/json"],"produces":["*/*"],"author":null,"description":"<p>会默认创建一个登录账号为admin初始密码为Aa123456的登录账号 会在公共分销商池中创建景区代理同名分销商</p>\n","requestValue":"{\n \"data\": {\n \"name\": \"\",\n \"code\": \"\",\n \"status\": 1,\n \"description\": \"\",\n \"phone\": \"\",\n \"projectIdList\": []\n }\n}","reqParameters":[{"name":"requestScenicAgentCreateRequest","children":[{"name":"data","children":[{"name":"name","children":null,"description":"景点代理名称","in":null,"require":true,"type":"string","schemaValue":null},{"name":"code","children":null,"description":"景点代理编码","in":null,"require":true,"type":"string","schemaValue":null},{"name":"status","children":null,"description":"景点代理状态 1为正常状态 0为禁用","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"description","children":null,"description":"描述","in":null,"require":false,"type":"string","schemaValue":null},{"name":"phone","children":null,"description":"手机号","in":null,"require":false,"type":"string","schemaValue":null},{"name":"projectIdList","children":null,"description":"代理的景区列表","in":null,"require":true,"type":"array","schemaValue":"string"}],"description":"","in":null,"require":false,"type":"ScenicAgentCreateRequest","schemaValue":"ScenicAgentCreateRequest"}],"description":"RequestScenicAgentCreateRequest","in":"body","require":true,"type":"RequestScenicAgentCreateRequest","schemaValue":"RequestScenicAgentCreateRequest"}],"responseCodes":[{"code":"200","description":"OK","schema":"ResponseBoolean"}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"状态码","id":"param315","type":"string","schemaValue":null},{"name":"msg","children":null,"description":"错误信息","id":"param316","type":"string","schemaValue":null},{"name":"data","children":null,"description":"业务对象","id":"param317","type":"boolean","schemaValue":null},{"name":"logId","children":null,"description":"响应ID","id":"param318","type":"string","schemaValue":null},{"name":"responseTime","children":null,"description":"响应时间","id":"param319","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": true,\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":false,"code":"200","description":"OK","schema":"ResponseBoolean","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": true,\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}","responseJson":{"code":"","msg":"","data":true,"logId":"","responseTime":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param315","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param316","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param317","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param318","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param319","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"ResponseBoolean","responseRefParameters":[],"responseTreetableRefParameters":[],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param315","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param316","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param317","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param318","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param319","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"331885fc4250c8fc4fc9aad1c1c090a0","operationId":"createMerchant","deprecated":false,"summary":"创建商户","methodType":"POST","showUrl":"/platform/merchant/createMerchant","consumes":["application/x-www-form-urlencoded","application/json"],"produces":["*/*"],"author":null,"description":"<p>会默认创建一个登录账号为admin初始密码为Aa123456的登录账号 会在公共分销商池中创建商户同名分销商</p>\n","requestValue":"{\n \"data\": {\n \"name\": \"\",\n \"code\": \"\",\n \"status\": 1,\n \"description\": \"\",\n \"phone\": \"\"\n }\n}","reqParameters":[{"name":"requestMerchantCreateRequest","children":[{"name":"data","children":[{"name":"name","children":null,"description":"商户名称","in":null,"require":true,"type":"string","schemaValue":null},{"name":"code","children":null,"description":"商户编码","in":null,"require":true,"type":"string","schemaValue":null},{"name":"status","children":null,"description":"商户状态 1为正常状态 0为禁用","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"description","children":null,"description":"描述","in":null,"require":false,"type":"string","schemaValue":null},{"name":"phone","children":null,"description":"手机号","in":null,"require":false,"type":"string","schemaValue":null}],"description":"","in":null,"require":false,"type":"MerchantCreateRequest","schemaValue":"MerchantCreateRequest"}],"description":"RequestMerchantCreateRequest","in":"body","require":true,"type":"RequestMerchantCreateRequest","schemaValue":"RequestMerchantCreateRequest"}],"responseCodes":[{"code":"200","description":"OK","schema":"ResponseBoolean"}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"状态码","id":"param339","type":"string","schemaValue":null},{"name":"msg","children":null,"description":"错误信息","id":"param340","type":"string","schemaValue":null},{"name":"data","children":null,"description":"业务对象","id":"param341","type":"boolean","schemaValue":null},{"name":"logId","children":null,"description":"响应ID","id":"param342","type":"string","schemaValue":null},{"name":"responseTime","children":null,"description":"响应时间","id":"param343","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": true,\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":false,"code":"200","description":"OK","schema":"ResponseBoolean","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": true,\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}","responseJson":{"code":"","msg":"","data":true,"logId":"","responseTime":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param339","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param340","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param341","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param342","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param343","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"ResponseBoolean","responseRefParameters":[],"responseTreetableRefParameters":[],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param339","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param340","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param341","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param342","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param343","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}}],"hasNew":true,"hasChanged":false},{"name":"携程账号信息管理","description":null,"order":2147483647,"author":null,"childrens":[{"id":"b243fa927d47415297bfca5934946065","operationId":"pageList","deprecated":false,"summary":"账号列表","methodType":"POST","showUrl":"/platform/xcAccountParam","consumes":["application/x-www-form-urlencoded"],"produces":["*/*"],"author":null,"description":"","requestValue":null,"reqParameters":null,"responseCodes":[{"code":"200","description":"OK","schema":"ResponseListXcAccountParamResponse"}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"状态码","id":"param16","type":"string","schemaValue":null},{"name":"msg","children":null,"description":"错误信息","id":"param17","type":"string","schemaValue":null},{"name":"data","children":[{"name":"id","children":null,"description":"","id":"param66","type":"string","schemaValue":null},{"name":"delFlag","children":null,"description":"","id":"param67","type":"integer(int32)","schemaValue":null},{"name":"createUser","children":null,"description":"","id":"param68","type":"string","schemaValue":null},{"name":"createTime","children":null,"description":"","id":"param69","type":"string(date-time)","schemaValue":null},{"name":"updateUser","children":null,"description":"","id":"param70","type":"string","schemaValue":null},{"name":"updateTime","children":null,"description":"","id":"param71","type":"string(date-time)","schemaValue":null},{"name":"accountId","children":null,"description":"接口帐号","id":"param72","type":"string","schemaValue":null},{"name":"secretKey","children":null,"description":"接口密钥","id":"param73","type":"string","schemaValue":null},{"name":"aesKey","children":null,"description":"AES 加密密钥","id":"param74","type":"string","schemaValue":null},{"name":"aesVector","children":null,"description":"AES 加密初始向量","id":"param75","type":"string","schemaValue":null}],"description":"业务对象","id":"param18","type":"array","schemaValue":"XcAccountParamResponse"},{"name":"logId","children":null,"description":"响应ID","id":"param39","type":"string","schemaValue":null},{"name":"responseTime","children":null,"description":"响应时间","id":"param40","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"\",\n\t\t\t\"delFlag\": 0,\n\t\t\t\"createUser\": \"\",\n\t\t\t\"createTime\": \"\",\n\t\t\t\"updateUser\": \"\",\n\t\t\t\"updateTime\": \"\",\n\t\t\t\"accountId\": \"\",\n\t\t\t\"secretKey\": \"\",\n\t\t\t\"aesKey\": \"\",\n\t\t\t\"aesVector\": \"\"\n\t\t}\n\t],\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":false,"code":"200","description":"OK","schema":"ResponseListXcAccountParamResponse","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"\",\n\t\t\t\"delFlag\": 0,\n\t\t\t\"createUser\": \"\",\n\t\t\t\"createTime\": \"\",\n\t\t\t\"updateUser\": \"\",\n\t\t\t\"updateTime\": \"\",\n\t\t\t\"accountId\": \"\",\n\t\t\t\"secretKey\": \"\",\n\t\t\t\"aesKey\": \"\",\n\t\t\t\"aesVector\": \"\"\n\t\t}\n\t],\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}","responseJson":{"code":"","msg":"","data":[{"id":"","delFlag":0,"createUser":"","createTime":"","updateUser":"","updateTime":"","accountId":"","secretKey":"","aesKey":"","aesVector":""}],"logId":"","responseTime":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param16","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param17","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"XcAccountParamResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param18","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param66","ignoreFilterName":null,"in":null,"level":1,"name":"id","parentTypes":["XcAccountParamResponse","XcAccountParamResponse"],"pid":"param18","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param67","ignoreFilterName":null,"in":null,"level":1,"name":"delFlag","parentTypes":["XcAccountParamResponse","XcAccountParamResponse"],"pid":"param18","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param68","ignoreFilterName":null,"in":null,"level":1,"name":"createUser","parentTypes":["XcAccountParamResponse","XcAccountParamResponse"],"pid":"param18","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param69","ignoreFilterName":null,"in":null,"level":1,"name":"createTime","parentTypes":["XcAccountParamResponse","XcAccountParamResponse"],"pid":"param18","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param70","ignoreFilterName":null,"in":null,"level":1,"name":"updateUser","parentTypes":["XcAccountParamResponse","XcAccountParamResponse"],"pid":"param18","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param71","ignoreFilterName":null,"in":null,"level":1,"name":"updateTime","parentTypes":["XcAccountParamResponse","XcAccountParamResponse"],"pid":"param18","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"接口帐号","enum":null,"id":"param72","ignoreFilterName":null,"in":null,"level":1,"name":"accountId","parentTypes":["XcAccountParamResponse","XcAccountParamResponse"],"pid":"param18","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"接口密钥","enum":null,"id":"param73","ignoreFilterName":null,"in":null,"level":1,"name":"secretKey","parentTypes":["XcAccountParamResponse","XcAccountParamResponse"],"pid":"param18","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"AES 加密密钥","enum":null,"id":"param74","ignoreFilterName":null,"in":null,"level":1,"name":"aesKey","parentTypes":["XcAccountParamResponse","XcAccountParamResponse"],"pid":"param18","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"AES 加密初始向量","enum":null,"id":"param75","ignoreFilterName":null,"in":null,"level":1,"name":"aesVector","parentTypes":["XcAccountParamResponse","XcAccountParamResponse"],"pid":"param18","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["XcAccountParamResponse"]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param39","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param40","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"ResponseListXcAccountParamResponse","responseRefParameters":[{"name":"XcAccountParamResponse","params":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param19","pid":"param18","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"delFlag","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param20","pid":"param18","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createUser","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param21","pid":"param18","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param22","pid":"param18","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"updateUser","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param23","pid":"param18","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"updateTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param24","pid":"param18","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"accountId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"接口帐号","txtValue":null,"enum":null,"id":"param25","pid":"param18","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"secretKey","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"接口密钥","txtValue":null,"enum":null,"id":"param26","pid":"param18","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"aesKey","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"AES 加密密钥","txtValue":null,"enum":null,"id":"param27","pid":"param18","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"aesVector","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"AES 加密初始向量","txtValue":null,"enum":null,"id":"param28","pid":"param18","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}],"responseTreetableRefParameters":[{"init":false,"id":"param18","name":"XcAccountParamResponse","params":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param29","pid":"param18","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["XcAccountParamResponse","XcAccountParamResponse"]},{"name":"delFlag","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param30","pid":"param18","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["XcAccountParamResponse","XcAccountParamResponse"]},{"name":"createUser","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param31","pid":"param18","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["XcAccountParamResponse","XcAccountParamResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param32","pid":"param18","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["XcAccountParamResponse","XcAccountParamResponse"]},{"name":"updateUser","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param33","pid":"param18","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["XcAccountParamResponse","XcAccountParamResponse"]},{"name":"updateTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param34","pid":"param18","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["XcAccountParamResponse","XcAccountParamResponse"]},{"name":"accountId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"接口帐号","txtValue":null,"enum":null,"id":"param35","pid":"param18","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["XcAccountParamResponse","XcAccountParamResponse"]},{"name":"secretKey","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"接口密钥","txtValue":null,"enum":null,"id":"param36","pid":"param18","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["XcAccountParamResponse","XcAccountParamResponse"]},{"name":"aesKey","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"AES 加密密钥","txtValue":null,"enum":null,"id":"param37","pid":"param18","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["XcAccountParamResponse","XcAccountParamResponse"]},{"name":"aesVector","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"AES 加密初始向量","txtValue":null,"enum":null,"id":"param38","pid":"param18","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["XcAccountParamResponse","XcAccountParamResponse"]}],"level":1,"childrenTypes":[]}],"responseDescriptions":{"code":"状态码","msg":"错误信息","data":"业务对象","data>id":"","data>delFlag":"","data>createUser":"","data>createTime":"","data>updateUser":"","data>updateTime":"","data>accountId":"接口帐号","data>secretKey":"接口密钥","data>aesKey":"AES 加密密钥","data>aesVector":"AES 加密初始向量","logId":"响应ID","logId>id":"","logId>delFlag":"","logId>createUser":"","logId>createTime":"","logId>updateUser":"","logId>updateTime":"","logId>accountId":"接口帐号","logId>secretKey":"接口密钥","logId>aesKey":"AES 加密密钥","logId>aesVector":"AES 加密初始向量","responseTime":"响应时间","responseTime>id":"","responseTime>delFlag":"","responseTime>createUser":"","responseTime>createTime":"","responseTime>updateUser":"","responseTime>updateTime":"","responseTime>accountId":"接口帐号","responseTime>secretKey":"接口密钥","responseTime>aesKey":"AES 加密密钥","responseTime>aesVector":"AES 加密初始向量"},"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param16","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param17","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"XcAccountParamResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param18","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param66","ignoreFilterName":null,"in":null,"level":1,"name":"id","parentTypes":["XcAccountParamResponse","XcAccountParamResponse"],"pid":"param18","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param67","ignoreFilterName":null,"in":null,"level":1,"name":"delFlag","parentTypes":["XcAccountParamResponse","XcAccountParamResponse"],"pid":"param18","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param68","ignoreFilterName":null,"in":null,"level":1,"name":"createUser","parentTypes":["XcAccountParamResponse","XcAccountParamResponse"],"pid":"param18","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param69","ignoreFilterName":null,"in":null,"level":1,"name":"createTime","parentTypes":["XcAccountParamResponse","XcAccountParamResponse"],"pid":"param18","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param70","ignoreFilterName":null,"in":null,"level":1,"name":"updateUser","parentTypes":["XcAccountParamResponse","XcAccountParamResponse"],"pid":"param18","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param71","ignoreFilterName":null,"in":null,"level":1,"name":"updateTime","parentTypes":["XcAccountParamResponse","XcAccountParamResponse"],"pid":"param18","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"接口帐号","enum":null,"id":"param72","ignoreFilterName":null,"in":null,"level":1,"name":"accountId","parentTypes":["XcAccountParamResponse","XcAccountParamResponse"],"pid":"param18","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"接口密钥","enum":null,"id":"param73","ignoreFilterName":null,"in":null,"level":1,"name":"secretKey","parentTypes":["XcAccountParamResponse","XcAccountParamResponse"],"pid":"param18","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"AES 加密密钥","enum":null,"id":"param74","ignoreFilterName":null,"in":null,"level":1,"name":"aesKey","parentTypes":["XcAccountParamResponse","XcAccountParamResponse"],"pid":"param18","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"AES 加密初始向量","enum":null,"id":"param75","ignoreFilterName":null,"in":null,"level":1,"name":"aesVector","parentTypes":["XcAccountParamResponse","XcAccountParamResponse"],"pid":"param18","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["XcAccountParamResponse"]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param39","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param40","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"23c61c754404681c571c15c956517e00","operationId":"edit","deprecated":false,"summary":"编辑账号","methodType":"POST","showUrl":"/platform/xcAccountParam/update","consumes":["application/x-www-form-urlencoded","application/json"],"produces":["*/*"],"author":null,"description":"","requestValue":"{\n \"data\": {\n \"id\": \"\",\n \"accountId\": \"\",\n \"secretKey\": \"\",\n \"aesKey\": \"\",\n \"aesVector\": \"\"\n }\n}","reqParameters":[{"name":"requestXcAccountParamUpdateRequest","children":[{"name":"data","children":[{"name":"id","children":null,"description":"ID","in":null,"require":true,"type":"string","schemaValue":null},{"name":"accountId","children":null,"description":"接口帐号","in":null,"require":false,"type":"string","schemaValue":null},{"name":"secretKey","children":null,"description":"接口密钥","in":null,"require":false,"type":"string","schemaValue":null},{"name":"aesKey","children":null,"description":"AES 加密密钥","in":null,"require":false,"type":"string","schemaValue":null},{"name":"aesVector","children":null,"description":"AES 加密初始向量","in":null,"require":false,"type":"string","schemaValue":null}],"description":"","in":null,"require":false,"type":"XcAccountParamUpdateRequest","schemaValue":"XcAccountParamUpdateRequest"}],"description":"RequestXcAccountParamUpdateRequest","in":"body","require":true,"type":"RequestXcAccountParamUpdateRequest","schemaValue":"RequestXcAccountParamUpdateRequest"}],"responseCodes":[{"code":"200","description":"OK","schema":"ResponseBoolean"}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"状态码","id":"param362","type":"string","schemaValue":null},{"name":"msg","children":null,"description":"错误信息","id":"param363","type":"string","schemaValue":null},{"name":"data","children":null,"description":"业务对象","id":"param364","type":"boolean","schemaValue":null},{"name":"logId","children":null,"description":"响应ID","id":"param365","type":"string","schemaValue":null},{"name":"responseTime","children":null,"description":"响应时间","id":"param366","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": true,\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":false,"code":"200","description":"OK","schema":"ResponseBoolean","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": true,\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}","responseJson":{"code":"","msg":"","data":true,"logId":"","responseTime":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param362","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param363","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param364","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param365","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param366","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"ResponseBoolean","responseRefParameters":[],"responseTreetableRefParameters":[],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param362","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param363","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param364","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param365","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param366","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"fa4f028084013edac919e0295c2b1e36","operationId":"deleteById","deprecated":false,"summary":"删除","methodType":"POST","showUrl":"/platform/xcAccountParam/delete","consumes":["application/x-www-form-urlencoded","application/json"],"produces":["*/*"],"author":null,"description":"","requestValue":"{\n \"data\": {\n \"idList\": []\n }\n}","reqParameters":[{"name":"requestDeleteRequest","children":[{"name":"data","children":[{"name":"idList","children":null,"description":"删除的数据id集合 支持批量删除","in":null,"require":true,"type":"array","schemaValue":"string"}],"description":"","in":null,"require":false,"type":"DeleteRequest","schemaValue":"DeleteRequest"}],"description":"RequestDeleteRequest","in":"body","require":true,"type":"RequestDeleteRequest","schemaValue":"RequestDeleteRequest"}],"responseCodes":[{"code":"200","description":"OK","schema":"ResponseBoolean"}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"状态码","id":"param381","type":"string","schemaValue":null},{"name":"msg","children":null,"description":"错误信息","id":"param382","type":"string","schemaValue":null},{"name":"data","children":null,"description":"业务对象","id":"param383","type":"boolean","schemaValue":null},{"name":"logId","children":null,"description":"响应ID","id":"param384","type":"string","schemaValue":null},{"name":"responseTime","children":null,"description":"响应时间","id":"param385","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": true,\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":false,"code":"200","description":"OK","schema":"ResponseBoolean","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": true,\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}","responseJson":{"code":"","msg":"","data":true,"logId":"","responseTime":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param381","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param382","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param383","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param384","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param385","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"ResponseBoolean","responseRefParameters":[],"responseTreetableRefParameters":[],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param381","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param382","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param383","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param384","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param385","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"a4367fa46b7f60b13a52d7f42c37cd2b","operationId":"add","deprecated":false,"summary":"新增账号","methodType":"POST","showUrl":"/platform/xcAccountParam/add","consumes":["application/x-www-form-urlencoded","application/json"],"produces":["*/*"],"author":null,"description":"","requestValue":"{\n \"data\": {\n \"accountId\": \"\",\n \"secretKey\": \"\",\n \"aesKey\": \"\",\n \"aesVector\": \"\"\n }\n}","reqParameters":[{"name":"requestXcAccountParamAddRequest","children":[{"name":"data","children":[{"name":"accountId","children":null,"description":"接口帐号","in":null,"require":false,"type":"string","schemaValue":null},{"name":"secretKey","children":null,"description":"接口密钥","in":null,"require":false,"type":"string","schemaValue":null},{"name":"aesKey","children":null,"description":"AES 加密密钥","in":null,"require":false,"type":"string","schemaValue":null},{"name":"aesVector","children":null,"description":"AES 加密初始向量","in":null,"require":false,"type":"string","schemaValue":null}],"description":"","in":null,"require":false,"type":"XcAccountParamAddRequest","schemaValue":"XcAccountParamAddRequest"}],"description":"RequestXcAccountParamAddRequest","in":"body","require":true,"type":"RequestXcAccountParamAddRequest","schemaValue":"RequestXcAccountParamAddRequest"}],"responseCodes":[{"code":"200","description":"OK","schema":"ResponseBoolean"}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"状态码","id":"param399","type":"string","schemaValue":null},{"name":"msg","children":null,"description":"错误信息","id":"param400","type":"string","schemaValue":null},{"name":"data","children":null,"description":"业务对象","id":"param401","type":"boolean","schemaValue":null},{"name":"logId","children":null,"description":"响应ID","id":"param402","type":"string","schemaValue":null},{"name":"responseTime","children":null,"description":"响应时间","id":"param403","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": true,\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":false,"code":"200","description":"OK","schema":"ResponseBoolean","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": true,\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}","responseJson":{"code":"","msg":"","data":true,"logId":"","responseTime":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param399","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param400","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param401","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param402","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param403","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"ResponseBoolean","responseRefParameters":[],"responseTreetableRefParameters":[],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param399","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param400","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param401","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param402","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param403","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}}],"hasNew":false,"hasChanged":false},{"name":"平台系统总配置","description":null,"order":2147483647,"author":null,"childrens":[{"id":"253e1f2a36191dbaabc7d15d442c8d25","operationId":"updateProjectConfig","deprecated":false,"summary":"修改项目配置","methodType":"POST","showUrl":"/platform/system-config/update","consumes":["application/x-www-form-urlencoded","application/json"],"produces":["*/*"],"author":null,"description":"<p>根据key修改value 只有isUpdate为1的配置才支持修改</p>\n","requestValue":"{\n \"data\": {\n \"configKey\": \"\",\n \"configValue\": \"\"\n }\n}","reqParameters":[{"name":"requestSystemConfigUpdateRequest","children":[{"name":"data","children":[{"name":"configKey","children":null,"description":"配置唯一key","in":null,"require":true,"type":"string","schemaValue":null},{"name":"configValue","children":null,"description":"配置值","in":null,"require":false,"type":"string","schemaValue":null}],"description":"","in":null,"require":false,"type":"SystemConfigUpdateRequest","schemaValue":"SystemConfigUpdateRequest"}],"description":"RequestSystemConfigUpdateRequest","in":"body","require":true,"type":"RequestSystemConfigUpdateRequest","schemaValue":"RequestSystemConfigUpdateRequest"}],"responseCodes":[{"code":"200","description":"OK","schema":"ResponseVoid"}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"状态码","id":"param423","type":"string","schemaValue":null},{"name":"msg","children":null,"description":"错误信息","id":"param424","type":"string","schemaValue":null},{"name":"data","children":null,"description":"业务对象","id":"param425","type":"object","schemaValue":null},{"name":"logId","children":null,"description":"响应ID","id":"param426","type":"string","schemaValue":null},{"name":"responseTime","children":null,"description":"响应时间","id":"param427","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": {},\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":false,"code":"200","description":"OK","schema":"ResponseVoid","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": {},\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}","responseJson":{"code":"","msg":"","data":{},"logId":"","responseTime":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param423","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param424","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param425","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param426","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param427","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"ResponseVoid","responseRefParameters":[],"responseTreetableRefParameters":[],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param423","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param424","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param425","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param426","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param427","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"e75bd4c3f63e4012a7d5a84165d3a3e3","operationId":"projectConfig","deprecated":false,"summary":"获取总项目系统配置","methodType":"POST","showUrl":"/platform/system-config/list","consumes":["application/x-www-form-urlencoded","application/json"],"produces":["*/*"],"author":null,"description":"","requestValue":"{\n \"data\": {\n \"configKey\": \"\",\n \"configDesc\": \"\"\n }\n}","reqParameters":[{"name":"requestSystemConfigListRequest","children":[{"name":"data","children":[{"name":"configKey","children":null,"description":"配置键","in":null,"require":false,"type":"string","schemaValue":null},{"name":"configDesc","children":null,"description":"配置描述 模糊匹配","in":null,"require":false,"type":"string","schemaValue":null}],"description":"","in":null,"require":false,"type":"SystemConfigListRequest","schemaValue":"SystemConfigListRequest"}],"description":"RequestSystemConfigListRequest","in":"body","require":true,"type":"RequestSystemConfigListRequest","schemaValue":"RequestSystemConfigListRequest"}],"responseCodes":[{"code":"200","description":"OK","schema":"ResponseListSystemConfigResponse"}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"状态码","id":"param451","type":"string","schemaValue":null},{"name":"msg","children":null,"description":"错误信息","id":"param452","type":"string","schemaValue":null},{"name":"data","children":[{"name":"id","children":null,"description":"ID","id":"param488","type":"string","schemaValue":null},{"name":"createTime","children":null,"description":"创建时间","id":"param489","type":"string(date-time)","schemaValue":null},{"name":"configKey","children":null,"description":"配置唯一key","id":"param490","type":"string","schemaValue":null},{"name":"configValue","children":null,"description":"配置值","id":"param491","type":"string","schemaValue":null},{"name":"configDesc","children":null,"description":"配置描述","id":"param492","type":"string","schemaValue":null},{"name":"isUpdate","children":null,"description":"是否可以修改 为1代表可以","id":"param493","type":"integer(int32)","schemaValue":null}],"description":"业务对象","id":"param453","type":"array","schemaValue":"SystemConfigResponse"},{"name":"logId","children":null,"description":"响应ID","id":"param466","type":"string","schemaValue":null},{"name":"responseTime","children":null,"description":"响应时间","id":"param467","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"\",\n\t\t\t\"createTime\": \"\",\n\t\t\t\"configKey\": \"\",\n\t\t\t\"configValue\": \"\",\n\t\t\t\"configDesc\": \"\",\n\t\t\t\"isUpdate\": 0\n\t\t}\n\t],\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":false,"code":"200","description":"OK","schema":"ResponseListSystemConfigResponse","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"\",\n\t\t\t\"createTime\": \"\",\n\t\t\t\"configKey\": \"\",\n\t\t\t\"configValue\": \"\",\n\t\t\t\"configDesc\": \"\",\n\t\t\t\"isUpdate\": 0\n\t\t}\n\t],\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}","responseJson":{"code":"","msg":"","data":[{"id":"","createTime":"","configKey":"","configValue":"","configDesc":"","isUpdate":0}],"logId":"","responseTime":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param451","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param452","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"SystemConfigResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param453","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"ID","enum":null,"id":"param488","ignoreFilterName":null,"in":null,"level":1,"name":"id","parentTypes":["SystemConfigResponse","SystemConfigResponse"],"pid":"param453","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"创建时间","enum":null,"id":"param489","ignoreFilterName":null,"in":null,"level":1,"name":"createTime","parentTypes":["SystemConfigResponse","SystemConfigResponse"],"pid":"param453","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"配置唯一key","enum":null,"id":"param490","ignoreFilterName":null,"in":null,"level":1,"name":"configKey","parentTypes":["SystemConfigResponse","SystemConfigResponse"],"pid":"param453","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"配置值","enum":null,"id":"param491","ignoreFilterName":null,"in":null,"level":1,"name":"configValue","parentTypes":["SystemConfigResponse","SystemConfigResponse"],"pid":"param453","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"配置描述","enum":null,"id":"param492","ignoreFilterName":null,"in":null,"level":1,"name":"configDesc","parentTypes":["SystemConfigResponse","SystemConfigResponse"],"pid":"param453","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"是否可以修改 为1代表可以","enum":null,"id":"param493","ignoreFilterName":null,"in":null,"level":1,"name":"isUpdate","parentTypes":["SystemConfigResponse","SystemConfigResponse"],"pid":"param453","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["SystemConfigResponse"]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param466","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param467","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"ResponseListSystemConfigResponse","responseRefParameters":[{"name":"SystemConfigResponse","params":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param454","pid":"param453","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param455","pid":"param453","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"configKey","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"配置唯一key","txtValue":null,"enum":null,"id":"param456","pid":"param453","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"configValue","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"配置值","txtValue":null,"enum":null,"id":"param457","pid":"param453","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"configDesc","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"配置描述","txtValue":null,"enum":null,"id":"param458","pid":"param453","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"isUpdate","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"是否可以修改 为1代表可以","txtValue":null,"enum":null,"id":"param459","pid":"param453","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}],"responseTreetableRefParameters":[{"init":false,"id":"param453","name":"SystemConfigResponse","params":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param460","pid":"param453","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["SystemConfigResponse","SystemConfigResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param461","pid":"param453","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["SystemConfigResponse","SystemConfigResponse"]},{"name":"configKey","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"配置唯一key","txtValue":null,"enum":null,"id":"param462","pid":"param453","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["SystemConfigResponse","SystemConfigResponse"]},{"name":"configValue","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"配置值","txtValue":null,"enum":null,"id":"param463","pid":"param453","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["SystemConfigResponse","SystemConfigResponse"]},{"name":"configDesc","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"配置描述","txtValue":null,"enum":null,"id":"param464","pid":"param453","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["SystemConfigResponse","SystemConfigResponse"]},{"name":"isUpdate","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"是否可以修改 为1代表可以","txtValue":null,"enum":null,"id":"param465","pid":"param453","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["SystemConfigResponse","SystemConfigResponse"]}],"level":1,"childrenTypes":[]}],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param451","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param452","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"SystemConfigResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param453","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"ID","enum":null,"id":"param488","ignoreFilterName":null,"in":null,"level":1,"name":"id","parentTypes":["SystemConfigResponse","SystemConfigResponse"],"pid":"param453","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"创建时间","enum":null,"id":"param489","ignoreFilterName":null,"in":null,"level":1,"name":"createTime","parentTypes":["SystemConfigResponse","SystemConfigResponse"],"pid":"param453","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"配置唯一key","enum":null,"id":"param490","ignoreFilterName":null,"in":null,"level":1,"name":"configKey","parentTypes":["SystemConfigResponse","SystemConfigResponse"],"pid":"param453","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"配置值","enum":null,"id":"param491","ignoreFilterName":null,"in":null,"level":1,"name":"configValue","parentTypes":["SystemConfigResponse","SystemConfigResponse"],"pid":"param453","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"配置描述","enum":null,"id":"param492","ignoreFilterName":null,"in":null,"level":1,"name":"configDesc","parentTypes":["SystemConfigResponse","SystemConfigResponse"],"pid":"param453","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"是否可以修改 为1代表可以","enum":null,"id":"param493","ignoreFilterName":null,"in":null,"level":1,"name":"isUpdate","parentTypes":["SystemConfigResponse","SystemConfigResponse"],"pid":"param453","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["SystemConfigResponse"]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param466","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param467","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"f974302cf04badbb9d9a07a677dbed36","operationId":"getByConfigKey","deprecated":false,"summary":"通过配置键获取配置","methodType":"POST","showUrl":"/platform/system-config/getByConfigKey","consumes":["application/x-www-form-urlencoded","application/json"],"produces":["*/*"],"author":null,"description":"<p>直接从数据库拿取 不走缓存</p>\n","requestValue":"{\n \"data\": \"\"\n}","reqParameters":[{"name":"requestString","children":[{"name":"data","children":null,"description":"业务对象","in":null,"require":false,"type":"string","schemaValue":null}],"description":"RequestString","in":"body","require":true,"type":"RequestString","schemaValue":"RequestString"}],"responseCodes":[{"code":"200","description":"OK","schema":"ResponseString"}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"状态码","id":"param501","type":"string","schemaValue":null},{"name":"msg","children":null,"description":"错误信息","id":"param502","type":"string","schemaValue":null},{"name":"data","children":null,"description":"业务对象","id":"param503","type":"string","schemaValue":null},{"name":"logId","children":null,"description":"响应ID","id":"param504","type":"string","schemaValue":null},{"name":"responseTime","children":null,"description":"响应时间","id":"param505","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": \"\",\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":false,"code":"200","description":"OK","schema":"ResponseString","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": \"\",\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}","responseJson":{"code":"","msg":"","data":"","logId":"","responseTime":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param501","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param502","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param503","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param504","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param505","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"ResponseString","responseRefParameters":[],"responseTreetableRefParameters":[],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param501","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param502","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param503","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param504","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param505","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}}],"hasNew":false,"hasChanged":true},{"name":"应用下载","description":null,"order":2147483647,"author":null,"childrens":[{"id":"3c4b88f1babad6f5df87356302bf43b7","operationId":"pageList_1","deprecated":false,"summary":"文件列表","methodType":"POST","showUrl":"/platform/publicUploadFile","consumes":["application/x-www-form-urlencoded","application/json"],"produces":["*/*"],"author":null,"description":"","requestValue":"{\n \"data\": {\n \"id\": \"\",\n \"export\": false,\n \"exportDetail\": false,\n \"pageSize\": 10,\n \"pageNum\": 1,\n \"name\": \"\",\n \"type\": 0,\n \"fileUrl\": \"\"\n }\n}","reqParameters":[{"name":"requestPublicUploadFileListRequest","children":[{"name":"data","children":[{"name":"id","children":null,"description":"列表id 在获取单条数据时传递","in":null,"require":false,"type":"string","schemaValue":null},{"name":"export","children":null,"description":"是否导出 默认不导出","in":null,"require":false,"type":"boolean","schemaValue":null},{"name":"exportDetail","children":null,"description":"在导出统计报表时 是否需要导出明细数据","in":null,"require":false,"type":"boolean","schemaValue":null},{"name":"pageSize","children":null,"description":"分页参数 在实际分页查询中 如果要分页获取全部数据 可以传-1","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"pageNum","children":null,"description":"分页参数","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"name","children":null,"description":"文件名称","in":null,"require":false,"type":"string","schemaValue":null},{"name":"type","children":null,"description":"0 其他文件 1 软件 2 驱动 3 文档","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"fileUrl","children":null,"description":"下载地址","in":null,"require":false,"type":"string","schemaValue":null}],"description":"","in":null,"require":false,"type":"PublicUploadFileListRequest","schemaValue":"PublicUploadFileListRequest"}],"description":"RequestPublicUploadFileListRequest","in":"body","require":true,"type":"RequestPublicUploadFileListRequest","schemaValue":"RequestPublicUploadFileListRequest"}],"responseCodes":[{"code":"200","description":"OK","schema":"ResponseIPagePublicUploadFileResponse"}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"状态码","id":"param537","type":"string","schemaValue":null},{"name":"msg","children":null,"description":"错误信息","id":"param538","type":"string","schemaValue":null},{"name":"data","children":[{"name":"size","children":null,"description":"","id":"param596","type":"integer(int64)","schemaValue":null},{"name":"total","children":null,"description":"","id":"param597","type":"integer(int64)","schemaValue":null},{"name":"pages","children":null,"description":"","id":"param598","type":"integer(int64)","schemaValue":null},{"name":"current","children":null,"description":"","id":"param599","type":"integer(int64)","schemaValue":null},{"name":"records","children":[{"name":"id","children":null,"description":"ID","id":"param601","type":"string","schemaValue":null},{"name":"createTime","children":null,"description":"创建时间","id":"param602","type":"string","schemaValue":null},{"name":"name","children":null,"description":"文件名称","id":"param603","type":"string","schemaValue":null},{"name":"type","children":null,"description":"0 其他文件 1 软件 2 驱动 3 文档","id":"param604","type":"integer","schemaValue":null},{"name":"fileUrl","children":null,"description":"下载地址","id":"param605","type":"string","schemaValue":null}],"description":"","id":"param600","type":"array","schemaValue":"PublicUploadFileResponse"}],"description":"","id":"param539","type":"IPagePublicUploadFileResponse","schemaValue":"IPagePublicUploadFileResponse"},{"name":"logId","children":null,"description":"响应ID","id":"param560","type":"string","schemaValue":null},{"name":"responseTime","children":null,"description":"响应时间","id":"param561","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": {\n\t\t\"size\": 0,\n\t\t\"total\": 0,\n\t\t\"pages\": 0,\n\t\t\"current\": 0,\n\t\t\"records\": [\n\t\t\t{\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"createTime\": \"\",\n\t\t\t\t\"name\": \"\",\n\t\t\t\t\"type\": 0,\n\t\t\t\t\"fileUrl\": \"\"\n\t\t\t}\n\t\t]\n\t},\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":false,"code":"200","description":"OK","schema":"ResponseIPagePublicUploadFileResponse","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": {\n\t\t\"size\": 0,\n\t\t\"total\": 0,\n\t\t\"pages\": 0,\n\t\t\"current\": 0,\n\t\t\"records\": [\n\t\t\t{\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"createTime\": \"\",\n\t\t\t\t\"name\": \"\",\n\t\t\t\t\"type\": 0,\n\t\t\t\t\"fileUrl\": \"\"\n\t\t\t}\n\t\t]\n\t},\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}","responseJson":{"code":"","msg":"","data":{"size":0,"total":0,"pages":0,"current":0,"records":[{"id":"","createTime":"","name":"","type":0,"fileUrl":""}]},"logId":"","responseTime":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param537","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param538","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"IPagePublicUploadFileResponse","in":null,"schema":true,"schemaValue":"IPagePublicUploadFileResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param539","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param596","ignoreFilterName":null,"in":null,"level":1,"name":"size","parentTypes":["IPagePublicUploadFileResponse","IPagePublicUploadFileResponse"],"pid":"param539","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param597","ignoreFilterName":null,"in":null,"level":1,"name":"total","parentTypes":["IPagePublicUploadFileResponse","IPagePublicUploadFileResponse"],"pid":"param539","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param598","ignoreFilterName":null,"in":null,"level":1,"name":"pages","parentTypes":["IPagePublicUploadFileResponse","IPagePublicUploadFileResponse"],"pid":"param539","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param599","ignoreFilterName":null,"in":null,"level":1,"name":"current","parentTypes":["IPagePublicUploadFileResponse","IPagePublicUploadFileResponse"],"pid":"param539","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param601","pid":"param600","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPagePublicUploadFileResponse","IPagePublicUploadFileResponse","PublicUploadFileResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param602","pid":"param600","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPagePublicUploadFileResponse","IPagePublicUploadFileResponse","PublicUploadFileResponse"]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"文件名称","txtValue":null,"enum":null,"id":"param603","pid":"param600","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPagePublicUploadFileResponse","IPagePublicUploadFileResponse","PublicUploadFileResponse"]},{"name":"type","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"0 其他文件 1 软件 2 驱动 3 文档","txtValue":null,"enum":null,"id":"param604","pid":"param600","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPagePublicUploadFileResponse","IPagePublicUploadFileResponse","PublicUploadFileResponse"]},{"name":"fileUrl","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"下载地址","txtValue":null,"enum":null,"id":"param605","pid":"param600","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPagePublicUploadFileResponse","IPagePublicUploadFileResponse","PublicUploadFileResponse"]}],"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param600","ignoreFilterName":null,"in":null,"level":1,"name":"records","parentTypes":["IPagePublicUploadFileResponse","IPagePublicUploadFileResponse"],"pid":"param539","require":false,"schema":true,"schemaValue":"PublicUploadFileResponse","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["IPagePublicUploadFileResponse"]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param560","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param561","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"ResponseIPagePublicUploadFileResponse","responseRefParameters":[{"name":"IPagePublicUploadFileResponse","params":[{"name":"size","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param540","pid":"param539","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"total","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param541","pid":"param539","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"pages","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param542","pid":"param539","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"current","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param543","pid":"param539","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"records","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"PublicUploadFileResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param544","pid":"param539","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]},{"name":"PublicUploadFileResponse","params":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param545","pid":"param544","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param546","pid":"param544","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"文件名称","txtValue":null,"enum":null,"id":"param547","pid":"param544","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"type","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"0 其他文件 1 软件 2 驱动 3 文档","txtValue":null,"enum":null,"id":"param548","pid":"param544","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"fileUrl","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"下载地址","txtValue":null,"enum":null,"id":"param549","pid":"param544","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}],"responseTreetableRefParameters":[{"init":false,"id":"param539","name":"IPagePublicUploadFileResponse","params":[{"name":"size","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param550","pid":"param539","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPagePublicUploadFileResponse","IPagePublicUploadFileResponse"]},{"name":"total","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param551","pid":"param539","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPagePublicUploadFileResponse","IPagePublicUploadFileResponse"]},{"name":"pages","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param552","pid":"param539","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPagePublicUploadFileResponse","IPagePublicUploadFileResponse"]},{"name":"current","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param553","pid":"param539","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPagePublicUploadFileResponse","IPagePublicUploadFileResponse"]},{"name":"records","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"PublicUploadFileResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param554","pid":"param539","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPagePublicUploadFileResponse","IPagePublicUploadFileResponse"]}],"level":1,"childrenTypes":[]},{"init":false,"id":"param554","name":"PublicUploadFileResponse","params":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param555","pid":"param554","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPagePublicUploadFileResponse","IPagePublicUploadFileResponse","PublicUploadFileResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param556","pid":"param554","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPagePublicUploadFileResponse","IPagePublicUploadFileResponse","PublicUploadFileResponse"]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"文件名称","txtValue":null,"enum":null,"id":"param557","pid":"param554","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPagePublicUploadFileResponse","IPagePublicUploadFileResponse","PublicUploadFileResponse"]},{"name":"type","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"0 其他文件 1 软件 2 驱动 3 文档","txtValue":null,"enum":null,"id":"param558","pid":"param554","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPagePublicUploadFileResponse","IPagePublicUploadFileResponse","PublicUploadFileResponse"]},{"name":"fileUrl","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"下载地址","txtValue":null,"enum":null,"id":"param559","pid":"param554","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPagePublicUploadFileResponse","IPagePublicUploadFileResponse","PublicUploadFileResponse"]}],"level":1,"childrenTypes":[]}],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param537","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param538","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"IPagePublicUploadFileResponse","in":null,"schema":true,"schemaValue":"IPagePublicUploadFileResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param539","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param596","ignoreFilterName":null,"in":null,"level":1,"name":"size","parentTypes":["IPagePublicUploadFileResponse","IPagePublicUploadFileResponse"],"pid":"param539","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param597","ignoreFilterName":null,"in":null,"level":1,"name":"total","parentTypes":["IPagePublicUploadFileResponse","IPagePublicUploadFileResponse"],"pid":"param539","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param598","ignoreFilterName":null,"in":null,"level":1,"name":"pages","parentTypes":["IPagePublicUploadFileResponse","IPagePublicUploadFileResponse"],"pid":"param539","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param599","ignoreFilterName":null,"in":null,"level":1,"name":"current","parentTypes":["IPagePublicUploadFileResponse","IPagePublicUploadFileResponse"],"pid":"param539","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param601","pid":"param600","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPagePublicUploadFileResponse","IPagePublicUploadFileResponse","PublicUploadFileResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param602","pid":"param600","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPagePublicUploadFileResponse","IPagePublicUploadFileResponse","PublicUploadFileResponse"]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"文件名称","txtValue":null,"enum":null,"id":"param603","pid":"param600","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPagePublicUploadFileResponse","IPagePublicUploadFileResponse","PublicUploadFileResponse"]},{"name":"type","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"0 其他文件 1 软件 2 驱动 3 文档","txtValue":null,"enum":null,"id":"param604","pid":"param600","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPagePublicUploadFileResponse","IPagePublicUploadFileResponse","PublicUploadFileResponse"]},{"name":"fileUrl","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"下载地址","txtValue":null,"enum":null,"id":"param605","pid":"param600","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPagePublicUploadFileResponse","IPagePublicUploadFileResponse","PublicUploadFileResponse"]}],"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param600","ignoreFilterName":null,"in":null,"level":1,"name":"records","parentTypes":["IPagePublicUploadFileResponse","IPagePublicUploadFileResponse"],"pid":"param539","require":false,"schema":true,"schemaValue":"PublicUploadFileResponse","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["IPagePublicUploadFileResponse"]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param560","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param561","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"fc1fd2583935185b2c70d75ffe7d1b7a","operationId":"edit_1","deprecated":false,"summary":"编辑文件","methodType":"POST","showUrl":"/platform/publicUploadFile/update","consumes":["application/x-www-form-urlencoded","application/json"],"produces":["*/*"],"author":null,"description":"<p>编辑文件名称 下载地址等</p>\n","requestValue":"{\n \"data\": {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": 0,\n \"fileUrl\": \"\"\n }\n}","reqParameters":[{"name":"requestPublicUploadFileUpdateRequest","children":[{"name":"data","children":[{"name":"id","children":null,"description":"ID","in":null,"require":true,"type":"string","schemaValue":null},{"name":"name","children":null,"description":"文件名称","in":null,"require":false,"type":"string","schemaValue":null},{"name":"type","children":null,"description":"0 其他文件 1 软件 2 驱动 3 文档","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"fileUrl","children":null,"description":"下载地址","in":null,"require":false,"type":"string","schemaValue":null}],"description":"","in":null,"require":false,"type":"PublicUploadFileUpdateRequest","schemaValue":"PublicUploadFileUpdateRequest"}],"description":"RequestPublicUploadFileUpdateRequest","in":"body","require":true,"type":"RequestPublicUploadFileUpdateRequest","schemaValue":"RequestPublicUploadFileUpdateRequest"}],"responseCodes":[{"code":"200","description":"OK","schema":"ResponseBoolean"}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"状态码","id":"param612","type":"string","schemaValue":null},{"name":"msg","children":null,"description":"错误信息","id":"param613","type":"string","schemaValue":null},{"name":"data","children":null,"description":"业务对象","id":"param614","type":"boolean","schemaValue":null},{"name":"logId","children":null,"description":"响应ID","id":"param615","type":"string","schemaValue":null},{"name":"responseTime","children":null,"description":"响应时间","id":"param616","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": true,\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":false,"code":"200","description":"OK","schema":"ResponseBoolean","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": true,\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}","responseJson":{"code":"","msg":"","data":true,"logId":"","responseTime":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param612","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param613","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param614","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param615","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param616","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"ResponseBoolean","responseRefParameters":[],"responseTreetableRefParameters":[],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param612","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param613","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param614","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param615","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param616","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"3cbba3c010420a4fcb437111111d4043","operationId":"deleteById_1","deprecated":false,"summary":"删除文件","methodType":"POST","showUrl":"/platform/publicUploadFile/delete","consumes":["application/x-www-form-urlencoded","application/json"],"produces":["*/*"],"author":null,"description":"","requestValue":"{\n \"data\": {\n \"idList\": []\n }\n}","reqParameters":[{"name":"requestDeleteRequest","children":[{"name":"data","children":[{"name":"idList","children":null,"description":"删除的数据id集合 支持批量删除","in":null,"require":true,"type":"array","schemaValue":"string"}],"description":"","in":null,"require":false,"type":"DeleteRequest","schemaValue":"DeleteRequest"}],"description":"RequestDeleteRequest","in":"body","require":true,"type":"RequestDeleteRequest","schemaValue":"RequestDeleteRequest"}],"responseCodes":[{"code":"200","description":"OK","schema":"ResponseBoolean"}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"状态码","id":"param628","type":"string","schemaValue":null},{"name":"msg","children":null,"description":"错误信息","id":"param629","type":"string","schemaValue":null},{"name":"data","children":null,"description":"业务对象","id":"param630","type":"boolean","schemaValue":null},{"name":"logId","children":null,"description":"响应ID","id":"param631","type":"string","schemaValue":null},{"name":"responseTime","children":null,"description":"响应时间","id":"param632","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": true,\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":false,"code":"200","description":"OK","schema":"ResponseBoolean","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": true,\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}","responseJson":{"code":"","msg":"","data":true,"logId":"","responseTime":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param628","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param629","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param630","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param631","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param632","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"ResponseBoolean","responseRefParameters":[],"responseTreetableRefParameters":[],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param628","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param629","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param630","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param631","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param632","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"97e2fc48a85b72086dfb8a583ea9d91d","operationId":"add_1","deprecated":false,"summary":"新增文件","methodType":"POST","showUrl":"/platform/publicUploadFile/add","consumes":["application/x-www-form-urlencoded","application/json"],"produces":["*/*"],"author":null,"description":"","requestValue":"{\n \"data\": {\n \"name\": \"\",\n \"type\": 0,\n \"fileUrl\": \"\"\n }\n}","reqParameters":[{"name":"requestPublicUploadFileCreateRequest","children":[{"name":"data","children":[{"name":"name","children":null,"description":"文件名称","in":null,"require":false,"type":"string","schemaValue":null},{"name":"type","children":null,"description":"0 其他文件 1 软件 2 驱动 3 文档 默认为0","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"fileUrl","children":null,"description":"下载地址","in":null,"require":false,"type":"string","schemaValue":null}],"description":"","in":null,"require":false,"type":"PublicUploadFileCreateRequest","schemaValue":"PublicUploadFileCreateRequest"}],"description":"RequestPublicUploadFileCreateRequest","in":"body","require":true,"type":"RequestPublicUploadFileCreateRequest","schemaValue":"RequestPublicUploadFileCreateRequest"}],"responseCodes":[{"code":"200","description":"OK","schema":"ResponseBoolean"}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"状态码","id":"param643","type":"string","schemaValue":null},{"name":"msg","children":null,"description":"错误信息","id":"param644","type":"string","schemaValue":null},{"name":"data","children":null,"description":"业务对象","id":"param645","type":"boolean","schemaValue":null},{"name":"logId","children":null,"description":"响应ID","id":"param646","type":"string","schemaValue":null},{"name":"responseTime","children":null,"description":"响应时间","id":"param647","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": true,\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":false,"code":"200","description":"OK","schema":"ResponseBoolean","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": true,\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}","responseJson":{"code":"","msg":"","data":true,"logId":"","responseTime":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param643","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param644","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param645","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param646","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param647","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"ResponseBoolean","responseRefParameters":[],"responseTreetableRefParameters":[],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param643","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param644","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param645","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param646","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param647","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}}],"hasNew":true,"hasChanged":false},{"name":"项目管理","description":null,"order":2147483647,"author":null,"childrens":[{"id":"02285b611dcab868543d064c3f957735","operationId":"pageList_2","deprecated":false,"summary":"项目列表","methodType":"POST","showUrl":"/platform/project","consumes":["application/x-www-form-urlencoded","application/json"],"produces":["*/*"],"author":null,"description":"","requestValue":"{\n \"data\": {\n \"id\": \"\",\n \"export\": false,\n \"exportDetail\": false,\n \"pageSize\": 10,\n \"pageNum\": 1,\n \"projectName\": \"\",\n \"orderByHeartbeatTimeDesc\": true,\n \"orderByHeartbeatTimeAsc\": true\n }\n}","reqParameters":[{"name":"requestProjectListRequest","children":[{"name":"data","children":[{"name":"id","children":null,"description":"列表id 在获取单条数据时传递","in":null,"require":false,"type":"string","schemaValue":null},{"name":"export","children":null,"description":"是否导出 默认不导出","in":null,"require":false,"type":"boolean","schemaValue":null},{"name":"exportDetail","children":null,"description":"在导出统计报表时 是否需要导出明细数据","in":null,"require":false,"type":"boolean","schemaValue":null},{"name":"pageSize","children":null,"description":"分页参数 在实际分页查询中 如果要分页获取全部数据 可以传-1","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"pageNum","children":null,"description":"分页参数","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"projectName","children":null,"description":"项目名称","in":null,"require":false,"type":"string","schemaValue":null},{"name":"orderByHeartbeatTimeDesc","children":null,"description":"在线时间倒序","in":null,"require":false,"type":"boolean","schemaValue":null},{"name":"orderByHeartbeatTimeAsc","children":null,"description":"在线时间正序","in":null,"require":false,"type":"boolean","schemaValue":null}],"description":"","in":null,"require":false,"type":"ProjectListRequest","schemaValue":"ProjectListRequest"}],"description":"RequestProjectListRequest","in":"body","require":true,"type":"RequestProjectListRequest","schemaValue":"RequestProjectListRequest"}],"responseCodes":[{"code":"200","description":"OK","schema":"ResponseIPageProjectResponse"}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"状态码","id":"param686","type":"string","schemaValue":null},{"name":"msg","children":null,"description":"错误信息","id":"param687","type":"string","schemaValue":null},{"name":"data","children":[{"name":"size","children":null,"description":"","id":"param761","type":"integer(int64)","schemaValue":null},{"name":"total","children":null,"description":"","id":"param762","type":"integer(int64)","schemaValue":null},{"name":"pages","children":null,"description":"","id":"param763","type":"integer(int64)","schemaValue":null},{"name":"current","children":null,"description":"","id":"param764","type":"integer(int64)","schemaValue":null},{"name":"records","children":[{"name":"id","children":null,"description":"ID","id":"param766","type":"string","schemaValue":null},{"name":"createTime","children":null,"description":"创建时间","id":"param767","type":"string","schemaValue":null},{"name":"projectName","children":null,"description":"项目名称 英文字母 唯一","id":"param768","type":"string","schemaValue":null},{"name":"projectNickName","children":null,"description":"项目的中文名称","id":"param769","type":"string","schemaValue":null},{"name":"projectIndex","children":null,"description":"项目序号 应用层面自增","id":"param770","type":"integer","schemaValue":null},{"name":"projectDesc","children":null,"description":"项目描述","id":"param771","type":"string","schemaValue":null},{"name":"offlineUrl","children":null,"description":"线下地址","id":"param772","type":"string","schemaValue":null},{"name":"lastHeartbeatTime","children":null,"description":"最近一次在线时间","id":"param773","type":"string","schemaValue":null},{"name":"validEndTime","children":null,"description":"项目的有效期截止时间 默认为99年以后 可以在线上更改有效期 以来控制线下或者线上的租户使用 提示已到期","id":"param774","type":"string","schemaValue":null}],"description":"","id":"param765","type":"array","schemaValue":"ProjectResponse"}],"description":"","id":"param688","type":"IPageProjectResponse","schemaValue":"IPageProjectResponse"},{"name":"logId","children":null,"description":"响应ID","id":"param717","type":"string","schemaValue":null},{"name":"responseTime","children":null,"description":"响应时间","id":"param718","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": {\n\t\t\"size\": 0,\n\t\t\"total\": 0,\n\t\t\"pages\": 0,\n\t\t\"current\": 0,\n\t\t\"records\": [\n\t\t\t{\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"createTime\": \"\",\n\t\t\t\t\"projectName\": \"\",\n\t\t\t\t\"projectNickName\": \"\",\n\t\t\t\t\"projectIndex\": 0,\n\t\t\t\t\"projectDesc\": \"\",\n\t\t\t\t\"offlineUrl\": \"\",\n\t\t\t\t\"lastHeartbeatTime\": \"\",\n\t\t\t\t\"validEndTime\": \"\"\n\t\t\t}\n\t\t]\n\t},\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":false,"code":"200","description":"OK","schema":"ResponseIPageProjectResponse","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": {\n\t\t\"size\": 0,\n\t\t\"total\": 0,\n\t\t\"pages\": 0,\n\t\t\"current\": 0,\n\t\t\"records\": [\n\t\t\t{\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"createTime\": \"\",\n\t\t\t\t\"projectName\": \"\",\n\t\t\t\t\"projectNickName\": \"\",\n\t\t\t\t\"projectIndex\": 0,\n\t\t\t\t\"projectDesc\": \"\",\n\t\t\t\t\"offlineUrl\": \"\",\n\t\t\t\t\"lastHeartbeatTime\": \"\",\n\t\t\t\t\"validEndTime\": \"\"\n\t\t\t}\n\t\t]\n\t},\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}","responseJson":{"code":"","msg":"","data":{"size":0,"total":0,"pages":0,"current":0,"records":[{"id":"","createTime":"","projectName":"","projectNickName":"","projectIndex":0,"projectDesc":"","offlineUrl":"","lastHeartbeatTime":"","validEndTime":""}]},"logId":"","responseTime":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param686","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param687","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"IPageProjectResponse","in":null,"schema":true,"schemaValue":"IPageProjectResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param688","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param761","ignoreFilterName":null,"in":null,"level":1,"name":"size","parentTypes":["IPageProjectResponse","IPageProjectResponse"],"pid":"param688","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param762","ignoreFilterName":null,"in":null,"level":1,"name":"total","parentTypes":["IPageProjectResponse","IPageProjectResponse"],"pid":"param688","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param763","ignoreFilterName":null,"in":null,"level":1,"name":"pages","parentTypes":["IPageProjectResponse","IPageProjectResponse"],"pid":"param688","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param764","ignoreFilterName":null,"in":null,"level":1,"name":"current","parentTypes":["IPageProjectResponse","IPageProjectResponse"],"pid":"param688","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param766","pid":"param765","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageProjectResponse","IPageProjectResponse","ProjectResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param767","pid":"param765","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageProjectResponse","IPageProjectResponse","ProjectResponse"]},{"name":"projectName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目名称 英文字母 唯一","txtValue":null,"enum":null,"id":"param768","pid":"param765","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageProjectResponse","IPageProjectResponse","ProjectResponse"]},{"name":"projectNickName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目的中文名称","txtValue":null,"enum":null,"id":"param769","pid":"param765","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageProjectResponse","IPageProjectResponse","ProjectResponse"]},{"name":"projectIndex","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目序号 应用层面自增","txtValue":null,"enum":null,"id":"param770","pid":"param765","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageProjectResponse","IPageProjectResponse","ProjectResponse"]},{"name":"projectDesc","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目描述","txtValue":null,"enum":null,"id":"param771","pid":"param765","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageProjectResponse","IPageProjectResponse","ProjectResponse"]},{"name":"offlineUrl","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"线下地址","txtValue":null,"enum":null,"id":"param772","pid":"param765","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageProjectResponse","IPageProjectResponse","ProjectResponse"]},{"name":"lastHeartbeatTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"最近一次在线时间","txtValue":null,"enum":null,"id":"param773","pid":"param765","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageProjectResponse","IPageProjectResponse","ProjectResponse"]},{"name":"validEndTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目的有效期截止时间 默认为99年以后 可以在线上更改有效期 以来控制线下或者线上的租户使用 提示已到期","txtValue":null,"enum":null,"id":"param774","pid":"param765","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageProjectResponse","IPageProjectResponse","ProjectResponse"]}],"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param765","ignoreFilterName":null,"in":null,"level":1,"name":"records","parentTypes":["IPageProjectResponse","IPageProjectResponse"],"pid":"param688","require":false,"schema":true,"schemaValue":"ProjectResponse","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["IPageProjectResponse"]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param717","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param718","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"ResponseIPageProjectResponse","responseRefParameters":[{"name":"IPageProjectResponse","params":[{"name":"size","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param689","pid":"param688","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"total","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param690","pid":"param688","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"pages","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param691","pid":"param688","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"current","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param692","pid":"param688","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"records","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"ProjectResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param693","pid":"param688","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]},{"name":"ProjectResponse","params":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param694","pid":"param693","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param695","pid":"param693","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"projectName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目名称 英文字母 唯一","txtValue":null,"enum":null,"id":"param696","pid":"param693","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"projectNickName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目的中文名称","txtValue":null,"enum":null,"id":"param697","pid":"param693","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"projectIndex","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目序号 应用层面自增","txtValue":null,"enum":null,"id":"param698","pid":"param693","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"projectDesc","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目描述","txtValue":null,"enum":null,"id":"param699","pid":"param693","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"offlineUrl","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"线下地址","txtValue":null,"enum":null,"id":"param700","pid":"param693","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"lastHeartbeatTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"最近一次在线时间","txtValue":null,"enum":null,"id":"param701","pid":"param693","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"validEndTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目的有效期截止时间 默认为99年以后 可以在线上更改有效期 以来控制线下或者线上的租户使用 提示已到期","txtValue":null,"enum":null,"id":"param702","pid":"param693","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}],"responseTreetableRefParameters":[{"init":false,"id":"param688","name":"IPageProjectResponse","params":[{"name":"size","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param703","pid":"param688","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageProjectResponse","IPageProjectResponse"]},{"name":"total","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param704","pid":"param688","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageProjectResponse","IPageProjectResponse"]},{"name":"pages","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param705","pid":"param688","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageProjectResponse","IPageProjectResponse"]},{"name":"current","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param706","pid":"param688","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageProjectResponse","IPageProjectResponse"]},{"name":"records","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"ProjectResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param707","pid":"param688","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageProjectResponse","IPageProjectResponse"]}],"level":1,"childrenTypes":[]},{"init":false,"id":"param707","name":"ProjectResponse","params":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param708","pid":"param707","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageProjectResponse","IPageProjectResponse","ProjectResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param709","pid":"param707","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageProjectResponse","IPageProjectResponse","ProjectResponse"]},{"name":"projectName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目名称 英文字母 唯一","txtValue":null,"enum":null,"id":"param710","pid":"param707","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageProjectResponse","IPageProjectResponse","ProjectResponse"]},{"name":"projectNickName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目的中文名称","txtValue":null,"enum":null,"id":"param711","pid":"param707","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageProjectResponse","IPageProjectResponse","ProjectResponse"]},{"name":"projectIndex","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目序号 应用层面自增","txtValue":null,"enum":null,"id":"param712","pid":"param707","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageProjectResponse","IPageProjectResponse","ProjectResponse"]},{"name":"projectDesc","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目描述","txtValue":null,"enum":null,"id":"param713","pid":"param707","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageProjectResponse","IPageProjectResponse","ProjectResponse"]},{"name":"offlineUrl","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"线下地址","txtValue":null,"enum":null,"id":"param714","pid":"param707","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageProjectResponse","IPageProjectResponse","ProjectResponse"]},{"name":"lastHeartbeatTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"最近一次在线时间","txtValue":null,"enum":null,"id":"param715","pid":"param707","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageProjectResponse","IPageProjectResponse","ProjectResponse"]},{"name":"validEndTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目的有效期截止时间 默认为99年以后 可以在线上更改有效期 以来控制线下或者线上的租户使用 提示已到期","txtValue":null,"enum":null,"id":"param716","pid":"param707","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageProjectResponse","IPageProjectResponse","ProjectResponse"]}],"level":1,"childrenTypes":[]}],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param686","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param687","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"IPageProjectResponse","in":null,"schema":true,"schemaValue":"IPageProjectResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param688","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param761","ignoreFilterName":null,"in":null,"level":1,"name":"size","parentTypes":["IPageProjectResponse","IPageProjectResponse"],"pid":"param688","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param762","ignoreFilterName":null,"in":null,"level":1,"name":"total","parentTypes":["IPageProjectResponse","IPageProjectResponse"],"pid":"param688","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param763","ignoreFilterName":null,"in":null,"level":1,"name":"pages","parentTypes":["IPageProjectResponse","IPageProjectResponse"],"pid":"param688","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param764","ignoreFilterName":null,"in":null,"level":1,"name":"current","parentTypes":["IPageProjectResponse","IPageProjectResponse"],"pid":"param688","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param766","pid":"param765","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageProjectResponse","IPageProjectResponse","ProjectResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param767","pid":"param765","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageProjectResponse","IPageProjectResponse","ProjectResponse"]},{"name":"projectName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目名称 英文字母 唯一","txtValue":null,"enum":null,"id":"param768","pid":"param765","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageProjectResponse","IPageProjectResponse","ProjectResponse"]},{"name":"projectNickName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目的中文名称","txtValue":null,"enum":null,"id":"param769","pid":"param765","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageProjectResponse","IPageProjectResponse","ProjectResponse"]},{"name":"projectIndex","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目序号 应用层面自增","txtValue":null,"enum":null,"id":"param770","pid":"param765","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageProjectResponse","IPageProjectResponse","ProjectResponse"]},{"name":"projectDesc","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目描述","txtValue":null,"enum":null,"id":"param771","pid":"param765","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageProjectResponse","IPageProjectResponse","ProjectResponse"]},{"name":"offlineUrl","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"线下地址","txtValue":null,"enum":null,"id":"param772","pid":"param765","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageProjectResponse","IPageProjectResponse","ProjectResponse"]},{"name":"lastHeartbeatTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"最近一次在线时间","txtValue":null,"enum":null,"id":"param773","pid":"param765","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageProjectResponse","IPageProjectResponse","ProjectResponse"]},{"name":"validEndTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目的有效期截止时间 默认为99年以后 可以在线上更改有效期 以来控制线下或者线上的租户使用 提示已到期","txtValue":null,"enum":null,"id":"param774","pid":"param765","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageProjectResponse","IPageProjectResponse","ProjectResponse"]}],"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param765","ignoreFilterName":null,"in":null,"level":1,"name":"records","parentTypes":["IPageProjectResponse","IPageProjectResponse"],"pid":"param688","require":false,"schema":true,"schemaValue":"ProjectResponse","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["IPageProjectResponse"]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param717","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param718","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"8153836abc1f5abf6df20d7a70160150","operationId":"edit_2","deprecated":false,"summary":"编辑项目","methodType":"POST","showUrl":"/platform/project/update","consumes":["application/x-www-form-urlencoded","application/json"],"produces":["*/*"],"author":null,"description":"<p>只支持编辑部分信息 不包括项目实例</p>\n","requestValue":"{\n \"data\": {\n \"id\": \"\",\n \"projectNickName\": \"\",\n \"projectDesc\": \"\",\n \"offlineUrl\": \"\",\n \"validEndTime\": \"\"\n }\n}","reqParameters":[{"name":"requestProjectUpdateRequest","children":[{"name":"data","children":[{"name":"id","children":null,"description":"ID","in":null,"require":true,"type":"string","schemaValue":null},{"name":"projectNickName","children":null,"description":"项目的中文名称","in":null,"require":false,"type":"string","schemaValue":null},{"name":"projectDesc","children":null,"description":"项目描述","in":null,"require":false,"type":"string","schemaValue":null},{"name":"offlineUrl","children":null,"description":"线下系统的地址","in":null,"require":false,"type":"string","schemaValue":null},{"name":"validEndTime","children":null,"description":"项目的有效期截止时间 默认为99年以后 可以在线上更改有效期 以来控制线下或者线上的租户使用 提示已到期","in":null,"require":false,"type":"string","schemaValue":null}],"description":"","in":null,"require":false,"type":"ProjectUpdateRequest","schemaValue":"ProjectUpdateRequest"}],"description":"RequestProjectUpdateRequest","in":"body","require":true,"type":"RequestProjectUpdateRequest","schemaValue":"RequestProjectUpdateRequest"}],"responseCodes":[{"code":"200","description":"OK","schema":"ResponseBoolean"}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"状态码","id":"param782","type":"string","schemaValue":null},{"name":"msg","children":null,"description":"错误信息","id":"param783","type":"string","schemaValue":null},{"name":"data","children":null,"description":"业务对象","id":"param784","type":"boolean","schemaValue":null},{"name":"logId","children":null,"description":"响应ID","id":"param785","type":"string","schemaValue":null},{"name":"responseTime","children":null,"description":"响应时间","id":"param786","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": true,\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":false,"code":"200","description":"OK","schema":"ResponseBoolean","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": true,\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}","responseJson":{"code":"","msg":"","data":true,"logId":"","responseTime":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param782","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param783","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param784","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param785","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param786","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"ResponseBoolean","responseRefParameters":[],"responseTreetableRefParameters":[],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param782","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param783","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param784","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param785","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param786","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"49221f1d306266c018dd40a24e34e999","operationId":"getProjectOfflineInfo","deprecated":false,"summary":"获取最新的某个项目的线下信息 按照上报时间倒序排列","methodType":"POST","showUrl":"/platform/project/getProjectHeartbeat","consumes":["application/x-www-form-urlencoded","application/json"],"produces":["*/*"],"author":null,"description":"<p>来源于线下的心跳数据上报</p>\n","requestValue":"{\n \"data\": {\n \"id\": \"\",\n \"export\": false,\n \"exportDetail\": false,\n \"pageSize\": 10,\n \"pageNum\": 1,\n \"projectId\": \"\"\n }\n}","reqParameters":[{"name":"requestProjectHeartbeatRequest","children":[{"name":"data","children":[{"name":"id","children":null,"description":"列表id 在获取单条数据时传递","in":null,"require":false,"type":"string","schemaValue":null},{"name":"export","children":null,"description":"是否导出 默认不导出","in":null,"require":false,"type":"boolean","schemaValue":null},{"name":"exportDetail","children":null,"description":"在导出统计报表时 是否需要导出明细数据","in":null,"require":false,"type":"boolean","schemaValue":null},{"name":"pageSize","children":null,"description":"分页参数 在实际分页查询中 如果要分页获取全部数据 可以传-1","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"pageNum","children":null,"description":"分页参数","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"projectId","children":null,"description":"项目id","in":null,"require":false,"type":"string","schemaValue":null}],"description":"","in":null,"require":false,"type":"ProjectHeartbeatRequest","schemaValue":"ProjectHeartbeatRequest"}],"description":"RequestProjectHeartbeatRequest","in":"body","require":true,"type":"RequestProjectHeartbeatRequest","schemaValue":"RequestProjectHeartbeatRequest"}],"responseCodes":[{"code":"200","description":"OK","schema":"ResponseIPageProjectHeartbeatResponse"}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"状态码","id":"param819","type":"string","schemaValue":null},{"name":"msg","children":null,"description":"错误信息","id":"param820","type":"string","schemaValue":null},{"name":"data","children":[{"name":"size","children":null,"description":"","id":"param868","type":"integer(int64)","schemaValue":null},{"name":"total","children":null,"description":"","id":"param869","type":"integer(int64)","schemaValue":null},{"name":"pages","children":null,"description":"","id":"param870","type":"integer(int64)","schemaValue":null},{"name":"current","children":null,"description":"","id":"param871","type":"integer(int64)","schemaValue":null},{"name":"records","children":[{"name":"id","children":null,"description":"ID","id":"param873","type":"string","schemaValue":null},{"name":"createTime","children":null,"description":"创建时间","id":"param874","type":"string","schemaValue":null},{"name":"projectName","children":null,"description":"项目名称 英文字母 唯一","id":"param875","type":"string","schemaValue":null}],"description":"","id":"param872","type":"array","schemaValue":"ProjectHeartbeatResponse"}],"description":"","id":"param821","type":"IPageProjectHeartbeatResponse","schemaValue":"IPageProjectHeartbeatResponse"},{"name":"logId","children":null,"description":"响应ID","id":"param838","type":"string","schemaValue":null},{"name":"responseTime","children":null,"description":"响应时间","id":"param839","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": {\n\t\t\"size\": 0,\n\t\t\"total\": 0,\n\t\t\"pages\": 0,\n\t\t\"current\": 0,\n\t\t\"records\": [\n\t\t\t{\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"createTime\": \"\",\n\t\t\t\t\"projectName\": \"\"\n\t\t\t}\n\t\t]\n\t},\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":false,"code":"200","description":"OK","schema":"ResponseIPageProjectHeartbeatResponse","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": {\n\t\t\"size\": 0,\n\t\t\"total\": 0,\n\t\t\"pages\": 0,\n\t\t\"current\": 0,\n\t\t\"records\": [\n\t\t\t{\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"createTime\": \"\",\n\t\t\t\t\"projectName\": \"\"\n\t\t\t}\n\t\t]\n\t},\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}","responseJson":{"code":"","msg":"","data":{"size":0,"total":0,"pages":0,"current":0,"records":[{"id":"","createTime":"","projectName":""}]},"logId":"","responseTime":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param819","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param820","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"IPageProjectHeartbeatResponse","in":null,"schema":true,"schemaValue":"IPageProjectHeartbeatResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param821","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param868","ignoreFilterName":null,"in":null,"level":1,"name":"size","parentTypes":["IPageProjectHeartbeatResponse","IPageProjectHeartbeatResponse"],"pid":"param821","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param869","ignoreFilterName":null,"in":null,"level":1,"name":"total","parentTypes":["IPageProjectHeartbeatResponse","IPageProjectHeartbeatResponse"],"pid":"param821","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param870","ignoreFilterName":null,"in":null,"level":1,"name":"pages","parentTypes":["IPageProjectHeartbeatResponse","IPageProjectHeartbeatResponse"],"pid":"param821","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param871","ignoreFilterName":null,"in":null,"level":1,"name":"current","parentTypes":["IPageProjectHeartbeatResponse","IPageProjectHeartbeatResponse"],"pid":"param821","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param873","pid":"param872","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageProjectHeartbeatResponse","IPageProjectHeartbeatResponse","ProjectHeartbeatResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param874","pid":"param872","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageProjectHeartbeatResponse","IPageProjectHeartbeatResponse","ProjectHeartbeatResponse"]},{"name":"projectName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目名称 英文字母 唯一","txtValue":null,"enum":null,"id":"param875","pid":"param872","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageProjectHeartbeatResponse","IPageProjectHeartbeatResponse","ProjectHeartbeatResponse"]}],"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param872","ignoreFilterName":null,"in":null,"level":1,"name":"records","parentTypes":["IPageProjectHeartbeatResponse","IPageProjectHeartbeatResponse"],"pid":"param821","require":false,"schema":true,"schemaValue":"ProjectHeartbeatResponse","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["IPageProjectHeartbeatResponse"]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param838","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param839","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"ResponseIPageProjectHeartbeatResponse","responseRefParameters":[{"name":"IPageProjectHeartbeatResponse","params":[{"name":"size","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param822","pid":"param821","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"total","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param823","pid":"param821","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"pages","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param824","pid":"param821","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"current","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param825","pid":"param821","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"records","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"ProjectHeartbeatResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param826","pid":"param821","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]},{"name":"ProjectHeartbeatResponse","params":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param827","pid":"param826","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param828","pid":"param826","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"projectName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目名称 英文字母 唯一","txtValue":null,"enum":null,"id":"param829","pid":"param826","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}],"responseTreetableRefParameters":[{"init":false,"id":"param821","name":"IPageProjectHeartbeatResponse","params":[{"name":"size","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param830","pid":"param821","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageProjectHeartbeatResponse","IPageProjectHeartbeatResponse"]},{"name":"total","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param831","pid":"param821","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageProjectHeartbeatResponse","IPageProjectHeartbeatResponse"]},{"name":"pages","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param832","pid":"param821","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageProjectHeartbeatResponse","IPageProjectHeartbeatResponse"]},{"name":"current","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param833","pid":"param821","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageProjectHeartbeatResponse","IPageProjectHeartbeatResponse"]},{"name":"records","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"ProjectHeartbeatResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param834","pid":"param821","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageProjectHeartbeatResponse","IPageProjectHeartbeatResponse"]}],"level":1,"childrenTypes":[]},{"init":false,"id":"param834","name":"ProjectHeartbeatResponse","params":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param835","pid":"param834","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageProjectHeartbeatResponse","IPageProjectHeartbeatResponse","ProjectHeartbeatResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param836","pid":"param834","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageProjectHeartbeatResponse","IPageProjectHeartbeatResponse","ProjectHeartbeatResponse"]},{"name":"projectName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目名称 英文字母 唯一","txtValue":null,"enum":null,"id":"param837","pid":"param834","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageProjectHeartbeatResponse","IPageProjectHeartbeatResponse","ProjectHeartbeatResponse"]}],"level":1,"childrenTypes":[]}],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param819","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param820","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"IPageProjectHeartbeatResponse","in":null,"schema":true,"schemaValue":"IPageProjectHeartbeatResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param821","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param868","ignoreFilterName":null,"in":null,"level":1,"name":"size","parentTypes":["IPageProjectHeartbeatResponse","IPageProjectHeartbeatResponse"],"pid":"param821","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param869","ignoreFilterName":null,"in":null,"level":1,"name":"total","parentTypes":["IPageProjectHeartbeatResponse","IPageProjectHeartbeatResponse"],"pid":"param821","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param870","ignoreFilterName":null,"in":null,"level":1,"name":"pages","parentTypes":["IPageProjectHeartbeatResponse","IPageProjectHeartbeatResponse"],"pid":"param821","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param871","ignoreFilterName":null,"in":null,"level":1,"name":"current","parentTypes":["IPageProjectHeartbeatResponse","IPageProjectHeartbeatResponse"],"pid":"param821","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param873","pid":"param872","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageProjectHeartbeatResponse","IPageProjectHeartbeatResponse","ProjectHeartbeatResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param874","pid":"param872","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageProjectHeartbeatResponse","IPageProjectHeartbeatResponse","ProjectHeartbeatResponse"]},{"name":"projectName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目名称 英文字母 唯一","txtValue":null,"enum":null,"id":"param875","pid":"param872","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageProjectHeartbeatResponse","IPageProjectHeartbeatResponse","ProjectHeartbeatResponse"]}],"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param872","ignoreFilterName":null,"in":null,"level":1,"name":"records","parentTypes":["IPageProjectHeartbeatResponse","IPageProjectHeartbeatResponse"],"pid":"param821","require":false,"schema":true,"schemaValue":"ProjectHeartbeatResponse","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["IPageProjectHeartbeatResponse"]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param838","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param839","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"c939d738ea9ac1ac4ef3910c51049662","operationId":"add_2","deprecated":false,"summary":"添加项目","methodType":"POST","showUrl":"/platform/project/add","consumes":["application/x-www-form-urlencoded","application/json"],"produces":["*/*"],"author":null,"description":"<p>会同时创建数据库实例和连接</p>\n","requestValue":"{\n \"data\": {\n \"projectName\": \"\",\n \"projectNickName\": \"\",\n \"projectDesc\": \"\",\n \"offlineUrl\": \"\"\n }\n}","reqParameters":[{"name":"requestProjectCreateRequest","children":[{"name":"data","children":[{"name":"projectName","children":null,"description":"项目名","in":null,"require":true,"type":"string","schemaValue":null},{"name":"projectNickName","children":null,"description":"项目的中文名称","in":null,"require":true,"type":"string","schemaValue":null},{"name":"projectDesc","children":null,"description":"项目描述","in":null,"require":false,"type":"string","schemaValue":null},{"name":"offlineUrl","children":null,"description":"线下系统的地址","in":null,"require":false,"type":"string","schemaValue":null}],"description":"","in":null,"require":false,"type":"ProjectCreateRequest","schemaValue":"ProjectCreateRequest"}],"description":"RequestProjectCreateRequest","in":"body","require":true,"type":"RequestProjectCreateRequest","schemaValue":"RequestProjectCreateRequest"}],"responseCodes":[{"code":"200","description":"OK","schema":"ResponseBoolean"}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"状态码","id":"param882","type":"string","schemaValue":null},{"name":"msg","children":null,"description":"错误信息","id":"param883","type":"string","schemaValue":null},{"name":"data","children":null,"description":"业务对象","id":"param884","type":"boolean","schemaValue":null},{"name":"logId","children":null,"description":"响应ID","id":"param885","type":"string","schemaValue":null},{"name":"responseTime","children":null,"description":"响应时间","id":"param886","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": true,\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":false,"code":"200","description":"OK","schema":"ResponseBoolean","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": true,\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}","responseJson":{"code":"","msg":"","data":true,"logId":"","responseTime":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param882","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param883","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param884","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param885","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param886","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"ResponseBoolean","responseRefParameters":[],"responseTreetableRefParameters":[],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param882","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param883","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param884","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param885","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param886","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}}],"hasNew":true,"hasChanged":false},{"name":"分销商管理","description":null,"order":2147483647,"author":null,"childrens":[{"id":"9c678f062a48f285caeecce7fbd68524","operationId":"pageList_3","deprecated":false,"summary":"分销商列表","methodType":"POST","showUrl":"/platform/otaSource","consumes":["application/x-www-form-urlencoded","application/json"],"produces":["*/*"],"author":null,"description":"<p>平台内的所有分销商</p>\n","requestValue":"{\n \"data\": {\n \"id\": \"\",\n \"export\": false,\n \"exportDetail\": false,\n \"pageSize\": 10,\n \"pageNum\": 1,\n \"otaSourceCode\": \"\",\n \"otaSourceName\": \"\",\n \"otaSourceDesc\": \"\"\n }\n}","reqParameters":[{"name":"requestOtaPublicSourceListRequest","children":[{"name":"data","children":[{"name":"id","children":null,"description":"列表id 在获取单条数据时传递","in":null,"require":false,"type":"string","schemaValue":null},{"name":"export","children":null,"description":"是否导出 默认不导出","in":null,"require":false,"type":"boolean","schemaValue":null},{"name":"exportDetail","children":null,"description":"在导出统计报表时 是否需要导出明细数据","in":null,"require":false,"type":"boolean","schemaValue":null},{"name":"pageSize","children":null,"description":"分页参数 在实际分页查询中 如果要分页获取全部数据 可以传-1","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"pageNum","children":null,"description":"分页参数","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"otaSourceCode","children":null,"description":"分销商编码 唯一","in":null,"require":false,"type":"string","schemaValue":null},{"name":"otaSourceName","children":null,"description":"分销商名称 唯一 是线下的统计字段","in":null,"require":false,"type":"string","schemaValue":null},{"name":"otaSourceDesc","children":null,"description":"分销商描述","in":null,"require":false,"type":"string","schemaValue":null}],"description":"","in":null,"require":false,"type":"OtaPublicSourceListRequest","schemaValue":"OtaPublicSourceListRequest"}],"description":"RequestOtaPublicSourceListRequest","in":"body","require":true,"type":"RequestOtaPublicSourceListRequest","schemaValue":"RequestOtaPublicSourceListRequest"}],"responseCodes":[{"code":"200","description":"OK","schema":"ResponseIPageOtaPublicSourceResponse"}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"状态码","id":"param928","type":"string","schemaValue":null},{"name":"msg","children":null,"description":"错误信息","id":"param929","type":"string","schemaValue":null},{"name":"data","children":[{"name":"size","children":null,"description":"","id":"param1011","type":"integer(int64)","schemaValue":null},{"name":"total","children":null,"description":"","id":"param1012","type":"integer(int64)","schemaValue":null},{"name":"pages","children":null,"description":"","id":"param1013","type":"integer(int64)","schemaValue":null},{"name":"current","children":null,"description":"","id":"param1014","type":"integer(int64)","schemaValue":null},{"name":"records","children":[{"name":"id","children":null,"description":"ID","id":"param1016","type":"string","schemaValue":null},{"name":"createTime","children":null,"description":"创建时间","id":"param1017","type":"string","schemaValue":null},{"name":"type","children":null,"description":"分销商类型 0 普通分销商 1 商户 2 总代","id":"param1018","type":"integer","schemaValue":null},{"name":"otaSourceCode","children":null,"description":"OTA编码 唯一","id":"param1019","type":"string","schemaValue":null},{"name":"otaSourceName","children":null,"description":"OTA名称 唯一 是线下的统计字段","id":"param1020","type":"string","schemaValue":null},{"name":"otaSourceDesc","children":null,"description":"OTA描述","id":"param1021","type":"string","schemaValue":null},{"name":"otaSourceSecret","children":null,"description":"OTA密钥 签名使用","id":"param1022","type":"string","schemaValue":null},{"name":"createCallbackUrl","children":null,"description":"下单回调地址","id":"param1023","type":"string","schemaValue":null},{"name":"checkCallbackUrl","children":null,"description":"核销回调地址","id":"param1024","type":"string","schemaValue":null},{"name":"cancelCallbackUrl","children":null,"description":"退单回调地址","id":"param1025","type":"string","schemaValue":null},{"name":"param","children":null,"description":"分销商参数","id":"param1026","type":"string","schemaValue":null}],"description":"","id":"param1015","type":"array","schemaValue":"OtaPublicSourceResponse"}],"description":"","id":"param930","type":"IPageOtaPublicSourceResponse","schemaValue":"IPageOtaPublicSourceResponse"},{"name":"logId","children":null,"description":"响应ID","id":"param963","type":"string","schemaValue":null},{"name":"responseTime","children":null,"description":"响应时间","id":"param964","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": {\n\t\t\"size\": 0,\n\t\t\"total\": 0,\n\t\t\"pages\": 0,\n\t\t\"current\": 0,\n\t\t\"records\": [\n\t\t\t{\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"createTime\": \"\",\n\t\t\t\t\"type\": 0,\n\t\t\t\t\"otaSourceCode\": \"\",\n\t\t\t\t\"otaSourceName\": \"\",\n\t\t\t\t\"otaSourceDesc\": \"\",\n\t\t\t\t\"otaSourceSecret\": \"\",\n\t\t\t\t\"createCallbackUrl\": \"\",\n\t\t\t\t\"checkCallbackUrl\": \"\",\n\t\t\t\t\"cancelCallbackUrl\": \"\",\n\t\t\t\t\"param\": \"\"\n\t\t\t}\n\t\t]\n\t},\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":false,"code":"200","description":"OK","schema":"ResponseIPageOtaPublicSourceResponse","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": {\n\t\t\"size\": 0,\n\t\t\"total\": 0,\n\t\t\"pages\": 0,\n\t\t\"current\": 0,\n\t\t\"records\": [\n\t\t\t{\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"createTime\": \"\",\n\t\t\t\t\"type\": 0,\n\t\t\t\t\"otaSourceCode\": \"\",\n\t\t\t\t\"otaSourceName\": \"\",\n\t\t\t\t\"otaSourceDesc\": \"\",\n\t\t\t\t\"otaSourceSecret\": \"\",\n\t\t\t\t\"createCallbackUrl\": \"\",\n\t\t\t\t\"checkCallbackUrl\": \"\",\n\t\t\t\t\"cancelCallbackUrl\": \"\",\n\t\t\t\t\"param\": \"\"\n\t\t\t}\n\t\t]\n\t},\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}","responseJson":{"code":"","msg":"","data":{"size":0,"total":0,"pages":0,"current":0,"records":[{"id":"","createTime":"","type":0,"otaSourceCode":"","otaSourceName":"","otaSourceDesc":"","otaSourceSecret":"","createCallbackUrl":"","checkCallbackUrl":"","cancelCallbackUrl":"","param":""}]},"logId":"","responseTime":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param928","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param929","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"IPageOtaPublicSourceResponse","in":null,"schema":true,"schemaValue":"IPageOtaPublicSourceResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param930","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1011","ignoreFilterName":null,"in":null,"level":1,"name":"size","parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse"],"pid":"param930","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1012","ignoreFilterName":null,"in":null,"level":1,"name":"total","parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse"],"pid":"param930","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1013","ignoreFilterName":null,"in":null,"level":1,"name":"pages","parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse"],"pid":"param930","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1014","ignoreFilterName":null,"in":null,"level":1,"name":"current","parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse"],"pid":"param930","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param1016","pid":"param1015","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse","OtaPublicSourceResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param1017","pid":"param1015","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse","OtaPublicSourceResponse"]},{"name":"type","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"分销商类型 0 普通分销商 1 商户 2 总代","txtValue":null,"enum":null,"id":"param1018","pid":"param1015","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse","OtaPublicSourceResponse"]},{"name":"otaSourceCode","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"OTA编码 唯一","txtValue":null,"enum":null,"id":"param1019","pid":"param1015","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse","OtaPublicSourceResponse"]},{"name":"otaSourceName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"OTA名称 唯一 是线下的统计字段","txtValue":null,"enum":null,"id":"param1020","pid":"param1015","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse","OtaPublicSourceResponse"]},{"name":"otaSourceDesc","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"OTA描述","txtValue":null,"enum":null,"id":"param1021","pid":"param1015","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse","OtaPublicSourceResponse"]},{"name":"otaSourceSecret","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"OTA密钥 签名使用","txtValue":null,"enum":null,"id":"param1022","pid":"param1015","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse","OtaPublicSourceResponse"]},{"name":"createCallbackUrl","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"下单回调地址","txtValue":null,"enum":null,"id":"param1023","pid":"param1015","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse","OtaPublicSourceResponse"]},{"name":"checkCallbackUrl","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"核销回调地址","txtValue":null,"enum":null,"id":"param1024","pid":"param1015","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse","OtaPublicSourceResponse"]},{"name":"cancelCallbackUrl","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"退单回调地址","txtValue":null,"enum":null,"id":"param1025","pid":"param1015","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse","OtaPublicSourceResponse"]},{"name":"param","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"分销商参数","txtValue":null,"enum":null,"id":"param1026","pid":"param1015","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse","OtaPublicSourceResponse"]}],"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1015","ignoreFilterName":null,"in":null,"level":1,"name":"records","parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse"],"pid":"param930","require":false,"schema":true,"schemaValue":"OtaPublicSourceResponse","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["IPageOtaPublicSourceResponse"]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param963","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param964","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"ResponseIPageOtaPublicSourceResponse","responseRefParameters":[{"name":"IPageOtaPublicSourceResponse","params":[{"name":"size","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param931","pid":"param930","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"total","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param932","pid":"param930","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"pages","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param933","pid":"param930","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"current","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param934","pid":"param930","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"records","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"OtaPublicSourceResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param935","pid":"param930","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]},{"name":"OtaPublicSourceResponse","params":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param936","pid":"param935","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param937","pid":"param935","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"type","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"分销商类型 0 普通分销商 1 商户 2 总代","txtValue":null,"enum":null,"id":"param938","pid":"param935","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"otaSourceCode","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"OTA编码 唯一","txtValue":null,"enum":null,"id":"param939","pid":"param935","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"otaSourceName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"OTA名称 唯一 是线下的统计字段","txtValue":null,"enum":null,"id":"param940","pid":"param935","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"otaSourceDesc","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"OTA描述","txtValue":null,"enum":null,"id":"param941","pid":"param935","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"otaSourceSecret","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"OTA密钥 签名使用","txtValue":null,"enum":null,"id":"param942","pid":"param935","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createCallbackUrl","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"下单回调地址","txtValue":null,"enum":null,"id":"param943","pid":"param935","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"checkCallbackUrl","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"核销回调地址","txtValue":null,"enum":null,"id":"param944","pid":"param935","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"cancelCallbackUrl","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"退单回调地址","txtValue":null,"enum":null,"id":"param945","pid":"param935","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"param","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"分销商参数","txtValue":null,"enum":null,"id":"param946","pid":"param935","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}],"responseTreetableRefParameters":[{"init":false,"id":"param930","name":"IPageOtaPublicSourceResponse","params":[{"name":"size","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param947","pid":"param930","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse"]},{"name":"total","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param948","pid":"param930","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse"]},{"name":"pages","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param949","pid":"param930","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse"]},{"name":"current","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param950","pid":"param930","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse"]},{"name":"records","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"OtaPublicSourceResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param951","pid":"param930","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse"]}],"level":1,"childrenTypes":[]},{"init":false,"id":"param951","name":"OtaPublicSourceResponse","params":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param952","pid":"param951","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse","OtaPublicSourceResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param953","pid":"param951","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse","OtaPublicSourceResponse"]},{"name":"type","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"分销商类型 0 普通分销商 1 商户 2 总代","txtValue":null,"enum":null,"id":"param954","pid":"param951","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse","OtaPublicSourceResponse"]},{"name":"otaSourceCode","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"OTA编码 唯一","txtValue":null,"enum":null,"id":"param955","pid":"param951","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse","OtaPublicSourceResponse"]},{"name":"otaSourceName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"OTA名称 唯一 是线下的统计字段","txtValue":null,"enum":null,"id":"param956","pid":"param951","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse","OtaPublicSourceResponse"]},{"name":"otaSourceDesc","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"OTA描述","txtValue":null,"enum":null,"id":"param957","pid":"param951","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse","OtaPublicSourceResponse"]},{"name":"otaSourceSecret","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"OTA密钥 签名使用","txtValue":null,"enum":null,"id":"param958","pid":"param951","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse","OtaPublicSourceResponse"]},{"name":"createCallbackUrl","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"下单回调地址","txtValue":null,"enum":null,"id":"param959","pid":"param951","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse","OtaPublicSourceResponse"]},{"name":"checkCallbackUrl","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"核销回调地址","txtValue":null,"enum":null,"id":"param960","pid":"param951","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse","OtaPublicSourceResponse"]},{"name":"cancelCallbackUrl","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"退单回调地址","txtValue":null,"enum":null,"id":"param961","pid":"param951","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse","OtaPublicSourceResponse"]},{"name":"param","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"分销商参数","txtValue":null,"enum":null,"id":"param962","pid":"param951","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse","OtaPublicSourceResponse"]}],"level":1,"childrenTypes":[]}],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param928","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param929","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"IPageOtaPublicSourceResponse","in":null,"schema":true,"schemaValue":"IPageOtaPublicSourceResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param930","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1011","ignoreFilterName":null,"in":null,"level":1,"name":"size","parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse"],"pid":"param930","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1012","ignoreFilterName":null,"in":null,"level":1,"name":"total","parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse"],"pid":"param930","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1013","ignoreFilterName":null,"in":null,"level":1,"name":"pages","parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse"],"pid":"param930","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1014","ignoreFilterName":null,"in":null,"level":1,"name":"current","parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse"],"pid":"param930","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param1016","pid":"param1015","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse","OtaPublicSourceResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param1017","pid":"param1015","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse","OtaPublicSourceResponse"]},{"name":"type","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"分销商类型 0 普通分销商 1 商户 2 总代","txtValue":null,"enum":null,"id":"param1018","pid":"param1015","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse","OtaPublicSourceResponse"]},{"name":"otaSourceCode","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"OTA编码 唯一","txtValue":null,"enum":null,"id":"param1019","pid":"param1015","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse","OtaPublicSourceResponse"]},{"name":"otaSourceName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"OTA名称 唯一 是线下的统计字段","txtValue":null,"enum":null,"id":"param1020","pid":"param1015","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse","OtaPublicSourceResponse"]},{"name":"otaSourceDesc","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"OTA描述","txtValue":null,"enum":null,"id":"param1021","pid":"param1015","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse","OtaPublicSourceResponse"]},{"name":"otaSourceSecret","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"OTA密钥 签名使用","txtValue":null,"enum":null,"id":"param1022","pid":"param1015","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse","OtaPublicSourceResponse"]},{"name":"createCallbackUrl","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"下单回调地址","txtValue":null,"enum":null,"id":"param1023","pid":"param1015","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse","OtaPublicSourceResponse"]},{"name":"checkCallbackUrl","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"核销回调地址","txtValue":null,"enum":null,"id":"param1024","pid":"param1015","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse","OtaPublicSourceResponse"]},{"name":"cancelCallbackUrl","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"退单回调地址","txtValue":null,"enum":null,"id":"param1025","pid":"param1015","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse","OtaPublicSourceResponse"]},{"name":"param","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"分销商参数","txtValue":null,"enum":null,"id":"param1026","pid":"param1015","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse","OtaPublicSourceResponse"]}],"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1015","ignoreFilterName":null,"in":null,"level":1,"name":"records","parentTypes":["IPageOtaPublicSourceResponse","IPageOtaPublicSourceResponse"],"pid":"param930","require":false,"schema":true,"schemaValue":"OtaPublicSourceResponse","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["IPageOtaPublicSourceResponse"]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param963","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param964","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"8374207791a910a12a4ad86b62b05d4e","operationId":"edit_3","deprecated":false,"summary":"修改分销商","methodType":"POST","showUrl":"/platform/otaSource/update","consumes":["application/x-www-form-urlencoded","application/json"],"produces":["*/*"],"author":null,"description":"<p>支持修改分销商密钥</p>\n","requestValue":"{\n \"data\": {\n \"id\": \"\",\n \"otaSourceDesc\": \"\",\n \"createCallbackUrl\": \"\",\n \"checkCallbackUrl\": \"\",\n \"cancelCallbackUrl\": \"\",\n \"param\": \"\"\n }\n}","reqParameters":[{"name":"requestOtaPublicSourceUpdateRequest","children":[{"name":"data","children":[{"name":"id","children":null,"description":"ID","in":null,"require":true,"type":"string","schemaValue":null},{"name":"otaSourceDesc","children":null,"description":"OTA描述","in":null,"require":false,"type":"string","schemaValue":null},{"name":"createCallbackUrl","children":null,"description":"下单回调地址","in":null,"require":false,"type":"string","schemaValue":null},{"name":"checkCallbackUrl","children":null,"description":"核销回调地址","in":null,"require":false,"type":"string","schemaValue":null},{"name":"cancelCallbackUrl","children":null,"description":"退单回调地址","in":null,"require":false,"type":"string","schemaValue":null},{"name":"param","children":null,"description":"分销商参数","in":null,"require":false,"type":"string","schemaValue":null}],"description":"","in":null,"require":false,"type":"OtaPublicSourceUpdateRequest","schemaValue":"OtaPublicSourceUpdateRequest"}],"description":"RequestOtaPublicSourceUpdateRequest","in":"body","require":true,"type":"RequestOtaPublicSourceUpdateRequest","schemaValue":"RequestOtaPublicSourceUpdateRequest"}],"responseCodes":[{"code":"200","description":"OK","schema":"ResponseBoolean"}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"状态码","id":"param1035","type":"string","schemaValue":null},{"name":"msg","children":null,"description":"错误信息","id":"param1036","type":"string","schemaValue":null},{"name":"data","children":null,"description":"业务对象","id":"param1037","type":"boolean","schemaValue":null},{"name":"logId","children":null,"description":"响应ID","id":"param1038","type":"string","schemaValue":null},{"name":"responseTime","children":null,"description":"响应时间","id":"param1039","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": true,\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":false,"code":"200","description":"OK","schema":"ResponseBoolean","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": true,\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}","responseJson":{"code":"","msg":"","data":true,"logId":"","responseTime":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param1035","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param1036","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param1037","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param1038","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param1039","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"ResponseBoolean","responseRefParameters":[],"responseTreetableRefParameters":[],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param1035","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param1036","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param1037","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param1038","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param1039","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"edc3f528b751895da60723c360d35a59","operationId":"deleteById_2","deprecated":false,"summary":"删除分销商","methodType":"POST","showUrl":"/platform/otaSource/delete","consumes":["application/x-www-form-urlencoded","application/json"],"produces":["*/*"],"author":null,"description":"","requestValue":"{\n \"data\": {\n \"idList\": []\n }\n}","reqParameters":[{"name":"requestDeleteRequest","children":[{"name":"data","children":[{"name":"idList","children":null,"description":"删除的数据id集合 支持批量删除","in":null,"require":true,"type":"array","schemaValue":"string"}],"description":"","in":null,"require":false,"type":"DeleteRequest","schemaValue":"DeleteRequest"}],"description":"RequestDeleteRequest","in":"body","require":true,"type":"RequestDeleteRequest","schemaValue":"RequestDeleteRequest"}],"responseCodes":[{"code":"200","description":"OK","schema":"ResponseBoolean"}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"状态码","id":"param1053","type":"string","schemaValue":null},{"name":"msg","children":null,"description":"错误信息","id":"param1054","type":"string","schemaValue":null},{"name":"data","children":null,"description":"业务对象","id":"param1055","type":"boolean","schemaValue":null},{"name":"logId","children":null,"description":"响应ID","id":"param1056","type":"string","schemaValue":null},{"name":"responseTime","children":null,"description":"响应时间","id":"param1057","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": true,\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":false,"code":"200","description":"OK","schema":"ResponseBoolean","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": true,\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}","responseJson":{"code":"","msg":"","data":true,"logId":"","responseTime":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param1053","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param1054","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param1055","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param1056","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param1057","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"ResponseBoolean","responseRefParameters":[],"responseTreetableRefParameters":[],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param1053","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param1054","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param1055","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param1056","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param1057","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"2ad20df43239086f886a543beb759e38","operationId":"add_3","deprecated":false,"summary":"新增分销商","methodType":"POST","showUrl":"/platform/otaSource/add","consumes":["application/x-www-form-urlencoded","application/json"],"produces":["*/*"],"author":null,"description":"<p>新增的第三方OTA 用于OTA平台的本方对接 会同时分配分销商密钥</p>\n","requestValue":"{\n \"data\": {\n \"type\": 0,\n \"otaSourceCode\": \"\",\n \"otaSourceName\": \"\",\n \"otaSourceDesc\": \"\",\n \"createCallbackUrl\": \"\",\n \"checkCallbackUrl\": \"\",\n \"cancelCallbackUrl\": \"\",\n \"param\": \"\"\n }\n}","reqParameters":[{"name":"requestOtaPublicSourceSaveRequest","children":[{"name":"data","children":[{"name":"type","children":null,"description":"分销商类型 0 普通分销商 1 商户 2 总代","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"otaSourceCode","children":null,"description":"OTA编码 唯一","in":null,"require":true,"type":"string","schemaValue":null},{"name":"otaSourceName","children":null,"description":"OTA名称 唯一 是线下的统计字段","in":null,"require":true,"type":"string","schemaValue":null},{"name":"otaSourceDesc","children":null,"description":"OTA描述","in":null,"require":false,"type":"string","schemaValue":null},{"name":"createCallbackUrl","children":null,"description":"下单回调地址","in":null,"require":false,"type":"string","schemaValue":null},{"name":"checkCallbackUrl","children":null,"description":"核销回调地址","in":null,"require":false,"type":"string","schemaValue":null},{"name":"cancelCallbackUrl","children":null,"description":"退单回调地址","in":null,"require":false,"type":"string","schemaValue":null},{"name":"param","children":null,"description":"分销商参数","in":null,"require":false,"type":"string","schemaValue":null}],"description":"","in":null,"require":false,"type":"OtaPublicSourceSaveRequest","schemaValue":"OtaPublicSourceSaveRequest"}],"description":"RequestOtaPublicSourceSaveRequest","in":"body","require":true,"type":"RequestOtaPublicSourceSaveRequest","schemaValue":"RequestOtaPublicSourceSaveRequest"}],"responseCodes":[{"code":"200","description":"OK","schema":"ResponseBoolean"}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"状态码","id":"param1073","type":"string","schemaValue":null},{"name":"msg","children":null,"description":"错误信息","id":"param1074","type":"string","schemaValue":null},{"name":"data","children":null,"description":"业务对象","id":"param1075","type":"boolean","schemaValue":null},{"name":"logId","children":null,"description":"响应ID","id":"param1076","type":"string","schemaValue":null},{"name":"responseTime","children":null,"description":"响应时间","id":"param1077","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": true,\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":false,"code":"200","description":"OK","schema":"ResponseBoolean","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": true,\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}","responseJson":{"code":"","msg":"","data":true,"logId":"","responseTime":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param1073","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param1074","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param1075","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param1076","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param1077","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"ResponseBoolean","responseRefParameters":[],"responseTreetableRefParameters":[],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param1073","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param1074","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param1075","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param1076","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param1077","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}}],"hasNew":false,"hasChanged":true},{"name":"分销产品管理","description":null,"order":2147483647,"author":null,"childrens":[{"id":"71a527fe857446363b94b4a893b461bb","operationId":"pageList_4","deprecated":false,"summary":"分销产品列表","methodType":"POST","showUrl":"/platform/otaProduct","consumes":["application/x-www-form-urlencoded","application/json"],"produces":["*/*"],"author":null,"description":"<p>所有项目的所有产品</p>\n","requestValue":"{\n \"data\": {\n \"id\": \"\",\n \"export\": false,\n \"exportDetail\": false,\n \"pageSize\": 10,\n \"pageNum\": 1,\n \"projectId\": \"\",\n \"otaSourceId\": \"\",\n \"otaProductId\": \"\"\n }\n}","reqParameters":[{"name":"requestOtaPublicProductListRequest","children":[{"name":"data","children":[{"name":"id","children":null,"description":"列表id 在获取单条数据时传递","in":null,"require":false,"type":"string","schemaValue":null},{"name":"export","children":null,"description":"是否导出 默认不导出","in":null,"require":false,"type":"boolean","schemaValue":null},{"name":"exportDetail","children":null,"description":"在导出统计报表时 是否需要导出明细数据","in":null,"require":false,"type":"boolean","schemaValue":null},{"name":"pageSize","children":null,"description":"分页参数 在实际分页查询中 如果要分页获取全部数据 可以传-1","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"pageNum","children":null,"description":"分页参数","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"projectId","children":null,"description":"项目id","in":null,"require":false,"type":"string","schemaValue":null},{"name":"otaSourceId","children":null,"description":"分销渠道id","in":null,"require":false,"type":"string","schemaValue":null},{"name":"otaProductId","children":null,"description":"分销产品id","in":null,"require":false,"type":"string","schemaValue":null}],"description":"","in":null,"require":false,"type":"OtaPublicProductListRequest","schemaValue":"OtaPublicProductListRequest"}],"description":"RequestOtaPublicProductListRequest","in":"body","require":true,"type":"RequestOtaPublicProductListRequest","schemaValue":"RequestOtaPublicProductListRequest"}],"responseCodes":[{"code":"200","description":"OK","schema":"ResponseIPageOtaPublicProductResponse"}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"状态码","id":"param1121","type":"string","schemaValue":null},{"name":"msg","children":null,"description":"错误信息","id":"param1122","type":"string","schemaValue":null},{"name":"data","children":[{"name":"size","children":null,"description":"","id":"param1196","type":"integer(int64)","schemaValue":null},{"name":"total","children":null,"description":"","id":"param1197","type":"integer(int64)","schemaValue":null},{"name":"pages","children":null,"description":"","id":"param1198","type":"integer(int64)","schemaValue":null},{"name":"current","children":null,"description":"","id":"param1199","type":"integer(int64)","schemaValue":null},{"name":"records","children":[{"name":"id","children":null,"description":"ID","id":"param1201","type":"string","schemaValue":null},{"name":"createTime","children":null,"description":"创建时间","id":"param1202","type":"string","schemaValue":null},{"name":"projectId","children":null,"description":"项目id","id":"param1203","type":"string","schemaValue":null},{"name":"projectName","children":null,"description":"项目","id":"param1204","type":"string","schemaValue":null},{"name":"otaSourceId","children":null,"description":"分销商id","id":"param1205","type":"string","schemaValue":null},{"name":"otaSourceCode","children":null,"description":"OTA编码 唯一","id":"param1206","type":"string","schemaValue":null},{"name":"otaSourceName","children":null,"description":"OTA名称 唯一 是线下的统计字段","id":"param1207","type":"string","schemaValue":null},{"name":"ticketTypeId","children":null,"description":"线下的票种id","id":"param1208","type":"integer","schemaValue":null},{"name":"otaProductId","children":null,"description":"分销产品id","id":"param1209","type":"string","schemaValue":null}],"description":"","id":"param1200","type":"array","schemaValue":"OtaPublicProductResponse"}],"description":"","id":"param1123","type":"IPageOtaPublicProductResponse","schemaValue":"IPageOtaPublicProductResponse"},{"name":"logId","children":null,"description":"响应ID","id":"param1152","type":"string","schemaValue":null},{"name":"responseTime","children":null,"description":"响应时间","id":"param1153","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": {\n\t\t\"size\": 0,\n\t\t\"total\": 0,\n\t\t\"pages\": 0,\n\t\t\"current\": 0,\n\t\t\"records\": [\n\t\t\t{\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"createTime\": \"\",\n\t\t\t\t\"projectId\": \"\",\n\t\t\t\t\"projectName\": \"\",\n\t\t\t\t\"otaSourceId\": \"\",\n\t\t\t\t\"otaSourceCode\": \"\",\n\t\t\t\t\"otaSourceName\": \"\",\n\t\t\t\t\"ticketTypeId\": 0,\n\t\t\t\t\"otaProductId\": \"\"\n\t\t\t}\n\t\t]\n\t},\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":false,"code":"200","description":"OK","schema":"ResponseIPageOtaPublicProductResponse","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": {\n\t\t\"size\": 0,\n\t\t\"total\": 0,\n\t\t\"pages\": 0,\n\t\t\"current\": 0,\n\t\t\"records\": [\n\t\t\t{\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"createTime\": \"\",\n\t\t\t\t\"projectId\": \"\",\n\t\t\t\t\"projectName\": \"\",\n\t\t\t\t\"otaSourceId\": \"\",\n\t\t\t\t\"otaSourceCode\": \"\",\n\t\t\t\t\"otaSourceName\": \"\",\n\t\t\t\t\"ticketTypeId\": 0,\n\t\t\t\t\"otaProductId\": \"\"\n\t\t\t}\n\t\t]\n\t},\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}","responseJson":{"code":"","msg":"","data":{"size":0,"total":0,"pages":0,"current":0,"records":[{"id":"","createTime":"","projectId":"","projectName":"","otaSourceId":"","otaSourceCode":"","otaSourceName":"","ticketTypeId":0,"otaProductId":""}]},"logId":"","responseTime":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param1121","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param1122","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"IPageOtaPublicProductResponse","in":null,"schema":true,"schemaValue":"IPageOtaPublicProductResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1123","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1196","ignoreFilterName":null,"in":null,"level":1,"name":"size","parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse"],"pid":"param1123","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1197","ignoreFilterName":null,"in":null,"level":1,"name":"total","parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse"],"pid":"param1123","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1198","ignoreFilterName":null,"in":null,"level":1,"name":"pages","parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse"],"pid":"param1123","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1199","ignoreFilterName":null,"in":null,"level":1,"name":"current","parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse"],"pid":"param1123","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param1201","pid":"param1200","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse","OtaPublicProductResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param1202","pid":"param1200","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse","OtaPublicProductResponse"]},{"name":"projectId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目id","txtValue":null,"enum":null,"id":"param1203","pid":"param1200","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse","OtaPublicProductResponse"]},{"name":"projectName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目","txtValue":null,"enum":null,"id":"param1204","pid":"param1200","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse","OtaPublicProductResponse"]},{"name":"otaSourceId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"分销商id","txtValue":null,"enum":null,"id":"param1205","pid":"param1200","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse","OtaPublicProductResponse"]},{"name":"otaSourceCode","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"OTA编码 唯一","txtValue":null,"enum":null,"id":"param1206","pid":"param1200","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse","OtaPublicProductResponse"]},{"name":"otaSourceName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"OTA名称 唯一 是线下的统计字段","txtValue":null,"enum":null,"id":"param1207","pid":"param1200","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse","OtaPublicProductResponse"]},{"name":"ticketTypeId","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"线下的票种id","txtValue":null,"enum":null,"id":"param1208","pid":"param1200","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse","OtaPublicProductResponse"]},{"name":"otaProductId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"分销产品id","txtValue":null,"enum":null,"id":"param1209","pid":"param1200","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse","OtaPublicProductResponse"]}],"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1200","ignoreFilterName":null,"in":null,"level":1,"name":"records","parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse"],"pid":"param1123","require":false,"schema":true,"schemaValue":"OtaPublicProductResponse","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["IPageOtaPublicProductResponse"]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param1152","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param1153","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"ResponseIPageOtaPublicProductResponse","responseRefParameters":[{"name":"IPageOtaPublicProductResponse","params":[{"name":"size","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1124","pid":"param1123","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"total","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1125","pid":"param1123","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"pages","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1126","pid":"param1123","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"current","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1127","pid":"param1123","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"records","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"OtaPublicProductResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1128","pid":"param1123","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]},{"name":"OtaPublicProductResponse","params":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param1129","pid":"param1128","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param1130","pid":"param1128","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"projectId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目id","txtValue":null,"enum":null,"id":"param1131","pid":"param1128","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"projectName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目","txtValue":null,"enum":null,"id":"param1132","pid":"param1128","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"otaSourceId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"分销商id","txtValue":null,"enum":null,"id":"param1133","pid":"param1128","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"otaSourceCode","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"OTA编码 唯一","txtValue":null,"enum":null,"id":"param1134","pid":"param1128","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"otaSourceName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"OTA名称 唯一 是线下的统计字段","txtValue":null,"enum":null,"id":"param1135","pid":"param1128","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"ticketTypeId","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"线下的票种id","txtValue":null,"enum":null,"id":"param1136","pid":"param1128","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"otaProductId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"分销产品id","txtValue":null,"enum":null,"id":"param1137","pid":"param1128","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}],"responseTreetableRefParameters":[{"init":false,"id":"param1123","name":"IPageOtaPublicProductResponse","params":[{"name":"size","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1138","pid":"param1123","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse"]},{"name":"total","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1139","pid":"param1123","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse"]},{"name":"pages","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1140","pid":"param1123","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse"]},{"name":"current","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1141","pid":"param1123","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse"]},{"name":"records","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"OtaPublicProductResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1142","pid":"param1123","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse"]}],"level":1,"childrenTypes":[]},{"init":false,"id":"param1142","name":"OtaPublicProductResponse","params":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param1143","pid":"param1142","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse","OtaPublicProductResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param1144","pid":"param1142","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse","OtaPublicProductResponse"]},{"name":"projectId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目id","txtValue":null,"enum":null,"id":"param1145","pid":"param1142","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse","OtaPublicProductResponse"]},{"name":"projectName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目","txtValue":null,"enum":null,"id":"param1146","pid":"param1142","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse","OtaPublicProductResponse"]},{"name":"otaSourceId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"分销商id","txtValue":null,"enum":null,"id":"param1147","pid":"param1142","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse","OtaPublicProductResponse"]},{"name":"otaSourceCode","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"OTA编码 唯一","txtValue":null,"enum":null,"id":"param1148","pid":"param1142","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse","OtaPublicProductResponse"]},{"name":"otaSourceName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"OTA名称 唯一 是线下的统计字段","txtValue":null,"enum":null,"id":"param1149","pid":"param1142","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse","OtaPublicProductResponse"]},{"name":"ticketTypeId","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"线下的票种id","txtValue":null,"enum":null,"id":"param1150","pid":"param1142","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse","OtaPublicProductResponse"]},{"name":"otaProductId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"分销产品id","txtValue":null,"enum":null,"id":"param1151","pid":"param1142","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse","OtaPublicProductResponse"]}],"level":1,"childrenTypes":[]}],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param1121","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param1122","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"IPageOtaPublicProductResponse","in":null,"schema":true,"schemaValue":"IPageOtaPublicProductResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1123","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1196","ignoreFilterName":null,"in":null,"level":1,"name":"size","parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse"],"pid":"param1123","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1197","ignoreFilterName":null,"in":null,"level":1,"name":"total","parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse"],"pid":"param1123","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1198","ignoreFilterName":null,"in":null,"level":1,"name":"pages","parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse"],"pid":"param1123","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1199","ignoreFilterName":null,"in":null,"level":1,"name":"current","parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse"],"pid":"param1123","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param1201","pid":"param1200","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse","OtaPublicProductResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param1202","pid":"param1200","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse","OtaPublicProductResponse"]},{"name":"projectId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目id","txtValue":null,"enum":null,"id":"param1203","pid":"param1200","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse","OtaPublicProductResponse"]},{"name":"projectName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目","txtValue":null,"enum":null,"id":"param1204","pid":"param1200","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse","OtaPublicProductResponse"]},{"name":"otaSourceId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"分销商id","txtValue":null,"enum":null,"id":"param1205","pid":"param1200","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse","OtaPublicProductResponse"]},{"name":"otaSourceCode","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"OTA编码 唯一","txtValue":null,"enum":null,"id":"param1206","pid":"param1200","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse","OtaPublicProductResponse"]},{"name":"otaSourceName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"OTA名称 唯一 是线下的统计字段","txtValue":null,"enum":null,"id":"param1207","pid":"param1200","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse","OtaPublicProductResponse"]},{"name":"ticketTypeId","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"线下的票种id","txtValue":null,"enum":null,"id":"param1208","pid":"param1200","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse","OtaPublicProductResponse"]},{"name":"otaProductId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"分销产品id","txtValue":null,"enum":null,"id":"param1209","pid":"param1200","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse","OtaPublicProductResponse"]}],"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1200","ignoreFilterName":null,"in":null,"level":1,"name":"records","parentTypes":["IPageOtaPublicProductResponse","IPageOtaPublicProductResponse"],"pid":"param1123","require":false,"schema":true,"schemaValue":"OtaPublicProductResponse","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["IPageOtaPublicProductResponse"]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param1152","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param1153","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"8aad975e3400d8d01308aa8b39d7a328","operationId":"getById","deprecated":false,"summary":"分销产品详情","methodType":"POST","showUrl":"/platform/otaProduct/getById","consumes":["application/x-www-form-urlencoded","application/json"],"produces":["*/*"],"author":null,"description":"","requestValue":"{\n \"data\": {\n \"projectName\": \"\",\n \"productId\": \"\"\n }\n}","reqParameters":[{"name":"requestOtaPublicProductGetByIdRequest","children":[{"name":"data","children":[{"name":"projectName","children":null,"description":"项目名称","in":null,"require":false,"type":"string","schemaValue":null},{"name":"productId","children":null,"description":"产品id","in":null,"require":false,"type":"string","schemaValue":null}],"description":"","in":null,"require":false,"type":"OtaPublicProductGetByIdRequest","schemaValue":"OtaPublicProductGetByIdRequest"}],"description":"RequestOtaPublicProductGetByIdRequest","in":"body","require":true,"type":"RequestOtaPublicProductGetByIdRequest","schemaValue":"RequestOtaPublicProductGetByIdRequest"}],"responseCodes":[{"code":"200","description":"OK","schema":"ResponseOtaProductResponse"}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"状态码","id":"param1283","type":"string","schemaValue":null},{"name":"msg","children":null,"description":"错误信息","id":"param1284","type":"string","schemaValue":null},{"name":"data","children":[{"name":"id","children":null,"description":"ID","id":"param1560","type":"string","schemaValue":null},{"name":"createTime","children":null,"description":"创建时间","id":"param1561","type":"string(date-time)","schemaValue":null},{"name":"otaSourceId","children":null,"description":"分销商id","id":"param1562","type":"string","schemaValue":null},{"name":"otaSourceCode","children":null,"description":"OTA编码 唯一","id":"param1563","type":"string","schemaValue":null},{"name":"otaSourceName","children":null,"description":"OTA名称 唯一 是线下的统计字段","id":"param1564","type":"string","schemaValue":null},{"name":"ticketTypeId","children":null,"description":"票种id","id":"param1565","type":"integer(int32)","schemaValue":null},{"name":"ticketTypeName","children":null,"description":"票种名称","id":"param1566","type":"string","schemaValue":null},{"name":"isSale","children":null,"description":"在售状态 0为禁售 1为在售 默认为1","id":"param1567","type":"integer(int32)","schemaValue":null},{"name":"marketPrice","children":null,"description":"市场价,即划线价,单位:元,保留两位小数;需大于等于售卖价","id":"param1568","type":"number","schemaValue":null},{"name":"settlementPrice","children":null,"description":"结算价,即分销商和景区结算的价格,单位:元,保留两位小数","id":"param1569","type":"number","schemaValue":null},{"name":"salePrice","children":null,"description":"分销商实际售卖价,即售卖价,单位:元,保留两位小数;需大于等于结算价","id":"param1570","type":"number","schemaValue":null},{"name":"realNameType","children":null,"description":"是否实名制购票 0为不限 默认为0 ; 1 一证一人:购买两张票需要两张实名 ;2一证多人:购买多张只需要一人实名","id":"param1571","type":"integer(int32)","schemaValue":null},{"name":"saleDateStart","children":null,"description":"售卖时间开始","id":"param1572","type":"string(date)","schemaValue":null},{"name":"saleDateEnd","children":null,"description":"售卖时间结束","id":"param1573","type":"string(date)","schemaValue":null},{"name":"useDateStart","children":null,"description":"使用日期开始","id":"param1574","type":"string(date)","schemaValue":null},{"name":"useDateEnd","children":null,"description":"使用日期结束","id":"param1575","type":"string(date)","schemaValue":null},{"name":"totalStock","children":null,"description":"产品总库存 默认为-1 代表不限库存","id":"param1576","type":"integer(int32)","schemaValue":null},{"name":"xcRealNameType","children":null,"description":"携程出行人模板 一张一人代表每张票均需要提供出行人信息;一单一人代表每笔订单需要提供一个出行人信息即可 以下是枚举 1 一张一人需要证件 2 一张一人不需要证件 3 一单一人需要证件 4 一单一人不需要证件","id":"param1577","type":"integer(int32)","schemaValue":null},{"name":"soledNums","children":null,"description":"已售数量,不包含退票","id":"param1578","type":"integer(int32)","schemaValue":null},{"name":"batchConfigList","children":[{"name":"id","children":null,"description":"ID","id":"param1580","type":"string","schemaValue":null},{"name":"createTime","children":null,"description":"创建时间","id":"param1581","type":"string","schemaValue":null},{"name":"batchConfigId","children":null,"description":"线下的场次id","id":"param1582","type":"integer","schemaValue":null},{"name":"name","children":null,"description":"场次名称","id":"param1583","type":"string","schemaValue":null},{"name":"startTime","children":[{"name":"hour","children":null,"description":"","id":"param1585","type":"integer","schemaValue":null},{"name":"minute","children":null,"description":"","id":"param1586","type":"integer","schemaValue":null},{"name":"second","children":null,"description":"","id":"param1587","type":"integer","schemaValue":null},{"name":"nano","children":null,"description":"","id":"param1588","type":"integer","schemaValue":null}],"description":"","id":"param1584","type":"LocalTime","schemaValue":"LocalTime"},{"name":"endTime","children":[{"name":"hour","children":null,"description":"","id":"param1590","type":"integer","schemaValue":null},{"name":"minute","children":null,"description":"","id":"param1591","type":"integer","schemaValue":null},{"name":"second","children":null,"description":"","id":"param1592","type":"integer","schemaValue":null},{"name":"nano","children":null,"description":"","id":"param1593","type":"integer","schemaValue":null}],"description":"","id":"param1589","type":"LocalTime","schemaValue":"LocalTime"},{"name":"saleStopMinutes","children":null,"description":"开场后X分钟停止售票 默认不限制为-1 大于等于0时生效","id":"param1594","type":"integer","schemaValue":null},{"name":"cancelStopBeforeStartMinutes","children":null,"description":"开场前X分钟停止退票 默认不限制为-1 大于等于0时生效","id":"param1595","type":"integer","schemaValue":null},{"name":"cancelStopAfterStartMinutes","children":null,"description":"开场后X分钟停止退票 默认不限制为-1 大于等于0时生效","id":"param1596","type":"integer","schemaValue":null},{"name":"preCheckMinutes","children":null,"description":"开场前X分钟允许检票入场 默认不限制为-1 大于等于0时生效","id":"param1597","type":"integer","schemaValue":null},{"name":"stopCheckMinutes","children":null,"description":"开场后X分钟停止检票 默认不限制为-1 大于等于0时生效","id":"param1598","type":"integer","schemaValue":null},{"name":"maxSaleNums","children":null,"description":"无座位时的最大数量","id":"param1599","type":"integer","schemaValue":null},{"name":"ticketTypeId","children":null,"description":"场次票种id","id":"param1600","type":"integer","schemaValue":null}],"description":"线下票种绑定的场次列表","id":"param1579","type":"array","schemaValue":"BatchConfigResponse"},{"name":"otaTicketTypeScenicSplitList","children":[{"name":"id","children":null,"description":"ID","id":"param1602","type":"string","schemaValue":null},{"name":"createTime","children":null,"description":"创建时间","id":"param1603","type":"string","schemaValue":null},{"name":"otaProductId","children":null,"description":"产品ID","id":"param1604","type":"string","schemaValue":null},{"name":"ticketTypeId","children":null,"description":"线下票种ID","id":"param1605","type":"integer","schemaValue":null},{"name":"scenicId","children":null,"description":"线下景点ID","id":"param1606","type":"integer","schemaValue":null},{"name":"scenicName","children":null,"description":"线下景点名称","id":"param1607","type":"string","schemaValue":null},{"name":"price","children":null,"description":"分账金额","id":"param1608","type":"number","schemaValue":null}],"description":"产品绑定的分账子景点","id":"param1601","type":"array","schemaValue":"OtaTicketTypeScenicSplitResponse"},{"name":"mtProductLevelList","children":[{"name":"batchConfigId","children":null,"description":"线下场次id","id":"param1610","type":"integer","schemaValue":null},{"name":"batchConfigName","children":null,"description":"场次名称","id":"param1611","type":"string","schemaValue":null},{"name":"marketPrice","children":null,"description":"市场价,即划线价,单位:元,保留两位小数;需大于等于美团价","id":"param1612","type":"number","schemaValue":null},{"name":"mtPrice","children":null,"description":"美团价,即售卖价,单位:元,保留两位小数;需大于等于结算价","id":"param1613","type":"number","schemaValue":null},{"name":"settlementPrice","children":null,"description":"结算价,即美团和景区结算的价格,单位:元,保留两位小数","id":"param1614","type":"number","schemaValue":null},{"name":"priceDate","children":null,"description":"日期范围","id":"param1615","type":"string","schemaValue":null}],"description":"美团产品绑定的sku信息","id":"param1609","type":"array","schemaValue":"MtProductLevelResponse"},{"name":"xcProductLevelList","children":[{"name":"id","children":null,"description":"ID","id":"param1617","type":"string","schemaValue":null},{"name":"createTime","children":null,"description":"创建时间","id":"param1618","type":"string","schemaValue":null},{"name":"batchConfigId","children":null,"description":"线下场次id","id":"param1619","type":"integer","schemaValue":null},{"name":"batchConfigName","children":null,"description":"场次名称","id":"param1620","type":"string","schemaValue":null},{"name":"status","children":null,"description":"资源状态 active: 有效 inactive: 无效","id":"param1621","type":"string","schemaValue":null},{"name":"effectiveDays","children":null,"description":"资源可售卖天数,即当日起往后X天可售","id":"param1622","type":"integer","schemaValue":null},{"name":"requiredAdvanceBooking","children":null,"description":"是否需要设置提前预订时间 false: 无需提前预订,忽略以下字段; true:需设置提前预订期,节点内下述全部字段必填,表征用户需在游玩前X天Y(景区当地时间)购买,用户预定成功Z分钟后方可使用","id":"param1623","type":"integer","schemaValue":null},{"name":"advanceDays","children":null,"description":"提前预订天数X,单位:天","id":"param1624","type":"integer","schemaValue":null},{"name":"advanceTime","children":null,"description":"提前预订时间Y,HH:MM","id":"param1625","type":"string","schemaValue":null},{"name":"advanceMinutes","children":null,"description":"生效需要等待的时间Z,单位:分钟","id":"param1626","type":"integer","schemaValue":null},{"name":"syncResult","children":null,"description":"推送结果","id":"param1627","type":"integer","schemaValue":null}],"description":"携程产品绑定的sku信息","id":"param1616","type":"array","schemaValue":"XcProductLevelResponse"}],"description":"","id":"param1285","type":"OtaProductResponse","schemaValue":"OtaProductResponse"},{"name":"logId","children":null,"description":"响应ID","id":"param1418","type":"string","schemaValue":null},{"name":"responseTime","children":null,"description":"响应时间","id":"param1419","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": {\n\t\t\"id\": \"\",\n\t\t\"createTime\": \"\",\n\t\t\"otaSourceId\": \"\",\n\t\t\"otaSourceCode\": \"\",\n\t\t\"otaSourceName\": \"\",\n\t\t\"ticketTypeId\": 0,\n\t\t\"ticketTypeName\": \"\",\n\t\t\"isSale\": 0,\n\t\t\"marketPrice\": 0,\n\t\t\"settlementPrice\": 0,\n\t\t\"salePrice\": 0,\n\t\t\"realNameType\": 0,\n\t\t\"saleDateStart\": \"\",\n\t\t\"saleDateEnd\": \"\",\n\t\t\"useDateStart\": \"\",\n\t\t\"useDateEnd\": \"\",\n\t\t\"totalStock\": 0,\n\t\t\"xcRealNameType\": 0,\n\t\t\"soledNums\": 0,\n\t\t\"batchConfigList\": [\n\t\t\t{\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"createTime\": \"\",\n\t\t\t\t\"batchConfigId\": 0,\n\t\t\t\t\"name\": \"\",\n\t\t\t\t\"startTime\": {\n\t\t\t\t\t\"hour\": 0,\n\t\t\t\t\t\"minute\": 0,\n\t\t\t\t\t\"second\": 0,\n\t\t\t\t\t\"nano\": 0\n\t\t\t\t},\n\t\t\t\t\"endTime\": {\n\t\t\t\t\t\"hour\": 0,\n\t\t\t\t\t\"minute\": 0,\n\t\t\t\t\t\"second\": 0,\n\t\t\t\t\t\"nano\": 0\n\t\t\t\t},\n\t\t\t\t\"saleStopMinutes\": 0,\n\t\t\t\t\"cancelStopBeforeStartMinutes\": 0,\n\t\t\t\t\"cancelStopAfterStartMinutes\": 0,\n\t\t\t\t\"preCheckMinutes\": 0,\n\t\t\t\t\"stopCheckMinutes\": 0,\n\t\t\t\t\"maxSaleNums\": 0,\n\t\t\t\t\"ticketTypeId\": 0\n\t\t\t}\n\t\t],\n\t\t\"otaTicketTypeScenicSplitList\": [\n\t\t\t{\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"createTime\": \"\",\n\t\t\t\t\"otaProductId\": \"\",\n\t\t\t\t\"ticketTypeId\": 0,\n\t\t\t\t\"scenicId\": 0,\n\t\t\t\t\"scenicName\": \"\",\n\t\t\t\t\"price\": 0\n\t\t\t}\n\t\t],\n\t\t\"mtProductLevelList\": [\n\t\t\t{\n\t\t\t\t\"batchConfigId\": 0,\n\t\t\t\t\"batchConfigName\": \"\",\n\t\t\t\t\"marketPrice\": 0,\n\t\t\t\t\"mtPrice\": 0,\n\t\t\t\t\"settlementPrice\": 0,\n\t\t\t\t\"priceDate\": \"\"\n\t\t\t}\n\t\t],\n\t\t\"xcProductLevelList\": [\n\t\t\t{\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"createTime\": \"\",\n\t\t\t\t\"batchConfigId\": 0,\n\t\t\t\t\"batchConfigName\": \"\",\n\t\t\t\t\"status\": \"\",\n\t\t\t\t\"effectiveDays\": 0,\n\t\t\t\t\"requiredAdvanceBooking\": 0,\n\t\t\t\t\"advanceDays\": 0,\n\t\t\t\t\"advanceTime\": \"\",\n\t\t\t\t\"advanceMinutes\": 0,\n\t\t\t\t\"syncResult\": 0\n\t\t\t}\n\t\t]\n\t},\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":false,"code":"200","description":"OK","schema":"ResponseOtaProductResponse","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": {\n\t\t\"id\": \"\",\n\t\t\"createTime\": \"\",\n\t\t\"otaSourceId\": \"\",\n\t\t\"otaSourceCode\": \"\",\n\t\t\"otaSourceName\": \"\",\n\t\t\"ticketTypeId\": 0,\n\t\t\"ticketTypeName\": \"\",\n\t\t\"isSale\": 0,\n\t\t\"marketPrice\": 0,\n\t\t\"settlementPrice\": 0,\n\t\t\"salePrice\": 0,\n\t\t\"realNameType\": 0,\n\t\t\"saleDateStart\": \"\",\n\t\t\"saleDateEnd\": \"\",\n\t\t\"useDateStart\": \"\",\n\t\t\"useDateEnd\": \"\",\n\t\t\"totalStock\": 0,\n\t\t\"xcRealNameType\": 0,\n\t\t\"soledNums\": 0,\n\t\t\"batchConfigList\": [\n\t\t\t{\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"createTime\": \"\",\n\t\t\t\t\"batchConfigId\": 0,\n\t\t\t\t\"name\": \"\",\n\t\t\t\t\"startTime\": {\n\t\t\t\t\t\"hour\": 0,\n\t\t\t\t\t\"minute\": 0,\n\t\t\t\t\t\"second\": 0,\n\t\t\t\t\t\"nano\": 0\n\t\t\t\t},\n\t\t\t\t\"endTime\": {\n\t\t\t\t\t\"hour\": 0,\n\t\t\t\t\t\"minute\": 0,\n\t\t\t\t\t\"second\": 0,\n\t\t\t\t\t\"nano\": 0\n\t\t\t\t},\n\t\t\t\t\"saleStopMinutes\": 0,\n\t\t\t\t\"cancelStopBeforeStartMinutes\": 0,\n\t\t\t\t\"cancelStopAfterStartMinutes\": 0,\n\t\t\t\t\"preCheckMinutes\": 0,\n\t\t\t\t\"stopCheckMinutes\": 0,\n\t\t\t\t\"maxSaleNums\": 0,\n\t\t\t\t\"ticketTypeId\": 0\n\t\t\t}\n\t\t],\n\t\t\"otaTicketTypeScenicSplitList\": [\n\t\t\t{\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"createTime\": \"\",\n\t\t\t\t\"otaProductId\": \"\",\n\t\t\t\t\"ticketTypeId\": 0,\n\t\t\t\t\"scenicId\": 0,\n\t\t\t\t\"scenicName\": \"\",\n\t\t\t\t\"price\": 0\n\t\t\t}\n\t\t],\n\t\t\"mtProductLevelList\": [\n\t\t\t{\n\t\t\t\t\"batchConfigId\": 0,\n\t\t\t\t\"batchConfigName\": \"\",\n\t\t\t\t\"marketPrice\": 0,\n\t\t\t\t\"mtPrice\": 0,\n\t\t\t\t\"settlementPrice\": 0,\n\t\t\t\t\"priceDate\": \"\"\n\t\t\t}\n\t\t],\n\t\t\"xcProductLevelList\": [\n\t\t\t{\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"createTime\": \"\",\n\t\t\t\t\"batchConfigId\": 0,\n\t\t\t\t\"batchConfigName\": \"\",\n\t\t\t\t\"status\": \"\",\n\t\t\t\t\"effectiveDays\": 0,\n\t\t\t\t\"requiredAdvanceBooking\": 0,\n\t\t\t\t\"advanceDays\": 0,\n\t\t\t\t\"advanceTime\": \"\",\n\t\t\t\t\"advanceMinutes\": 0,\n\t\t\t\t\"syncResult\": 0\n\t\t\t}\n\t\t]\n\t},\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}","responseJson":{"code":"","msg":"","data":{"id":"","createTime":"","otaSourceId":"","otaSourceCode":"","otaSourceName":"","ticketTypeId":0,"ticketTypeName":"","isSale":0,"marketPrice":0,"settlementPrice":0,"salePrice":0,"realNameType":0,"saleDateStart":"","saleDateEnd":"","useDateStart":"","useDateEnd":"","totalStock":0,"xcRealNameType":0,"soledNums":0,"batchConfigList":[{"id":"","createTime":"","batchConfigId":0,"name":"","startTime":{"hour":0,"minute":0,"second":0,"nano":0},"endTime":{"hour":0,"minute":0,"second":0,"nano":0},"saleStopMinutes":0,"cancelStopBeforeStartMinutes":0,"cancelStopAfterStartMinutes":0,"preCheckMinutes":0,"stopCheckMinutes":0,"maxSaleNums":0,"ticketTypeId":0}],"otaTicketTypeScenicSplitList":[{"id":"","createTime":"","otaProductId":"","ticketTypeId":0,"scenicId":0,"scenicName":"","price":0}],"mtProductLevelList":[{"batchConfigId":0,"batchConfigName":"","marketPrice":0,"mtPrice":0,"settlementPrice":0,"priceDate":""}],"xcProductLevelList":[{"id":"","createTime":"","batchConfigId":0,"batchConfigName":"","status":"","effectiveDays":0,"requiredAdvanceBooking":0,"advanceDays":0,"advanceTime":"","advanceMinutes":0,"syncResult":0}]},"logId":"","responseTime":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param1283","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param1284","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"OtaProductResponse","in":null,"schema":true,"schemaValue":"OtaProductResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1285","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"ID","enum":null,"id":"param1560","ignoreFilterName":null,"in":null,"level":1,"name":"id","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"创建时间","enum":null,"id":"param1561","ignoreFilterName":null,"in":null,"level":1,"name":"createTime","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"分销商id","enum":null,"id":"param1562","ignoreFilterName":null,"in":null,"level":1,"name":"otaSourceId","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"OTA编码 唯一","enum":null,"id":"param1563","ignoreFilterName":null,"in":null,"level":1,"name":"otaSourceCode","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"OTA名称 唯一 是线下的统计字段","enum":null,"id":"param1564","ignoreFilterName":null,"in":null,"level":1,"name":"otaSourceName","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"票种id","enum":null,"id":"param1565","ignoreFilterName":null,"in":null,"level":1,"name":"ticketTypeId","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"票种名称","enum":null,"id":"param1566","ignoreFilterName":null,"in":null,"level":1,"name":"ticketTypeName","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"在售状态 0为禁售 1为在售 默认为1","enum":null,"id":"param1567","ignoreFilterName":null,"in":null,"level":1,"name":"isSale","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"市场价,即划线价,单位:元,保留两位小数;需大于等于售卖价","enum":null,"id":"param1568","ignoreFilterName":null,"in":null,"level":1,"name":"marketPrice","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"number","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"结算价,即分销商和景区结算的价格,单位:元,保留两位小数","enum":null,"id":"param1569","ignoreFilterName":null,"in":null,"level":1,"name":"settlementPrice","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"number","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"分销商实际售卖价,即售卖价,单位:元,保留两位小数;需大于等于结算价","enum":null,"id":"param1570","ignoreFilterName":null,"in":null,"level":1,"name":"salePrice","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"number","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"是否实名制购票 0为不限 默认为0 ; 1 一证一人:购买两张票需要两张实名 ;2一证多人:购买多张只需要一人实名","enum":null,"id":"param1571","ignoreFilterName":null,"in":null,"level":1,"name":"realNameType","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"售卖时间开始","enum":null,"id":"param1572","ignoreFilterName":null,"in":null,"level":1,"name":"saleDateStart","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"售卖时间结束","enum":null,"id":"param1573","ignoreFilterName":null,"in":null,"level":1,"name":"saleDateEnd","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"使用日期开始","enum":null,"id":"param1574","ignoreFilterName":null,"in":null,"level":1,"name":"useDateStart","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"使用日期结束","enum":null,"id":"param1575","ignoreFilterName":null,"in":null,"level":1,"name":"useDateEnd","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"产品总库存 默认为-1 代表不限库存","enum":null,"id":"param1576","ignoreFilterName":null,"in":null,"level":1,"name":"totalStock","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"携程出行人模板 一张一人代表每张票均需要提供出行人信息;一单一人代表每笔订单需要提供一个出行人信息即可 以下是枚举 1 一张一人需要证件 2 一张一人不需要证件 3 一单一人需要证件 4 一单一人不需要证件","enum":null,"id":"param1577","ignoreFilterName":null,"in":null,"level":1,"name":"xcRealNameType","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"已售数量,不包含退票","enum":null,"id":"param1578","ignoreFilterName":null,"in":null,"level":1,"name":"soledNums","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param1580","pid":"param1579","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param1581","pid":"param1579","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse"]},{"name":"batchConfigId","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"线下的场次id","txtValue":null,"enum":null,"id":"param1582","pid":"param1579","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse"]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"场次名称","txtValue":null,"enum":null,"id":"param1583","pid":"param1579","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse"]},{"name":"startTime","ignoreFilterName":null,"require":false,"type":"LocalTime","in":null,"schema":true,"schemaValue":"LocalTime","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1584","pid":"param1579","level":2,"show":true,"childrenTypes":[],"children":[{"name":"hour","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1585","pid":"param1584","level":3,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse","LocalTime"]},{"name":"minute","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1586","pid":"param1584","level":3,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse","LocalTime"]},{"name":"second","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1587","pid":"param1584","level":3,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse","LocalTime"]},{"name":"nano","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1588","pid":"param1584","level":3,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse","LocalTime"]}],"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse"]},{"name":"endTime","ignoreFilterName":null,"require":false,"type":"LocalTime","in":null,"schema":true,"schemaValue":"LocalTime","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1589","pid":"param1579","level":2,"show":true,"childrenTypes":[],"children":[{"name":"hour","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1590","pid":"param1589","level":3,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse","LocalTime"]},{"name":"minute","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1591","pid":"param1589","level":3,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse","LocalTime"]},{"name":"second","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1592","pid":"param1589","level":3,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse","LocalTime"]},{"name":"nano","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1593","pid":"param1589","level":3,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse","LocalTime"]}],"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse"]},{"name":"saleStopMinutes","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"开场后X分钟停止售票 默认不限制为-1 大于等于0时生效","txtValue":null,"enum":null,"id":"param1594","pid":"param1579","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse"]},{"name":"cancelStopBeforeStartMinutes","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"开场前X分钟停止退票 默认不限制为-1 大于等于0时生效","txtValue":null,"enum":null,"id":"param1595","pid":"param1579","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse"]},{"name":"cancelStopAfterStartMinutes","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"开场后X分钟停止退票 默认不限制为-1 大于等于0时生效","txtValue":null,"enum":null,"id":"param1596","pid":"param1579","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse"]},{"name":"preCheckMinutes","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"开场前X分钟允许检票入场 默认不限制为-1 大于等于0时生效","txtValue":null,"enum":null,"id":"param1597","pid":"param1579","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse"]},{"name":"stopCheckMinutes","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"开场后X分钟停止检票 默认不限制为-1 大于等于0时生效","txtValue":null,"enum":null,"id":"param1598","pid":"param1579","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse"]},{"name":"maxSaleNums","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"无座位时的最大数量","txtValue":null,"enum":null,"id":"param1599","pid":"param1579","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse"]},{"name":"ticketTypeId","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"场次票种id","txtValue":null,"enum":null,"id":"param1600","pid":"param1579","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse"]}],"childrenTypes":[],"def":null,"description":"线下票种绑定的场次列表","enum":null,"id":"param1579","ignoreFilterName":null,"in":null,"level":1,"name":"batchConfigList","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":true,"schemaValue":"BatchConfigResponse","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param1602","pid":"param1601","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","OtaTicketTypeScenicSplitResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param1603","pid":"param1601","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","OtaTicketTypeScenicSplitResponse"]},{"name":"otaProductId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"产品ID","txtValue":null,"enum":null,"id":"param1604","pid":"param1601","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","OtaTicketTypeScenicSplitResponse"]},{"name":"ticketTypeId","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"线下票种ID","txtValue":null,"enum":null,"id":"param1605","pid":"param1601","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","OtaTicketTypeScenicSplitResponse"]},{"name":"scenicId","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"线下景点ID","txtValue":null,"enum":null,"id":"param1606","pid":"param1601","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","OtaTicketTypeScenicSplitResponse"]},{"name":"scenicName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"线下景点名称","txtValue":null,"enum":null,"id":"param1607","pid":"param1601","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","OtaTicketTypeScenicSplitResponse"]},{"name":"price","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"分账金额","txtValue":null,"enum":null,"id":"param1608","pid":"param1601","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","OtaTicketTypeScenicSplitResponse"]}],"childrenTypes":[],"def":null,"description":"产品绑定的分账子景点","enum":null,"id":"param1601","ignoreFilterName":null,"in":null,"level":1,"name":"otaTicketTypeScenicSplitList","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":true,"schemaValue":"OtaTicketTypeScenicSplitResponse","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"batchConfigId","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"线下场次id","txtValue":null,"enum":null,"id":"param1610","pid":"param1609","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","MtProductLevelResponse"]},{"name":"batchConfigName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"场次名称","txtValue":null,"enum":null,"id":"param1611","pid":"param1609","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","MtProductLevelResponse"]},{"name":"marketPrice","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"市场价,即划线价,单位:元,保留两位小数;需大于等于美团价","txtValue":null,"enum":null,"id":"param1612","pid":"param1609","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","MtProductLevelResponse"]},{"name":"mtPrice","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"美团价,即售卖价,单位:元,保留两位小数;需大于等于结算价","txtValue":null,"enum":null,"id":"param1613","pid":"param1609","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","MtProductLevelResponse"]},{"name":"settlementPrice","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"结算价,即美团和景区结算的价格,单位:元,保留两位小数","txtValue":null,"enum":null,"id":"param1614","pid":"param1609","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","MtProductLevelResponse"]},{"name":"priceDate","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"日期范围","txtValue":null,"enum":null,"id":"param1615","pid":"param1609","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","MtProductLevelResponse"]}],"childrenTypes":[],"def":null,"description":"美团产品绑定的sku信息","enum":null,"id":"param1609","ignoreFilterName":null,"in":null,"level":1,"name":"mtProductLevelList","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":true,"schemaValue":"MtProductLevelResponse","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param1617","pid":"param1616","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","XcProductLevelResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param1618","pid":"param1616","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","XcProductLevelResponse"]},{"name":"batchConfigId","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"线下场次id","txtValue":null,"enum":null,"id":"param1619","pid":"param1616","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","XcProductLevelResponse"]},{"name":"batchConfigName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"场次名称","txtValue":null,"enum":null,"id":"param1620","pid":"param1616","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","XcProductLevelResponse"]},{"name":"status","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"资源状态 active: 有效 inactive: 无效","txtValue":null,"enum":null,"id":"param1621","pid":"param1616","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","XcProductLevelResponse"]},{"name":"effectiveDays","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"资源可售卖天数,即当日起往后X天可售","txtValue":null,"enum":null,"id":"param1622","pid":"param1616","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","XcProductLevelResponse"]},{"name":"requiredAdvanceBooking","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"是否需要设置提前预订时间 false: 无需提前预订,忽略以下字段; true:需设置提前预订期,节点内下述全部字段必填,表征用户需在游玩前X天Y(景区当地时间)购买,用户预定成功Z分钟后方可使用","txtValue":null,"enum":null,"id":"param1623","pid":"param1616","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","XcProductLevelResponse"]},{"name":"advanceDays","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"提前预订天数X,单位:天","txtValue":null,"enum":null,"id":"param1624","pid":"param1616","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","XcProductLevelResponse"]},{"name":"advanceTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"提前预订时间Y,HH:MM","txtValue":null,"enum":null,"id":"param1625","pid":"param1616","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","XcProductLevelResponse"]},{"name":"advanceMinutes","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"生效需要等待的时间Z,单位:分钟","txtValue":null,"enum":null,"id":"param1626","pid":"param1616","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","XcProductLevelResponse"]},{"name":"syncResult","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"推送结果","txtValue":null,"enum":null,"id":"param1627","pid":"param1616","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","XcProductLevelResponse"]}],"childrenTypes":[],"def":null,"description":"携程产品绑定的sku信息","enum":null,"id":"param1616","ignoreFilterName":null,"in":null,"level":1,"name":"xcProductLevelList","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":true,"schemaValue":"XcProductLevelResponse","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["OtaProductResponse"]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param1418","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param1419","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"ResponseOtaProductResponse","responseRefParameters":[{"name":"OtaProductResponse","params":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param1286","pid":"param1285","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param1287","pid":"param1285","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"otaSourceId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"分销商id","txtValue":null,"enum":null,"id":"param1288","pid":"param1285","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"otaSourceCode","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"OTA编码 唯一","txtValue":null,"enum":null,"id":"param1289","pid":"param1285","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"otaSourceName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"OTA名称 唯一 是线下的统计字段","txtValue":null,"enum":null,"id":"param1290","pid":"param1285","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"ticketTypeId","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"票种id","txtValue":null,"enum":null,"id":"param1291","pid":"param1285","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"ticketTypeName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"票种名称","txtValue":null,"enum":null,"id":"param1292","pid":"param1285","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"isSale","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"在售状态 0为禁售 1为在售 默认为1","txtValue":null,"enum":null,"id":"param1293","pid":"param1285","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"marketPrice","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"市场价,即划线价,单位:元,保留两位小数;需大于等于售卖价","txtValue":null,"enum":null,"id":"param1294","pid":"param1285","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"settlementPrice","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"结算价,即分销商和景区结算的价格,单位:元,保留两位小数","txtValue":null,"enum":null,"id":"param1295","pid":"param1285","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"salePrice","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"分销商实际售卖价,即售卖价,单位:元,保留两位小数;需大于等于结算价","txtValue":null,"enum":null,"id":"param1296","pid":"param1285","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"realNameType","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"是否实名制购票 0为不限 默认为0 ; 1 一证一人:购买两张票需要两张实名 ;2一证多人:购买多张只需要一人实名","txtValue":null,"enum":null,"id":"param1297","pid":"param1285","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"saleDateStart","ignoreFilterName":null,"require":false,"type":"string(date)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"售卖时间开始","txtValue":null,"enum":null,"id":"param1298","pid":"param1285","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"saleDateEnd","ignoreFilterName":null,"require":false,"type":"string(date)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"售卖时间结束","txtValue":null,"enum":null,"id":"param1299","pid":"param1285","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"useDateStart","ignoreFilterName":null,"require":false,"type":"string(date)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"使用日期开始","txtValue":null,"enum":null,"id":"param1300","pid":"param1285","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"useDateEnd","ignoreFilterName":null,"require":false,"type":"string(date)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"使用日期结束","txtValue":null,"enum":null,"id":"param1301","pid":"param1285","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"totalStock","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"产品总库存 默认为-1 代表不限库存","txtValue":null,"enum":null,"id":"param1302","pid":"param1285","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"xcRealNameType","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"携程出行人模板 一张一人代表每张票均需要提供出行人信息;一单一人代表每笔订单需要提供一个出行人信息即可 以下是枚举 1 一张一人需要证件 2 一张一人不需要证件 3 一单一人需要证件 4 一单一人不需要证件","txtValue":null,"enum":null,"id":"param1303","pid":"param1285","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"soledNums","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"已售数量,不包含退票","txtValue":null,"enum":null,"id":"param1304","pid":"param1285","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"batchConfigList","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"BatchConfigResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"线下票种绑定的场次列表","txtValue":null,"enum":null,"id":"param1305","pid":"param1285","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"otaTicketTypeScenicSplitList","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"OtaTicketTypeScenicSplitResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"产品绑定的分账子景点","txtValue":null,"enum":null,"id":"param1323","pid":"param1285","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"mtProductLevelList","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"MtProductLevelResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"美团产品绑定的sku信息","txtValue":null,"enum":null,"id":"param1331","pid":"param1285","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"xcProductLevelList","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"XcProductLevelResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"携程产品绑定的sku信息","txtValue":null,"enum":null,"id":"param1338","pid":"param1285","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]},{"name":"BatchConfigResponse","params":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param1306","pid":"param1305","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param1307","pid":"param1305","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"batchConfigId","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"线下的场次id","txtValue":null,"enum":null,"id":"param1308","pid":"param1305","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"场次名称","txtValue":null,"enum":null,"id":"param1309","pid":"param1305","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"startTime","ignoreFilterName":null,"require":false,"type":"LocalTime","in":null,"schema":true,"schemaValue":"LocalTime","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1310","pid":"param1305","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"endTime","ignoreFilterName":null,"require":false,"type":"LocalTime","in":null,"schema":true,"schemaValue":"LocalTime","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1315","pid":"param1305","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"saleStopMinutes","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"开场后X分钟停止售票 默认不限制为-1 大于等于0时生效","txtValue":null,"enum":null,"id":"param1316","pid":"param1305","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"cancelStopBeforeStartMinutes","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"开场前X分钟停止退票 默认不限制为-1 大于等于0时生效","txtValue":null,"enum":null,"id":"param1317","pid":"param1305","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"cancelStopAfterStartMinutes","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"开场后X分钟停止退票 默认不限制为-1 大于等于0时生效","txtValue":null,"enum":null,"id":"param1318","pid":"param1305","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"preCheckMinutes","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"开场前X分钟允许检票入场 默认不限制为-1 大于等于0时生效","txtValue":null,"enum":null,"id":"param1319","pid":"param1305","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"stopCheckMinutes","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"开场后X分钟停止检票 默认不限制为-1 大于等于0时生效","txtValue":null,"enum":null,"id":"param1320","pid":"param1305","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"maxSaleNums","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"无座位时的最大数量","txtValue":null,"enum":null,"id":"param1321","pid":"param1305","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"ticketTypeId","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"场次票种id","txtValue":null,"enum":null,"id":"param1322","pid":"param1305","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]},{"name":"LocalTime","params":[{"name":"hour","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1311","pid":"param1310","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"minute","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1312","pid":"param1310","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"second","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1313","pid":"param1310","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"nano","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1314","pid":"param1310","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]},{"name":"OtaTicketTypeScenicSplitResponse","params":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param1324","pid":"param1323","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param1325","pid":"param1323","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"otaProductId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"产品ID","txtValue":null,"enum":null,"id":"param1326","pid":"param1323","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"ticketTypeId","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"线下票种ID","txtValue":null,"enum":null,"id":"param1327","pid":"param1323","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"scenicId","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"线下景点ID","txtValue":null,"enum":null,"id":"param1328","pid":"param1323","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"scenicName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"线下景点名称","txtValue":null,"enum":null,"id":"param1329","pid":"param1323","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"price","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"分账金额","txtValue":null,"enum":null,"id":"param1330","pid":"param1323","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]},{"name":"MtProductLevelResponse","params":[{"name":"batchConfigId","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"线下场次id","txtValue":null,"enum":null,"id":"param1332","pid":"param1331","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"batchConfigName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"场次名称","txtValue":null,"enum":null,"id":"param1333","pid":"param1331","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"marketPrice","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"市场价,即划线价,单位:元,保留两位小数;需大于等于美团价","txtValue":null,"enum":null,"id":"param1334","pid":"param1331","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"mtPrice","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"美团价,即售卖价,单位:元,保留两位小数;需大于等于结算价","txtValue":null,"enum":null,"id":"param1335","pid":"param1331","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"settlementPrice","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"结算价,即美团和景区结算的价格,单位:元,保留两位小数","txtValue":null,"enum":null,"id":"param1336","pid":"param1331","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"priceDate","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"日期范围","txtValue":null,"enum":null,"id":"param1337","pid":"param1331","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]},{"name":"XcProductLevelResponse","params":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param1339","pid":"param1338","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param1340","pid":"param1338","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"batchConfigId","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"线下场次id","txtValue":null,"enum":null,"id":"param1341","pid":"param1338","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"batchConfigName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"场次名称","txtValue":null,"enum":null,"id":"param1342","pid":"param1338","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"status","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"资源状态 active: 有效 inactive: 无效","txtValue":null,"enum":null,"id":"param1343","pid":"param1338","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"effectiveDays","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"资源可售卖天数,即当日起往后X天可售","txtValue":null,"enum":null,"id":"param1344","pid":"param1338","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"requiredAdvanceBooking","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"是否需要设置提前预订时间 false: 无需提前预订,忽略以下字段; true:需设置提前预订期,节点内下述全部字段必填,表征用户需在游玩前X天Y(景区当地时间)购买,用户预定成功Z分钟后方可使用","txtValue":null,"enum":null,"id":"param1345","pid":"param1338","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"advanceDays","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"提前预订天数X,单位:天","txtValue":null,"enum":null,"id":"param1346","pid":"param1338","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"advanceTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"提前预订时间Y,HH:MM","txtValue":null,"enum":null,"id":"param1347","pid":"param1338","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"advanceMinutes","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"生效需要等待的时间Z,单位:分钟","txtValue":null,"enum":null,"id":"param1348","pid":"param1338","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"syncResult","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"推送结果","txtValue":null,"enum":null,"id":"param1349","pid":"param1338","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}],"responseTreetableRefParameters":[{"init":false,"id":"param1285","name":"OtaProductResponse","params":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param1350","pid":"param1285","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param1351","pid":"param1285","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse"]},{"name":"otaSourceId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"分销商id","txtValue":null,"enum":null,"id":"param1352","pid":"param1285","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse"]},{"name":"otaSourceCode","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"OTA编码 唯一","txtValue":null,"enum":null,"id":"param1353","pid":"param1285","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse"]},{"name":"otaSourceName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"OTA名称 唯一 是线下的统计字段","txtValue":null,"enum":null,"id":"param1354","pid":"param1285","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse"]},{"name":"ticketTypeId","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"票种id","txtValue":null,"enum":null,"id":"param1355","pid":"param1285","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse"]},{"name":"ticketTypeName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"票种名称","txtValue":null,"enum":null,"id":"param1356","pid":"param1285","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse"]},{"name":"isSale","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"在售状态 0为禁售 1为在售 默认为1","txtValue":null,"enum":null,"id":"param1357","pid":"param1285","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse"]},{"name":"marketPrice","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"市场价,即划线价,单位:元,保留两位小数;需大于等于售卖价","txtValue":null,"enum":null,"id":"param1358","pid":"param1285","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse"]},{"name":"settlementPrice","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"结算价,即分销商和景区结算的价格,单位:元,保留两位小数","txtValue":null,"enum":null,"id":"param1359","pid":"param1285","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse"]},{"name":"salePrice","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"分销商实际售卖价,即售卖价,单位:元,保留两位小数;需大于等于结算价","txtValue":null,"enum":null,"id":"param1360","pid":"param1285","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse"]},{"name":"realNameType","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"是否实名制购票 0为不限 默认为0 ; 1 一证一人:购买两张票需要两张实名 ;2一证多人:购买多张只需要一人实名","txtValue":null,"enum":null,"id":"param1361","pid":"param1285","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse"]},{"name":"saleDateStart","ignoreFilterName":null,"require":false,"type":"string(date)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"售卖时间开始","txtValue":null,"enum":null,"id":"param1362","pid":"param1285","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse"]},{"name":"saleDateEnd","ignoreFilterName":null,"require":false,"type":"string(date)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"售卖时间结束","txtValue":null,"enum":null,"id":"param1363","pid":"param1285","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse"]},{"name":"useDateStart","ignoreFilterName":null,"require":false,"type":"string(date)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"使用日期开始","txtValue":null,"enum":null,"id":"param1364","pid":"param1285","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse"]},{"name":"useDateEnd","ignoreFilterName":null,"require":false,"type":"string(date)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"使用日期结束","txtValue":null,"enum":null,"id":"param1365","pid":"param1285","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse"]},{"name":"totalStock","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"产品总库存 默认为-1 代表不限库存","txtValue":null,"enum":null,"id":"param1366","pid":"param1285","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse"]},{"name":"xcRealNameType","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"携程出行人模板 一张一人代表每张票均需要提供出行人信息;一单一人代表每笔订单需要提供一个出行人信息即可 以下是枚举 1 一张一人需要证件 2 一张一人不需要证件 3 一单一人需要证件 4 一单一人不需要证件","txtValue":null,"enum":null,"id":"param1367","pid":"param1285","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse"]},{"name":"soledNums","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"已售数量,不包含退票","txtValue":null,"enum":null,"id":"param1368","pid":"param1285","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse"]},{"name":"batchConfigList","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"BatchConfigResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"线下票种绑定的场次列表","txtValue":null,"enum":null,"id":"param1369","pid":"param1285","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse"]},{"name":"otaTicketTypeScenicSplitList","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"OtaTicketTypeScenicSplitResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"产品绑定的分账子景点","txtValue":null,"enum":null,"id":"param1391","pid":"param1285","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse"]},{"name":"mtProductLevelList","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"MtProductLevelResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"美团产品绑定的sku信息","txtValue":null,"enum":null,"id":"param1399","pid":"param1285","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse"]},{"name":"xcProductLevelList","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"XcProductLevelResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"携程产品绑定的sku信息","txtValue":null,"enum":null,"id":"param1406","pid":"param1285","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse"]}],"level":1,"childrenTypes":[]},{"init":false,"id":"param1369","name":"BatchConfigResponse","params":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param1370","pid":"param1369","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param1371","pid":"param1369","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse"]},{"name":"batchConfigId","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"线下的场次id","txtValue":null,"enum":null,"id":"param1372","pid":"param1369","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse"]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"场次名称","txtValue":null,"enum":null,"id":"param1373","pid":"param1369","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse"]},{"name":"startTime","ignoreFilterName":null,"require":false,"type":"LocalTime","in":null,"schema":true,"schemaValue":"LocalTime","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1374","pid":"param1369","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse"]},{"name":"endTime","ignoreFilterName":null,"require":false,"type":"LocalTime","in":null,"schema":true,"schemaValue":"LocalTime","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1379","pid":"param1369","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse"]},{"name":"saleStopMinutes","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"开场后X分钟停止售票 默认不限制为-1 大于等于0时生效","txtValue":null,"enum":null,"id":"param1384","pid":"param1369","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse"]},{"name":"cancelStopBeforeStartMinutes","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"开场前X分钟停止退票 默认不限制为-1 大于等于0时生效","txtValue":null,"enum":null,"id":"param1385","pid":"param1369","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse"]},{"name":"cancelStopAfterStartMinutes","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"开场后X分钟停止退票 默认不限制为-1 大于等于0时生效","txtValue":null,"enum":null,"id":"param1386","pid":"param1369","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse"]},{"name":"preCheckMinutes","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"开场前X分钟允许检票入场 默认不限制为-1 大于等于0时生效","txtValue":null,"enum":null,"id":"param1387","pid":"param1369","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse"]},{"name":"stopCheckMinutes","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"开场后X分钟停止检票 默认不限制为-1 大于等于0时生效","txtValue":null,"enum":null,"id":"param1388","pid":"param1369","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse"]},{"name":"maxSaleNums","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"无座位时的最大数量","txtValue":null,"enum":null,"id":"param1389","pid":"param1369","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse"]},{"name":"ticketTypeId","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"场次票种id","txtValue":null,"enum":null,"id":"param1390","pid":"param1369","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse"]}],"level":1,"childrenTypes":[]},{"init":false,"id":"param1374","name":"LocalTime","params":[{"name":"hour","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1375","pid":"param1374","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse","LocalTime"]},{"name":"minute","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1376","pid":"param1374","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse","LocalTime"]},{"name":"second","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1377","pid":"param1374","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse","LocalTime"]},{"name":"nano","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1378","pid":"param1374","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse","LocalTime"]}],"level":1,"childrenTypes":[]},{"init":false,"id":"param1379","name":"LocalTime","params":[{"name":"hour","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1380","pid":"param1379","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse","LocalTime"]},{"name":"minute","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1381","pid":"param1379","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse","LocalTime"]},{"name":"second","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1382","pid":"param1379","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse","LocalTime"]},{"name":"nano","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1383","pid":"param1379","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse","LocalTime"]}],"level":1,"childrenTypes":[]},{"init":false,"id":"param1391","name":"OtaTicketTypeScenicSplitResponse","params":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param1392","pid":"param1391","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","OtaTicketTypeScenicSplitResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param1393","pid":"param1391","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","OtaTicketTypeScenicSplitResponse"]},{"name":"otaProductId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"产品ID","txtValue":null,"enum":null,"id":"param1394","pid":"param1391","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","OtaTicketTypeScenicSplitResponse"]},{"name":"ticketTypeId","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"线下票种ID","txtValue":null,"enum":null,"id":"param1395","pid":"param1391","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","OtaTicketTypeScenicSplitResponse"]},{"name":"scenicId","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"线下景点ID","txtValue":null,"enum":null,"id":"param1396","pid":"param1391","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","OtaTicketTypeScenicSplitResponse"]},{"name":"scenicName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"线下景点名称","txtValue":null,"enum":null,"id":"param1397","pid":"param1391","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","OtaTicketTypeScenicSplitResponse"]},{"name":"price","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"分账金额","txtValue":null,"enum":null,"id":"param1398","pid":"param1391","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","OtaTicketTypeScenicSplitResponse"]}],"level":1,"childrenTypes":[]},{"init":false,"id":"param1399","name":"MtProductLevelResponse","params":[{"name":"batchConfigId","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"线下场次id","txtValue":null,"enum":null,"id":"param1400","pid":"param1399","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","MtProductLevelResponse"]},{"name":"batchConfigName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"场次名称","txtValue":null,"enum":null,"id":"param1401","pid":"param1399","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","MtProductLevelResponse"]},{"name":"marketPrice","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"市场价,即划线价,单位:元,保留两位小数;需大于等于美团价","txtValue":null,"enum":null,"id":"param1402","pid":"param1399","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","MtProductLevelResponse"]},{"name":"mtPrice","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"美团价,即售卖价,单位:元,保留两位小数;需大于等于结算价","txtValue":null,"enum":null,"id":"param1403","pid":"param1399","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","MtProductLevelResponse"]},{"name":"settlementPrice","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"结算价,即美团和景区结算的价格,单位:元,保留两位小数","txtValue":null,"enum":null,"id":"param1404","pid":"param1399","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","MtProductLevelResponse"]},{"name":"priceDate","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"日期范围","txtValue":null,"enum":null,"id":"param1405","pid":"param1399","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","MtProductLevelResponse"]}],"level":1,"childrenTypes":[]},{"init":false,"id":"param1406","name":"XcProductLevelResponse","params":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param1407","pid":"param1406","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","XcProductLevelResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param1408","pid":"param1406","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","XcProductLevelResponse"]},{"name":"batchConfigId","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"线下场次id","txtValue":null,"enum":null,"id":"param1409","pid":"param1406","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","XcProductLevelResponse"]},{"name":"batchConfigName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"场次名称","txtValue":null,"enum":null,"id":"param1410","pid":"param1406","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","XcProductLevelResponse"]},{"name":"status","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"资源状态 active: 有效 inactive: 无效","txtValue":null,"enum":null,"id":"param1411","pid":"param1406","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","XcProductLevelResponse"]},{"name":"effectiveDays","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"资源可售卖天数,即当日起往后X天可售","txtValue":null,"enum":null,"id":"param1412","pid":"param1406","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","XcProductLevelResponse"]},{"name":"requiredAdvanceBooking","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"是否需要设置提前预订时间 false: 无需提前预订,忽略以下字段; true:需设置提前预订期,节点内下述全部字段必填,表征用户需在游玩前X天Y(景区当地时间)购买,用户预定成功Z分钟后方可使用","txtValue":null,"enum":null,"id":"param1413","pid":"param1406","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","XcProductLevelResponse"]},{"name":"advanceDays","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"提前预订天数X,单位:天","txtValue":null,"enum":null,"id":"param1414","pid":"param1406","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","XcProductLevelResponse"]},{"name":"advanceTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"提前预订时间Y,HH:MM","txtValue":null,"enum":null,"id":"param1415","pid":"param1406","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","XcProductLevelResponse"]},{"name":"advanceMinutes","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"生效需要等待的时间Z,单位:分钟","txtValue":null,"enum":null,"id":"param1416","pid":"param1406","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","XcProductLevelResponse"]},{"name":"syncResult","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"推送结果","txtValue":null,"enum":null,"id":"param1417","pid":"param1406","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","XcProductLevelResponse"]}],"level":1,"childrenTypes":[]}],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param1283","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param1284","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"OtaProductResponse","in":null,"schema":true,"schemaValue":"OtaProductResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1285","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"ID","enum":null,"id":"param1560","ignoreFilterName":null,"in":null,"level":1,"name":"id","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"创建时间","enum":null,"id":"param1561","ignoreFilterName":null,"in":null,"level":1,"name":"createTime","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"分销商id","enum":null,"id":"param1562","ignoreFilterName":null,"in":null,"level":1,"name":"otaSourceId","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"OTA编码 唯一","enum":null,"id":"param1563","ignoreFilterName":null,"in":null,"level":1,"name":"otaSourceCode","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"OTA名称 唯一 是线下的统计字段","enum":null,"id":"param1564","ignoreFilterName":null,"in":null,"level":1,"name":"otaSourceName","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"票种id","enum":null,"id":"param1565","ignoreFilterName":null,"in":null,"level":1,"name":"ticketTypeId","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"票种名称","enum":null,"id":"param1566","ignoreFilterName":null,"in":null,"level":1,"name":"ticketTypeName","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"在售状态 0为禁售 1为在售 默认为1","enum":null,"id":"param1567","ignoreFilterName":null,"in":null,"level":1,"name":"isSale","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"市场价,即划线价,单位:元,保留两位小数;需大于等于售卖价","enum":null,"id":"param1568","ignoreFilterName":null,"in":null,"level":1,"name":"marketPrice","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"number","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"结算价,即分销商和景区结算的价格,单位:元,保留两位小数","enum":null,"id":"param1569","ignoreFilterName":null,"in":null,"level":1,"name":"settlementPrice","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"number","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"分销商实际售卖价,即售卖价,单位:元,保留两位小数;需大于等于结算价","enum":null,"id":"param1570","ignoreFilterName":null,"in":null,"level":1,"name":"salePrice","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"number","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"是否实名制购票 0为不限 默认为0 ; 1 一证一人:购买两张票需要两张实名 ;2一证多人:购买多张只需要一人实名","enum":null,"id":"param1571","ignoreFilterName":null,"in":null,"level":1,"name":"realNameType","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"售卖时间开始","enum":null,"id":"param1572","ignoreFilterName":null,"in":null,"level":1,"name":"saleDateStart","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"售卖时间结束","enum":null,"id":"param1573","ignoreFilterName":null,"in":null,"level":1,"name":"saleDateEnd","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"使用日期开始","enum":null,"id":"param1574","ignoreFilterName":null,"in":null,"level":1,"name":"useDateStart","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"使用日期结束","enum":null,"id":"param1575","ignoreFilterName":null,"in":null,"level":1,"name":"useDateEnd","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"产品总库存 默认为-1 代表不限库存","enum":null,"id":"param1576","ignoreFilterName":null,"in":null,"level":1,"name":"totalStock","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"携程出行人模板 一张一人代表每张票均需要提供出行人信息;一单一人代表每笔订单需要提供一个出行人信息即可 以下是枚举 1 一张一人需要证件 2 一张一人不需要证件 3 一单一人需要证件 4 一单一人不需要证件","enum":null,"id":"param1577","ignoreFilterName":null,"in":null,"level":1,"name":"xcRealNameType","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"已售数量,不包含退票","enum":null,"id":"param1578","ignoreFilterName":null,"in":null,"level":1,"name":"soledNums","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param1580","pid":"param1579","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param1581","pid":"param1579","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse"]},{"name":"batchConfigId","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"线下的场次id","txtValue":null,"enum":null,"id":"param1582","pid":"param1579","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse"]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"场次名称","txtValue":null,"enum":null,"id":"param1583","pid":"param1579","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse"]},{"name":"startTime","ignoreFilterName":null,"require":false,"type":"LocalTime","in":null,"schema":true,"schemaValue":"LocalTime","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1584","pid":"param1579","level":2,"show":true,"childrenTypes":[],"children":[{"name":"hour","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1585","pid":"param1584","level":3,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse","LocalTime"]},{"name":"minute","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1586","pid":"param1584","level":3,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse","LocalTime"]},{"name":"second","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1587","pid":"param1584","level":3,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse","LocalTime"]},{"name":"nano","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1588","pid":"param1584","level":3,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse","LocalTime"]}],"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse"]},{"name":"endTime","ignoreFilterName":null,"require":false,"type":"LocalTime","in":null,"schema":true,"schemaValue":"LocalTime","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1589","pid":"param1579","level":2,"show":true,"childrenTypes":[],"children":[{"name":"hour","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1590","pid":"param1589","level":3,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse","LocalTime"]},{"name":"minute","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1591","pid":"param1589","level":3,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse","LocalTime"]},{"name":"second","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1592","pid":"param1589","level":3,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse","LocalTime"]},{"name":"nano","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1593","pid":"param1589","level":3,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse","LocalTime"]}],"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse"]},{"name":"saleStopMinutes","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"开场后X分钟停止售票 默认不限制为-1 大于等于0时生效","txtValue":null,"enum":null,"id":"param1594","pid":"param1579","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse"]},{"name":"cancelStopBeforeStartMinutes","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"开场前X分钟停止退票 默认不限制为-1 大于等于0时生效","txtValue":null,"enum":null,"id":"param1595","pid":"param1579","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse"]},{"name":"cancelStopAfterStartMinutes","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"开场后X分钟停止退票 默认不限制为-1 大于等于0时生效","txtValue":null,"enum":null,"id":"param1596","pid":"param1579","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse"]},{"name":"preCheckMinutes","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"开场前X分钟允许检票入场 默认不限制为-1 大于等于0时生效","txtValue":null,"enum":null,"id":"param1597","pid":"param1579","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse"]},{"name":"stopCheckMinutes","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"开场后X分钟停止检票 默认不限制为-1 大于等于0时生效","txtValue":null,"enum":null,"id":"param1598","pid":"param1579","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse"]},{"name":"maxSaleNums","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"无座位时的最大数量","txtValue":null,"enum":null,"id":"param1599","pid":"param1579","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse"]},{"name":"ticketTypeId","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"场次票种id","txtValue":null,"enum":null,"id":"param1600","pid":"param1579","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","BatchConfigResponse"]}],"childrenTypes":[],"def":null,"description":"线下票种绑定的场次列表","enum":null,"id":"param1579","ignoreFilterName":null,"in":null,"level":1,"name":"batchConfigList","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":true,"schemaValue":"BatchConfigResponse","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param1602","pid":"param1601","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","OtaTicketTypeScenicSplitResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param1603","pid":"param1601","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","OtaTicketTypeScenicSplitResponse"]},{"name":"otaProductId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"产品ID","txtValue":null,"enum":null,"id":"param1604","pid":"param1601","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","OtaTicketTypeScenicSplitResponse"]},{"name":"ticketTypeId","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"线下票种ID","txtValue":null,"enum":null,"id":"param1605","pid":"param1601","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","OtaTicketTypeScenicSplitResponse"]},{"name":"scenicId","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"线下景点ID","txtValue":null,"enum":null,"id":"param1606","pid":"param1601","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","OtaTicketTypeScenicSplitResponse"]},{"name":"scenicName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"线下景点名称","txtValue":null,"enum":null,"id":"param1607","pid":"param1601","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","OtaTicketTypeScenicSplitResponse"]},{"name":"price","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"分账金额","txtValue":null,"enum":null,"id":"param1608","pid":"param1601","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","OtaTicketTypeScenicSplitResponse"]}],"childrenTypes":[],"def":null,"description":"产品绑定的分账子景点","enum":null,"id":"param1601","ignoreFilterName":null,"in":null,"level":1,"name":"otaTicketTypeScenicSplitList","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":true,"schemaValue":"OtaTicketTypeScenicSplitResponse","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"batchConfigId","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"线下场次id","txtValue":null,"enum":null,"id":"param1610","pid":"param1609","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","MtProductLevelResponse"]},{"name":"batchConfigName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"场次名称","txtValue":null,"enum":null,"id":"param1611","pid":"param1609","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","MtProductLevelResponse"]},{"name":"marketPrice","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"市场价,即划线价,单位:元,保留两位小数;需大于等于美团价","txtValue":null,"enum":null,"id":"param1612","pid":"param1609","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","MtProductLevelResponse"]},{"name":"mtPrice","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"美团价,即售卖价,单位:元,保留两位小数;需大于等于结算价","txtValue":null,"enum":null,"id":"param1613","pid":"param1609","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","MtProductLevelResponse"]},{"name":"settlementPrice","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"结算价,即美团和景区结算的价格,单位:元,保留两位小数","txtValue":null,"enum":null,"id":"param1614","pid":"param1609","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","MtProductLevelResponse"]},{"name":"priceDate","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"日期范围","txtValue":null,"enum":null,"id":"param1615","pid":"param1609","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","MtProductLevelResponse"]}],"childrenTypes":[],"def":null,"description":"美团产品绑定的sku信息","enum":null,"id":"param1609","ignoreFilterName":null,"in":null,"level":1,"name":"mtProductLevelList","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":true,"schemaValue":"MtProductLevelResponse","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param1617","pid":"param1616","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","XcProductLevelResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param1618","pid":"param1616","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","XcProductLevelResponse"]},{"name":"batchConfigId","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"线下场次id","txtValue":null,"enum":null,"id":"param1619","pid":"param1616","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","XcProductLevelResponse"]},{"name":"batchConfigName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"场次名称","txtValue":null,"enum":null,"id":"param1620","pid":"param1616","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","XcProductLevelResponse"]},{"name":"status","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"资源状态 active: 有效 inactive: 无效","txtValue":null,"enum":null,"id":"param1621","pid":"param1616","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","XcProductLevelResponse"]},{"name":"effectiveDays","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"资源可售卖天数,即当日起往后X天可售","txtValue":null,"enum":null,"id":"param1622","pid":"param1616","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","XcProductLevelResponse"]},{"name":"requiredAdvanceBooking","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"是否需要设置提前预订时间 false: 无需提前预订,忽略以下字段; true:需设置提前预订期,节点内下述全部字段必填,表征用户需在游玩前X天Y(景区当地时间)购买,用户预定成功Z分钟后方可使用","txtValue":null,"enum":null,"id":"param1623","pid":"param1616","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","XcProductLevelResponse"]},{"name":"advanceDays","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"提前预订天数X,单位:天","txtValue":null,"enum":null,"id":"param1624","pid":"param1616","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","XcProductLevelResponse"]},{"name":"advanceTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"提前预订时间Y,HH:MM","txtValue":null,"enum":null,"id":"param1625","pid":"param1616","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","XcProductLevelResponse"]},{"name":"advanceMinutes","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"生效需要等待的时间Z,单位:分钟","txtValue":null,"enum":null,"id":"param1626","pid":"param1616","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","XcProductLevelResponse"]},{"name":"syncResult","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"推送结果","txtValue":null,"enum":null,"id":"param1627","pid":"param1616","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OtaProductResponse","OtaProductResponse","XcProductLevelResponse"]}],"childrenTypes":[],"def":null,"description":"携程产品绑定的sku信息","enum":null,"id":"param1616","ignoreFilterName":null,"in":null,"level":1,"name":"xcProductLevelList","parentTypes":["OtaProductResponse","OtaProductResponse"],"pid":"param1285","require":false,"schema":true,"schemaValue":"XcProductLevelResponse","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["OtaProductResponse"]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param1418","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param1419","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}}],"hasNew":true,"hasChanged":false},{"name":"公共订单管理","description":null,"order":2147483647,"author":null,"childrens":[{"id":"ddcbb0e6717d08d7f4ab43890728111e","operationId":"statistics","deprecated":false,"summary":"公共订单统计","methodType":"POST","showUrl":"/platform/order/statistics","consumes":["application/x-www-form-urlencoded","application/json"],"produces":["*/*"],"author":null,"description":"","requestValue":"{\n \"data\": {\n \"id\": \"\",\n \"export\": false,\n \"exportDetail\": false,\n \"pageSize\": 10,\n \"pageNum\": 1,\n \"timeBegin\": \"\",\n \"timeEnd\": \"\"\n }\n}","reqParameters":[{"name":"requestOtaTotalOrderStatisticsRequest","children":[{"name":"data","children":[{"name":"id","children":null,"description":"列表id 在获取单条数据时传递","in":null,"require":false,"type":"string","schemaValue":null},{"name":"export","children":null,"description":"是否导出 默认不导出","in":null,"require":false,"type":"boolean","schemaValue":null},{"name":"exportDetail","children":null,"description":"在导出统计报表时 是否需要导出明细数据","in":null,"require":false,"type":"boolean","schemaValue":null},{"name":"pageSize","children":null,"description":"分页参数 在实际分页查询中 如果要分页获取全部数据 可以传-1","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"pageNum","children":null,"description":"分页参数","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"timeBegin","children":null,"description":"创建时间 格式 yyyy-MM-dd HH:mm:ss","in":null,"require":true,"type":"string","schemaValue":null},{"name":"timeEnd","children":null,"description":"创建时间 格式 yyyy-MM-dd HH:mm:ss","in":null,"require":true,"type":"string","schemaValue":null}],"description":"","in":null,"require":false,"type":"OtaTotalOrderStatisticsRequest","schemaValue":"OtaTotalOrderStatisticsRequest"}],"description":"RequestOtaTotalOrderStatisticsRequest","in":"body","require":true,"type":"RequestOtaTotalOrderStatisticsRequest","schemaValue":"RequestOtaTotalOrderStatisticsRequest"}],"responseCodes":[{"code":"200","description":"OK","schema":"ResponseListOtaTotalOrderStatisticsResponse"}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"状态码","id":"param1644","type":"string","schemaValue":null},{"name":"msg","children":null,"description":"错误信息","id":"param1645","type":"string","schemaValue":null},{"name":"data","children":[{"name":"projectName","children":null,"description":"项目名称","id":"param1670","type":"string","schemaValue":null},{"name":"count","children":null,"description":"订单总数","id":"param1671","type":"integer(int32)","schemaValue":null}],"description":"业务对象","id":"param1646","type":"array","schemaValue":"OtaTotalOrderStatisticsResponse"},{"name":"logId","children":null,"description":"响应ID","id":"param1651","type":"string","schemaValue":null},{"name":"responseTime","children":null,"description":"响应时间","id":"param1652","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": [\n\t\t{\n\t\t\t\"projectName\": \"\",\n\t\t\t\"count\": 0\n\t\t}\n\t],\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":false,"code":"200","description":"OK","schema":"ResponseListOtaTotalOrderStatisticsResponse","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": [\n\t\t{\n\t\t\t\"projectName\": \"\",\n\t\t\t\"count\": 0\n\t\t}\n\t],\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}","responseJson":{"code":"","msg":"","data":[{"projectName":"","count":0}],"logId":"","responseTime":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param1644","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param1645","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"OtaTotalOrderStatisticsResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param1646","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"项目名称","enum":null,"id":"param1670","ignoreFilterName":null,"in":null,"level":1,"name":"projectName","parentTypes":["OtaTotalOrderStatisticsResponse","OtaTotalOrderStatisticsResponse"],"pid":"param1646","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"订单总数","enum":null,"id":"param1671","ignoreFilterName":null,"in":null,"level":1,"name":"count","parentTypes":["OtaTotalOrderStatisticsResponse","OtaTotalOrderStatisticsResponse"],"pid":"param1646","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["OtaTotalOrderStatisticsResponse"]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param1651","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param1652","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"ResponseListOtaTotalOrderStatisticsResponse","responseRefParameters":[{"name":"OtaTotalOrderStatisticsResponse","params":[{"name":"projectName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目名称","txtValue":null,"enum":null,"id":"param1647","pid":"param1646","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"count","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"订单总数","txtValue":null,"enum":null,"id":"param1648","pid":"param1646","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}],"responseTreetableRefParameters":[{"init":false,"id":"param1646","name":"OtaTotalOrderStatisticsResponse","params":[{"name":"projectName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目名称","txtValue":null,"enum":null,"id":"param1649","pid":"param1646","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaTotalOrderStatisticsResponse","OtaTotalOrderStatisticsResponse"]},{"name":"count","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"订单总数","txtValue":null,"enum":null,"id":"param1650","pid":"param1646","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OtaTotalOrderStatisticsResponse","OtaTotalOrderStatisticsResponse"]}],"level":1,"childrenTypes":[]}],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param1644","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param1645","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"OtaTotalOrderStatisticsResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param1646","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"项目名称","enum":null,"id":"param1670","ignoreFilterName":null,"in":null,"level":1,"name":"projectName","parentTypes":["OtaTotalOrderStatisticsResponse","OtaTotalOrderStatisticsResponse"],"pid":"param1646","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"订单总数","enum":null,"id":"param1671","ignoreFilterName":null,"in":null,"level":1,"name":"count","parentTypes":["OtaTotalOrderStatisticsResponse","OtaTotalOrderStatisticsResponse"],"pid":"param1646","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["OtaTotalOrderStatisticsResponse"]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param1651","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param1652","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"90f4aa6ca6fabf96bc164b3b2511dd5a","operationId":"pageList_5","deprecated":false,"summary":"租户内全订单列表","methodType":"POST","showUrl":"/platform/order/list","consumes":["application/x-www-form-urlencoded","application/json"],"produces":["*/*"],"author":null,"description":"","requestValue":"{\n \"data\": {\n \"id\": \"\",\n \"export\": false,\n \"exportDetail\": false,\n \"pageSize\": 10,\n \"pageNum\": 1,\n \"timeBegin\": \"\",\n \"timeEnd\": \"\",\n \"otaSourceId\": \"\",\n \"orderNo\": \"\",\n \"partnerOrderNo\": \"\",\n \"projectId\": \"\"\n }\n}","reqParameters":[{"name":"requestOtaTotalOrderListRequest","children":[{"name":"data","children":[{"name":"id","children":null,"description":"列表id 在获取单条数据时传递","in":null,"require":false,"type":"string","schemaValue":null},{"name":"export","children":null,"description":"是否导出 默认不导出","in":null,"require":false,"type":"boolean","schemaValue":null},{"name":"exportDetail","children":null,"description":"在导出统计报表时 是否需要导出明细数据","in":null,"require":false,"type":"boolean","schemaValue":null},{"name":"pageSize","children":null,"description":"分页参数 在实际分页查询中 如果要分页获取全部数据 可以传-1","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"pageNum","children":null,"description":"分页参数","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"timeBegin","children":null,"description":"创建时间 格式 yyyy-MM-dd HH:mm:ss","in":null,"require":true,"type":"string","schemaValue":null},{"name":"timeEnd","children":null,"description":"创建时间 格式 yyyy-MM-dd HH:mm:ss","in":null,"require":true,"type":"string","schemaValue":null},{"name":"otaSourceId","children":null,"description":"分销商唯一id","in":null,"require":false,"type":"string","schemaValue":null},{"name":"orderNo","children":null,"description":"订单号","in":null,"require":false,"type":"string","schemaValue":null},{"name":"partnerOrderNo","children":null,"description":"合作方订单号","in":null,"require":false,"type":"string","schemaValue":null},{"name":"projectId","children":null,"description":"项目id","in":null,"require":false,"type":"string","schemaValue":null}],"description":"","in":null,"require":false,"type":"OtaTotalOrderListRequest","schemaValue":"OtaTotalOrderListRequest"}],"description":"RequestOtaTotalOrderListRequest","in":"body","require":true,"type":"RequestOtaTotalOrderListRequest","schemaValue":"RequestOtaTotalOrderListRequest"}],"responseCodes":[{"code":"200","description":"OK","schema":"ResponseIPageOtaTotalOrderResponse"}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"状态码","id":"param1703","type":"string","schemaValue":null},{"name":"msg","children":null,"description":"错误信息","id":"param1704","type":"string","schemaValue":null},{"name":"data","children":[{"name":"size","children":null,"description":"","id":"param1777","type":"integer(int64)","schemaValue":null},{"name":"total","children":null,"description":"","id":"param1778","type":"integer(int64)","schemaValue":null},{"name":"pages","children":null,"description":"","id":"param1779","type":"integer(int64)","schemaValue":null},{"name":"current","children":null,"description":"","id":"param1780","type":"integer(int64)","schemaValue":null},{"name":"records","children":[{"name":"id","children":null,"description":"ID","id":"param1782","type":"string","schemaValue":null},{"name":"createTime","children":null,"description":"创建时间","id":"param1783","type":"string","schemaValue":null},{"name":"otaSourceCode","children":null,"description":"分销商编码","id":"param1784","type":"string","schemaValue":null},{"name":"otaSourceName","children":null,"description":"分销商名称","id":"param1785","type":"string","schemaValue":null},{"name":"orderId","children":null,"description":"订单id","id":"param1786","type":"string","schemaValue":null},{"name":"orderNo","children":null,"description":"订单号","id":"param1787","type":"string","schemaValue":null},{"name":"partnerOrderNo","children":null,"description":"合作方订单号","id":"param1788","type":"string","schemaValue":null},{"name":"projectName","children":null,"description":"项目名称","id":"param1789","type":"string","schemaValue":null}],"description":"","id":"param1781","type":"array","schemaValue":"OtaTotalOrderResponse"}],"description":"","id":"param1705","type":"IPageOtaTotalOrderResponse","schemaValue":"IPageOtaTotalOrderResponse"},{"name":"logId","children":null,"description":"响应ID","id":"param1732","type":"string","schemaValue":null},{"name":"responseTime","children":null,"description":"响应时间","id":"param1733","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": {\n\t\t\"size\": 0,\n\t\t\"total\": 0,\n\t\t\"pages\": 0,\n\t\t\"current\": 0,\n\t\t\"records\": [\n\t\t\t{\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"createTime\": \"\",\n\t\t\t\t\"otaSourceCode\": \"\",\n\t\t\t\t\"otaSourceName\": \"\",\n\t\t\t\t\"orderId\": \"\",\n\t\t\t\t\"orderNo\": \"\",\n\t\t\t\t\"partnerOrderNo\": \"\",\n\t\t\t\t\"projectName\": \"\"\n\t\t\t}\n\t\t]\n\t},\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":false,"code":"200","description":"OK","schema":"ResponseIPageOtaTotalOrderResponse","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": {\n\t\t\"size\": 0,\n\t\t\"total\": 0,\n\t\t\"pages\": 0,\n\t\t\"current\": 0,\n\t\t\"records\": [\n\t\t\t{\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"createTime\": \"\",\n\t\t\t\t\"otaSourceCode\": \"\",\n\t\t\t\t\"otaSourceName\": \"\",\n\t\t\t\t\"orderId\": \"\",\n\t\t\t\t\"orderNo\": \"\",\n\t\t\t\t\"partnerOrderNo\": \"\",\n\t\t\t\t\"projectName\": \"\"\n\t\t\t}\n\t\t]\n\t},\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}","responseJson":{"code":"","msg":"","data":{"size":0,"total":0,"pages":0,"current":0,"records":[{"id":"","createTime":"","otaSourceCode":"","otaSourceName":"","orderId":"","orderNo":"","partnerOrderNo":"","projectName":""}]},"logId":"","responseTime":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param1703","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param1704","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"IPageOtaTotalOrderResponse","in":null,"schema":true,"schemaValue":"IPageOtaTotalOrderResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1705","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1777","ignoreFilterName":null,"in":null,"level":1,"name":"size","parentTypes":["IPageOtaTotalOrderResponse","IPageOtaTotalOrderResponse"],"pid":"param1705","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1778","ignoreFilterName":null,"in":null,"level":1,"name":"total","parentTypes":["IPageOtaTotalOrderResponse","IPageOtaTotalOrderResponse"],"pid":"param1705","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1779","ignoreFilterName":null,"in":null,"level":1,"name":"pages","parentTypes":["IPageOtaTotalOrderResponse","IPageOtaTotalOrderResponse"],"pid":"param1705","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1780","ignoreFilterName":null,"in":null,"level":1,"name":"current","parentTypes":["IPageOtaTotalOrderResponse","IPageOtaTotalOrderResponse"],"pid":"param1705","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param1782","pid":"param1781","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaTotalOrderResponse","IPageOtaTotalOrderResponse","OtaTotalOrderResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param1783","pid":"param1781","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaTotalOrderResponse","IPageOtaTotalOrderResponse","OtaTotalOrderResponse"]},{"name":"otaSourceCode","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"分销商编码","txtValue":null,"enum":null,"id":"param1784","pid":"param1781","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaTotalOrderResponse","IPageOtaTotalOrderResponse","OtaTotalOrderResponse"]},{"name":"otaSourceName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"分销商名称","txtValue":null,"enum":null,"id":"param1785","pid":"param1781","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaTotalOrderResponse","IPageOtaTotalOrderResponse","OtaTotalOrderResponse"]},{"name":"orderId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"订单id","txtValue":null,"enum":null,"id":"param1786","pid":"param1781","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaTotalOrderResponse","IPageOtaTotalOrderResponse","OtaTotalOrderResponse"]},{"name":"orderNo","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"订单号","txtValue":null,"enum":null,"id":"param1787","pid":"param1781","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaTotalOrderResponse","IPageOtaTotalOrderResponse","OtaTotalOrderResponse"]},{"name":"partnerOrderNo","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"合作方订单号","txtValue":null,"enum":null,"id":"param1788","pid":"param1781","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaTotalOrderResponse","IPageOtaTotalOrderResponse","OtaTotalOrderResponse"]},{"name":"projectName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目名称","txtValue":null,"enum":null,"id":"param1789","pid":"param1781","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaTotalOrderResponse","IPageOtaTotalOrderResponse","OtaTotalOrderResponse"]}],"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1781","ignoreFilterName":null,"in":null,"level":1,"name":"records","parentTypes":["IPageOtaTotalOrderResponse","IPageOtaTotalOrderResponse"],"pid":"param1705","require":false,"schema":true,"schemaValue":"OtaTotalOrderResponse","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["IPageOtaTotalOrderResponse"]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param1732","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param1733","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"ResponseIPageOtaTotalOrderResponse","responseRefParameters":[{"name":"IPageOtaTotalOrderResponse","params":[{"name":"size","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1706","pid":"param1705","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"total","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1707","pid":"param1705","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"pages","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1708","pid":"param1705","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"current","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1709","pid":"param1705","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"records","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"OtaTotalOrderResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1710","pid":"param1705","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]},{"name":"OtaTotalOrderResponse","params":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param1711","pid":"param1710","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param1712","pid":"param1710","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"otaSourceCode","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"分销商编码","txtValue":null,"enum":null,"id":"param1713","pid":"param1710","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"otaSourceName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"分销商名称","txtValue":null,"enum":null,"id":"param1714","pid":"param1710","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"orderId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"订单id","txtValue":null,"enum":null,"id":"param1715","pid":"param1710","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"orderNo","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"订单号","txtValue":null,"enum":null,"id":"param1716","pid":"param1710","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"partnerOrderNo","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"合作方订单号","txtValue":null,"enum":null,"id":"param1717","pid":"param1710","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"projectName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目名称","txtValue":null,"enum":null,"id":"param1718","pid":"param1710","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}],"responseTreetableRefParameters":[{"init":false,"id":"param1705","name":"IPageOtaTotalOrderResponse","params":[{"name":"size","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1719","pid":"param1705","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaTotalOrderResponse","IPageOtaTotalOrderResponse"]},{"name":"total","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1720","pid":"param1705","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaTotalOrderResponse","IPageOtaTotalOrderResponse"]},{"name":"pages","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1721","pid":"param1705","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaTotalOrderResponse","IPageOtaTotalOrderResponse"]},{"name":"current","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1722","pid":"param1705","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaTotalOrderResponse","IPageOtaTotalOrderResponse"]},{"name":"records","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"OtaTotalOrderResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1723","pid":"param1705","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaTotalOrderResponse","IPageOtaTotalOrderResponse"]}],"level":1,"childrenTypes":[]},{"init":false,"id":"param1723","name":"OtaTotalOrderResponse","params":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param1724","pid":"param1723","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaTotalOrderResponse","IPageOtaTotalOrderResponse","OtaTotalOrderResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param1725","pid":"param1723","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaTotalOrderResponse","IPageOtaTotalOrderResponse","OtaTotalOrderResponse"]},{"name":"otaSourceCode","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"分销商编码","txtValue":null,"enum":null,"id":"param1726","pid":"param1723","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaTotalOrderResponse","IPageOtaTotalOrderResponse","OtaTotalOrderResponse"]},{"name":"otaSourceName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"分销商名称","txtValue":null,"enum":null,"id":"param1727","pid":"param1723","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaTotalOrderResponse","IPageOtaTotalOrderResponse","OtaTotalOrderResponse"]},{"name":"orderId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"订单id","txtValue":null,"enum":null,"id":"param1728","pid":"param1723","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaTotalOrderResponse","IPageOtaTotalOrderResponse","OtaTotalOrderResponse"]},{"name":"orderNo","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"订单号","txtValue":null,"enum":null,"id":"param1729","pid":"param1723","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaTotalOrderResponse","IPageOtaTotalOrderResponse","OtaTotalOrderResponse"]},{"name":"partnerOrderNo","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"合作方订单号","txtValue":null,"enum":null,"id":"param1730","pid":"param1723","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaTotalOrderResponse","IPageOtaTotalOrderResponse","OtaTotalOrderResponse"]},{"name":"projectName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目名称","txtValue":null,"enum":null,"id":"param1731","pid":"param1723","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["IPageOtaTotalOrderResponse","IPageOtaTotalOrderResponse","OtaTotalOrderResponse"]}],"level":1,"childrenTypes":[]}],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param1703","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param1704","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"IPageOtaTotalOrderResponse","in":null,"schema":true,"schemaValue":"IPageOtaTotalOrderResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1705","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1777","ignoreFilterName":null,"in":null,"level":1,"name":"size","parentTypes":["IPageOtaTotalOrderResponse","IPageOtaTotalOrderResponse"],"pid":"param1705","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1778","ignoreFilterName":null,"in":null,"level":1,"name":"total","parentTypes":["IPageOtaTotalOrderResponse","IPageOtaTotalOrderResponse"],"pid":"param1705","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1779","ignoreFilterName":null,"in":null,"level":1,"name":"pages","parentTypes":["IPageOtaTotalOrderResponse","IPageOtaTotalOrderResponse"],"pid":"param1705","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1780","ignoreFilterName":null,"in":null,"level":1,"name":"current","parentTypes":["IPageOtaTotalOrderResponse","IPageOtaTotalOrderResponse"],"pid":"param1705","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param1782","pid":"param1781","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaTotalOrderResponse","IPageOtaTotalOrderResponse","OtaTotalOrderResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param1783","pid":"param1781","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaTotalOrderResponse","IPageOtaTotalOrderResponse","OtaTotalOrderResponse"]},{"name":"otaSourceCode","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"分销商编码","txtValue":null,"enum":null,"id":"param1784","pid":"param1781","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaTotalOrderResponse","IPageOtaTotalOrderResponse","OtaTotalOrderResponse"]},{"name":"otaSourceName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"分销商名称","txtValue":null,"enum":null,"id":"param1785","pid":"param1781","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaTotalOrderResponse","IPageOtaTotalOrderResponse","OtaTotalOrderResponse"]},{"name":"orderId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"订单id","txtValue":null,"enum":null,"id":"param1786","pid":"param1781","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaTotalOrderResponse","IPageOtaTotalOrderResponse","OtaTotalOrderResponse"]},{"name":"orderNo","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"订单号","txtValue":null,"enum":null,"id":"param1787","pid":"param1781","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaTotalOrderResponse","IPageOtaTotalOrderResponse","OtaTotalOrderResponse"]},{"name":"partnerOrderNo","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"合作方订单号","txtValue":null,"enum":null,"id":"param1788","pid":"param1781","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaTotalOrderResponse","IPageOtaTotalOrderResponse","OtaTotalOrderResponse"]},{"name":"projectName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"项目名称","txtValue":null,"enum":null,"id":"param1789","pid":"param1781","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["IPageOtaTotalOrderResponse","IPageOtaTotalOrderResponse","OtaTotalOrderResponse"]}],"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1781","ignoreFilterName":null,"in":null,"level":1,"name":"records","parentTypes":["IPageOtaTotalOrderResponse","IPageOtaTotalOrderResponse"],"pid":"param1705","require":false,"schema":true,"schemaValue":"OtaTotalOrderResponse","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["IPageOtaTotalOrderResponse"]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param1732","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param1733","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"77e5c0860edcdac03e4852bc1cd2b722","operationId":"getById_1","deprecated":false,"summary":"订单详情","methodType":"POST","showUrl":"/platform/order/getById","consumes":["application/x-www-form-urlencoded","application/json"],"produces":["*/*"],"author":null,"description":"<p>会同时返回票信息</p>\n","requestValue":"{\n \"data\": {\n \"projectName\": \"\",\n \"orderId\": \"\"\n }\n}","reqParameters":[{"name":"requestOtaTotalOrderGetByIdRequest","children":[{"name":"data","children":[{"name":"projectName","children":null,"description":"项目名称","in":null,"require":false,"type":"string","schemaValue":null},{"name":"orderId","children":null,"description":"分销商唯一id","in":null,"require":false,"type":"string","schemaValue":null}],"description":"","in":null,"require":false,"type":"OtaTotalOrderGetByIdRequest","schemaValue":"OtaTotalOrderGetByIdRequest"}],"description":"RequestOtaTotalOrderGetByIdRequest","in":"body","require":true,"type":"RequestOtaTotalOrderGetByIdRequest","schemaValue":"RequestOtaTotalOrderGetByIdRequest"}],"responseCodes":[{"code":"200","description":"OK","schema":"ResponseOrderResponse"}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"状态码","id":"param1854","type":"string","schemaValue":null},{"name":"msg","children":null,"description":"错误信息","id":"param1855","type":"string","schemaValue":null},{"name":"data","children":[{"name":"id","children":null,"description":"ID","id":"param2087","type":"string","schemaValue":null},{"name":"createTime","children":null,"description":"创建时间","id":"param2088","type":"string(date-time)","schemaValue":null},{"name":"otaSourceId","children":null,"description":"分销商id","id":"param2089","type":"string","schemaValue":null},{"name":"otaSourceCode","children":null,"description":"分销商编码","id":"param2090","type":"string","schemaValue":null},{"name":"otaSourceName","children":null,"description":"订单来源渠道 对应OTA渠道","id":"param2091","type":"string","schemaValue":null},{"name":"userId","children":null,"description":"自营订单的用户id 来源于user表","id":"param2092","type":"string","schemaValue":null},{"name":"payStatus","children":null,"description":"支付状态","id":"param2093","type":"string","schemaValue":null},{"name":"payTime","children":null,"description":"支付时间","id":"param2094","type":"string(date-time)","schemaValue":null},{"name":"closeTime","children":null,"description":"关闭时间","id":"param2095","type":"string(date-time)","schemaValue":null},{"name":"orderNo","children":null,"description":"订单号","id":"param2096","type":"string","schemaValue":null},{"name":"partnerOrderNo","children":null,"description":"合作方订单号","id":"param2097","type":"string","schemaValue":null},{"name":"buyerName","children":null,"description":"购买方名称","id":"param2098","type":"string","schemaValue":null},{"name":"buyerPhone","children":null,"description":"购买方电话","id":"param2099","type":"string","schemaValue":null},{"name":"buyerIdentify","children":null,"description":"购买方证件号","id":"param2100","type":"string","schemaValue":null},{"name":"buyerIdentifyType","children":null,"description":"购买方证件类型","id":"param2101","type":"integer(int32)","schemaValue":null},{"name":"price","children":null,"description":"订单总额","id":"param2102","type":"number","schemaValue":null},{"name":"settlementPrice","children":null,"description":"结算价,即分销商和景区结算的价格,单位:元,保留两位小数","id":"param2103","type":"number","schemaValue":null},{"name":"status","children":null,"description":"订单状态","id":"param2104","type":"string","schemaValue":null},{"name":"otaCreateStatus","children":null,"description":"订单的创建状态 初始化为0 如果线下创建成功并线上也处理成功 该值为1","id":"param2105","type":"integer(int32)","schemaValue":null},{"name":"otaCreateMsg","children":null,"description":"订单创建信息 记录一下下单的错误信息","id":"param2106","type":"string","schemaValue":null},{"name":"isSelfOrder","children":null,"description":"默认为0 只有自营订单才是1","id":"param2107","type":"integer(int32)","schemaValue":null},{"name":"ticketList","children":[{"name":"id","children":null,"description":"ID","id":"param2109","type":"string","schemaValue":null},{"name":"createTime","children":null,"description":"创建时间","id":"param2110","type":"string","schemaValue":null},{"name":"otaProductId","children":null,"description":"产品Id","id":"param2111","type":"string","schemaValue":null},{"name":"ticketTypeId","children":null,"description":"票种id","id":"param2112","type":"integer","schemaValue":null},{"name":"ticketTypeName","children":null,"description":"票种","id":"param2113","type":"string","schemaValue":null},{"name":"batchConfigId","children":null,"description":"场次id","id":"param2114","type":"integer","schemaValue":null},{"name":"batchConfigName","children":null,"description":"场次名称","id":"param2115","type":"string","schemaValue":null},{"name":"ticketNo","children":null,"description":"票号","id":"param2116","type":"string","schemaValue":null},{"name":"otaTicketNo","children":null,"description":"线上票号","id":"param2117","type":"string","schemaValue":null},{"name":"checkNum","children":null,"description":"售票人数 一码一人时为1 一码多人时为实际售票人数","id":"param2118","type":"integer","schemaValue":null},{"name":"qrcodeUrl","children":null,"description":"票号二维码图片地址","id":"param2119","type":"string","schemaValue":null},{"name":"playDateBegin","children":null,"description":"游玩时间","id":"param2120","type":"string","schemaValue":null},{"name":"playDateEnd","children":null,"description":"游玩时间","id":"param2121","type":"string","schemaValue":null},{"name":"buyTime","children":null,"description":"付款时间 等于订单支付时间","id":"param2122","type":"string","schemaValue":null},{"name":"guestName","children":null,"description":"游客姓名","id":"param2123","type":"string","schemaValue":null},{"name":"guestPhone","children":null,"description":"游客电话","id":"param2124","type":"string","schemaValue":null},{"name":"guestIdentify","children":null,"description":"游客证件号","id":"param2125","type":"string","schemaValue":null},{"name":"guestIdentifyType","children":null,"description":"游客证件类型 0表示身份证,1表示护照,2表示军官证,3表示台胞证,4表示港澳通行证,5表示大陆居民往来台湾通行证,6表示港澳居民来往内地通行证,7表示外国人永久居留证,8表示港澳台居民居住证 默认为0","id":"param2126","type":"integer","schemaValue":null},{"name":"status","children":null,"description":"门票状态","id":"param2127","type":"string","schemaValue":null},{"name":"price","children":null,"description":"票价","id":"param2128","type":"number","schemaValue":null},{"name":"marketPrice","children":null,"description":"市场价,即划线价,单位:元,保留两位小数;需大于等于售卖价","id":"param2129","type":"number","schemaValue":null},{"name":"settlementPrice","children":null,"description":"结算价,即分销商和景区结算的价格,单位:元,保留两位小数","id":"param2130","type":"number","schemaValue":null},{"name":"firstCheckTime","children":null,"description":"首次检票时间 只会在首次检票更新","id":"param2131","type":"string","schemaValue":null},{"name":"checkTime","children":null,"description":"每次检票都会更新 代表最后一次检票时间","id":"param2132","type":"string","schemaValue":null},{"name":"isCheckSend","children":null,"description":"OTA核销通知字段 通知成功该值为1 用于通知重试","id":"param2133","type":"integer","schemaValue":null},{"name":"checkSendTime","children":null,"description":"通知时间","id":"param2134","type":"string","schemaValue":null},{"name":"cancelAdminId","children":null,"description":"退款操作人","id":"param2135","type":"string","schemaValue":null},{"name":"cancelAdminName","children":null,"description":"退款操作人","id":"param2136","type":"string","schemaValue":null},{"name":"cancelSubmitTime","children":null,"description":"申请退款时间","id":"param2137","type":"string","schemaValue":null},{"name":"cancelPrice","children":null,"description":"退款金额","id":"param2138","type":"number","schemaValue":null},{"name":"cancelCompleteTime","children":null,"description":"退款完成时间","id":"param2139","type":"string","schemaValue":null},{"name":"isForceCancel","children":null,"description":"是否是强制取消的 默认为0 如果是强制取消 该值为1","id":"param2140","type":"integer","schemaValue":null},{"name":"xcPassengerId","children":null,"description":"携程出行人编号,用来标识该订单每一位出行人","id":"param2141","type":"string","schemaValue":null}],"description":"票列表","id":"param2108","type":"array","schemaValue":"TicketResponse"}],"description":"","id":"param1856","type":"OrderResponse","schemaValue":"OrderResponse"},{"name":"logId","children":null,"description":"响应ID","id":"param1967","type":"string","schemaValue":null},{"name":"responseTime","children":null,"description":"响应时间","id":"param1968","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": {\n\t\t\"id\": \"\",\n\t\t\"createTime\": \"\",\n\t\t\"otaSourceId\": \"\",\n\t\t\"otaSourceCode\": \"\",\n\t\t\"otaSourceName\": \"\",\n\t\t\"userId\": \"\",\n\t\t\"payStatus\": \"\",\n\t\t\"payTime\": \"\",\n\t\t\"closeTime\": \"\",\n\t\t\"orderNo\": \"\",\n\t\t\"partnerOrderNo\": \"\",\n\t\t\"buyerName\": \"\",\n\t\t\"buyerPhone\": \"\",\n\t\t\"buyerIdentify\": \"\",\n\t\t\"buyerIdentifyType\": 0,\n\t\t\"price\": 0,\n\t\t\"settlementPrice\": 0,\n\t\t\"status\": \"\",\n\t\t\"otaCreateStatus\": 0,\n\t\t\"otaCreateMsg\": \"\",\n\t\t\"isSelfOrder\": 0,\n\t\t\"ticketList\": [\n\t\t\t{\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"createTime\": \"\",\n\t\t\t\t\"otaProductId\": \"\",\n\t\t\t\t\"ticketTypeId\": 0,\n\t\t\t\t\"ticketTypeName\": \"\",\n\t\t\t\t\"batchConfigId\": 0,\n\t\t\t\t\"batchConfigName\": \"\",\n\t\t\t\t\"ticketNo\": \"\",\n\t\t\t\t\"otaTicketNo\": \"\",\n\t\t\t\t\"checkNum\": 0,\n\t\t\t\t\"qrcodeUrl\": \"\",\n\t\t\t\t\"playDateBegin\": \"\",\n\t\t\t\t\"playDateEnd\": \"\",\n\t\t\t\t\"buyTime\": \"\",\n\t\t\t\t\"guestName\": \"\",\n\t\t\t\t\"guestPhone\": \"\",\n\t\t\t\t\"guestIdentify\": \"\",\n\t\t\t\t\"guestIdentifyType\": 0,\n\t\t\t\t\"status\": \"\",\n\t\t\t\t\"price\": 0,\n\t\t\t\t\"marketPrice\": 0,\n\t\t\t\t\"settlementPrice\": 0,\n\t\t\t\t\"firstCheckTime\": \"\",\n\t\t\t\t\"checkTime\": \"\",\n\t\t\t\t\"isCheckSend\": 0,\n\t\t\t\t\"checkSendTime\": \"\",\n\t\t\t\t\"cancelAdminId\": \"\",\n\t\t\t\t\"cancelAdminName\": \"\",\n\t\t\t\t\"cancelSubmitTime\": \"\",\n\t\t\t\t\"cancelPrice\": 0,\n\t\t\t\t\"cancelCompleteTime\": \"\",\n\t\t\t\t\"isForceCancel\": 0,\n\t\t\t\t\"xcPassengerId\": \"\"\n\t\t\t}\n\t\t]\n\t},\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":false,"code":"200","description":"OK","schema":"ResponseOrderResponse","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": {\n\t\t\"id\": \"\",\n\t\t\"createTime\": \"\",\n\t\t\"otaSourceId\": \"\",\n\t\t\"otaSourceCode\": \"\",\n\t\t\"otaSourceName\": \"\",\n\t\t\"userId\": \"\",\n\t\t\"payStatus\": \"\",\n\t\t\"payTime\": \"\",\n\t\t\"closeTime\": \"\",\n\t\t\"orderNo\": \"\",\n\t\t\"partnerOrderNo\": \"\",\n\t\t\"buyerName\": \"\",\n\t\t\"buyerPhone\": \"\",\n\t\t\"buyerIdentify\": \"\",\n\t\t\"buyerIdentifyType\": 0,\n\t\t\"price\": 0,\n\t\t\"settlementPrice\": 0,\n\t\t\"status\": \"\",\n\t\t\"otaCreateStatus\": 0,\n\t\t\"otaCreateMsg\": \"\",\n\t\t\"isSelfOrder\": 0,\n\t\t\"ticketList\": [\n\t\t\t{\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"createTime\": \"\",\n\t\t\t\t\"otaProductId\": \"\",\n\t\t\t\t\"ticketTypeId\": 0,\n\t\t\t\t\"ticketTypeName\": \"\",\n\t\t\t\t\"batchConfigId\": 0,\n\t\t\t\t\"batchConfigName\": \"\",\n\t\t\t\t\"ticketNo\": \"\",\n\t\t\t\t\"otaTicketNo\": \"\",\n\t\t\t\t\"checkNum\": 0,\n\t\t\t\t\"qrcodeUrl\": \"\",\n\t\t\t\t\"playDateBegin\": \"\",\n\t\t\t\t\"playDateEnd\": \"\",\n\t\t\t\t\"buyTime\": \"\",\n\t\t\t\t\"guestName\": \"\",\n\t\t\t\t\"guestPhone\": \"\",\n\t\t\t\t\"guestIdentify\": \"\",\n\t\t\t\t\"guestIdentifyType\": 0,\n\t\t\t\t\"status\": \"\",\n\t\t\t\t\"price\": 0,\n\t\t\t\t\"marketPrice\": 0,\n\t\t\t\t\"settlementPrice\": 0,\n\t\t\t\t\"firstCheckTime\": \"\",\n\t\t\t\t\"checkTime\": \"\",\n\t\t\t\t\"isCheckSend\": 0,\n\t\t\t\t\"checkSendTime\": \"\",\n\t\t\t\t\"cancelAdminId\": \"\",\n\t\t\t\t\"cancelAdminName\": \"\",\n\t\t\t\t\"cancelSubmitTime\": \"\",\n\t\t\t\t\"cancelPrice\": 0,\n\t\t\t\t\"cancelCompleteTime\": \"\",\n\t\t\t\t\"isForceCancel\": 0,\n\t\t\t\t\"xcPassengerId\": \"\"\n\t\t\t}\n\t\t]\n\t},\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}","responseJson":{"code":"","msg":"","data":{"id":"","createTime":"","otaSourceId":"","otaSourceCode":"","otaSourceName":"","userId":"","payStatus":"","payTime":"","closeTime":"","orderNo":"","partnerOrderNo":"","buyerName":"","buyerPhone":"","buyerIdentify":"","buyerIdentifyType":0,"price":0,"settlementPrice":0,"status":"","otaCreateStatus":0,"otaCreateMsg":"","isSelfOrder":0,"ticketList":[{"id":"","createTime":"","otaProductId":"","ticketTypeId":0,"ticketTypeName":"","batchConfigId":0,"batchConfigName":"","ticketNo":"","otaTicketNo":"","checkNum":0,"qrcodeUrl":"","playDateBegin":"","playDateEnd":"","buyTime":"","guestName":"","guestPhone":"","guestIdentify":"","guestIdentifyType":0,"status":"","price":0,"marketPrice":0,"settlementPrice":0,"firstCheckTime":"","checkTime":"","isCheckSend":0,"checkSendTime":"","cancelAdminId":"","cancelAdminName":"","cancelSubmitTime":"","cancelPrice":0,"cancelCompleteTime":"","isForceCancel":0,"xcPassengerId":""}]},"logId":"","responseTime":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param1854","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param1855","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"OrderResponse","in":null,"schema":true,"schemaValue":"OrderResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1856","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"ID","enum":null,"id":"param2087","ignoreFilterName":null,"in":null,"level":1,"name":"id","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"创建时间","enum":null,"id":"param2088","ignoreFilterName":null,"in":null,"level":1,"name":"createTime","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"分销商id","enum":null,"id":"param2089","ignoreFilterName":null,"in":null,"level":1,"name":"otaSourceId","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"分销商编码","enum":null,"id":"param2090","ignoreFilterName":null,"in":null,"level":1,"name":"otaSourceCode","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"订单来源渠道 对应OTA渠道","enum":null,"id":"param2091","ignoreFilterName":null,"in":null,"level":1,"name":"otaSourceName","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"自营订单的用户id 来源于user表","enum":null,"id":"param2092","ignoreFilterName":null,"in":null,"level":1,"name":"userId","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"支付状态","enum":null,"id":"param2093","ignoreFilterName":null,"in":null,"level":1,"name":"payStatus","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"支付时间","enum":null,"id":"param2094","ignoreFilterName":null,"in":null,"level":1,"name":"payTime","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"关闭时间","enum":null,"id":"param2095","ignoreFilterName":null,"in":null,"level":1,"name":"closeTime","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"订单号","enum":null,"id":"param2096","ignoreFilterName":null,"in":null,"level":1,"name":"orderNo","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"合作方订单号","enum":null,"id":"param2097","ignoreFilterName":null,"in":null,"level":1,"name":"partnerOrderNo","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"购买方名称","enum":null,"id":"param2098","ignoreFilterName":null,"in":null,"level":1,"name":"buyerName","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"购买方电话","enum":null,"id":"param2099","ignoreFilterName":null,"in":null,"level":1,"name":"buyerPhone","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"购买方证件号","enum":null,"id":"param2100","ignoreFilterName":null,"in":null,"level":1,"name":"buyerIdentify","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"购买方证件类型","enum":null,"id":"param2101","ignoreFilterName":null,"in":null,"level":1,"name":"buyerIdentifyType","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"订单总额","enum":null,"id":"param2102","ignoreFilterName":null,"in":null,"level":1,"name":"price","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"number","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"结算价,即分销商和景区结算的价格,单位:元,保留两位小数","enum":null,"id":"param2103","ignoreFilterName":null,"in":null,"level":1,"name":"settlementPrice","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"number","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"订单状态","enum":null,"id":"param2104","ignoreFilterName":null,"in":null,"level":1,"name":"status","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"订单的创建状态 初始化为0 如果线下创建成功并线上也处理成功 该值为1","enum":null,"id":"param2105","ignoreFilterName":null,"in":null,"level":1,"name":"otaCreateStatus","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"订单创建信息 记录一下下单的错误信息","enum":null,"id":"param2106","ignoreFilterName":null,"in":null,"level":1,"name":"otaCreateMsg","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"默认为0 只有自营订单才是1","enum":null,"id":"param2107","ignoreFilterName":null,"in":null,"level":1,"name":"isSelfOrder","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param2109","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param2110","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"otaProductId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"产品Id","txtValue":null,"enum":null,"id":"param2111","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"ticketTypeId","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"票种id","txtValue":null,"enum":null,"id":"param2112","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"ticketTypeName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"票种","txtValue":null,"enum":null,"id":"param2113","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"batchConfigId","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"场次id","txtValue":null,"enum":null,"id":"param2114","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"batchConfigName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"场次名称","txtValue":null,"enum":null,"id":"param2115","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"ticketNo","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"票号","txtValue":null,"enum":null,"id":"param2116","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"otaTicketNo","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"线上票号","txtValue":null,"enum":null,"id":"param2117","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"checkNum","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"售票人数 一码一人时为1 一码多人时为实际售票人数","txtValue":null,"enum":null,"id":"param2118","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"qrcodeUrl","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"票号二维码图片地址","txtValue":null,"enum":null,"id":"param2119","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"playDateBegin","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"游玩时间","txtValue":null,"enum":null,"id":"param2120","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"playDateEnd","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"游玩时间","txtValue":null,"enum":null,"id":"param2121","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"buyTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"付款时间 等于订单支付时间","txtValue":null,"enum":null,"id":"param2122","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"guestName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"游客姓名","txtValue":null,"enum":null,"id":"param2123","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"guestPhone","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"游客电话","txtValue":null,"enum":null,"id":"param2124","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"guestIdentify","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"游客证件号","txtValue":null,"enum":null,"id":"param2125","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"guestIdentifyType","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"游客证件类型 0表示身份证,1表示护照,2表示军官证,3表示台胞证,4表示港澳通行证,5表示大陆居民往来台湾通行证,6表示港澳居民来往内地通行证,7表示外国人永久居留证,8表示港澳台居民居住证 默认为0","txtValue":null,"enum":null,"id":"param2126","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"status","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"门票状态","txtValue":null,"enum":null,"id":"param2127","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"price","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"票价","txtValue":null,"enum":null,"id":"param2128","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"marketPrice","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"市场价,即划线价,单位:元,保留两位小数;需大于等于售卖价","txtValue":null,"enum":null,"id":"param2129","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"settlementPrice","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"结算价,即分销商和景区结算的价格,单位:元,保留两位小数","txtValue":null,"enum":null,"id":"param2130","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"firstCheckTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"首次检票时间 只会在首次检票更新","txtValue":null,"enum":null,"id":"param2131","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"checkTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"每次检票都会更新 代表最后一次检票时间","txtValue":null,"enum":null,"id":"param2132","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"isCheckSend","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"OTA核销通知字段 通知成功该值为1 用于通知重试","txtValue":null,"enum":null,"id":"param2133","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"checkSendTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"通知时间","txtValue":null,"enum":null,"id":"param2134","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"cancelAdminId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"退款操作人","txtValue":null,"enum":null,"id":"param2135","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"cancelAdminName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"退款操作人","txtValue":null,"enum":null,"id":"param2136","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"cancelSubmitTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"申请退款时间","txtValue":null,"enum":null,"id":"param2137","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"cancelPrice","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"退款金额","txtValue":null,"enum":null,"id":"param2138","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"cancelCompleteTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"退款完成时间","txtValue":null,"enum":null,"id":"param2139","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"isForceCancel","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"是否是强制取消的 默认为0 如果是强制取消 该值为1","txtValue":null,"enum":null,"id":"param2140","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"xcPassengerId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"携程出行人编号,用来标识该订单每一位出行人","txtValue":null,"enum":null,"id":"param2141","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]}],"childrenTypes":[],"def":null,"description":"票列表","enum":null,"id":"param2108","ignoreFilterName":null,"in":null,"level":1,"name":"ticketList","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":true,"schemaValue":"TicketResponse","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["OrderResponse"]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param1967","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param1968","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"ResponseOrderResponse","responseRefParameters":[{"name":"OrderResponse","params":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param1857","pid":"param1856","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param1858","pid":"param1856","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"otaSourceId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"分销商id","txtValue":null,"enum":null,"id":"param1859","pid":"param1856","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"otaSourceCode","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"分销商编码","txtValue":null,"enum":null,"id":"param1860","pid":"param1856","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"otaSourceName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"订单来源渠道 对应OTA渠道","txtValue":null,"enum":null,"id":"param1861","pid":"param1856","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"userId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"自营订单的用户id 来源于user表","txtValue":null,"enum":null,"id":"param1862","pid":"param1856","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"payStatus","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"支付状态","txtValue":null,"enum":null,"id":"param1863","pid":"param1856","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"payTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"支付时间","txtValue":null,"enum":null,"id":"param1864","pid":"param1856","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"closeTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"关闭时间","txtValue":null,"enum":null,"id":"param1865","pid":"param1856","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"orderNo","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"订单号","txtValue":null,"enum":null,"id":"param1866","pid":"param1856","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"partnerOrderNo","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"合作方订单号","txtValue":null,"enum":null,"id":"param1867","pid":"param1856","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"buyerName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"购买方名称","txtValue":null,"enum":null,"id":"param1868","pid":"param1856","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"buyerPhone","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"购买方电话","txtValue":null,"enum":null,"id":"param1869","pid":"param1856","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"buyerIdentify","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"购买方证件号","txtValue":null,"enum":null,"id":"param1870","pid":"param1856","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"buyerIdentifyType","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"购买方证件类型","txtValue":null,"enum":null,"id":"param1871","pid":"param1856","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"price","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"订单总额","txtValue":null,"enum":null,"id":"param1872","pid":"param1856","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"settlementPrice","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"结算价,即分销商和景区结算的价格,单位:元,保留两位小数","txtValue":null,"enum":null,"id":"param1873","pid":"param1856","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"status","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"订单状态","txtValue":null,"enum":null,"id":"param1874","pid":"param1856","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"otaCreateStatus","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"订单的创建状态 初始化为0 如果线下创建成功并线上也处理成功 该值为1","txtValue":null,"enum":null,"id":"param1875","pid":"param1856","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"otaCreateMsg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"订单创建信息 记录一下下单的错误信息","txtValue":null,"enum":null,"id":"param1876","pid":"param1856","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"isSelfOrder","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"默认为0 只有自营订单才是1","txtValue":null,"enum":null,"id":"param1877","pid":"param1856","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"ticketList","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"TicketResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"票列表","txtValue":null,"enum":null,"id":"param1878","pid":"param1856","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]},{"name":"TicketResponse","params":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param1879","pid":"param1878","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param1880","pid":"param1878","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"otaProductId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"产品Id","txtValue":null,"enum":null,"id":"param1881","pid":"param1878","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"ticketTypeId","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"票种id","txtValue":null,"enum":null,"id":"param1882","pid":"param1878","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"ticketTypeName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"票种","txtValue":null,"enum":null,"id":"param1883","pid":"param1878","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"batchConfigId","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"场次id","txtValue":null,"enum":null,"id":"param1884","pid":"param1878","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"batchConfigName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"场次名称","txtValue":null,"enum":null,"id":"param1885","pid":"param1878","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"ticketNo","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"票号","txtValue":null,"enum":null,"id":"param1886","pid":"param1878","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"otaTicketNo","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"线上票号","txtValue":null,"enum":null,"id":"param1887","pid":"param1878","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"checkNum","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"售票人数 一码一人时为1 一码多人时为实际售票人数","txtValue":null,"enum":null,"id":"param1888","pid":"param1878","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"qrcodeUrl","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"票号二维码图片地址","txtValue":null,"enum":null,"id":"param1889","pid":"param1878","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"playDateBegin","ignoreFilterName":null,"require":false,"type":"string(date)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"游玩时间","txtValue":null,"enum":null,"id":"param1890","pid":"param1878","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"playDateEnd","ignoreFilterName":null,"require":false,"type":"string(date)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"游玩时间","txtValue":null,"enum":null,"id":"param1891","pid":"param1878","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"buyTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"付款时间 等于订单支付时间","txtValue":null,"enum":null,"id":"param1892","pid":"param1878","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"guestName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"游客姓名","txtValue":null,"enum":null,"id":"param1893","pid":"param1878","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"guestPhone","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"游客电话","txtValue":null,"enum":null,"id":"param1894","pid":"param1878","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"guestIdentify","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"游客证件号","txtValue":null,"enum":null,"id":"param1895","pid":"param1878","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"guestIdentifyType","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"游客证件类型 0表示身份证,1表示护照,2表示军官证,3表示台胞证,4表示港澳通行证,5表示大陆居民往来台湾通行证,6表示港澳居民来往内地通行证,7表示外国人永久居留证,8表示港澳台居民居住证 默认为0","txtValue":null,"enum":null,"id":"param1896","pid":"param1878","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"status","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"门票状态","txtValue":null,"enum":null,"id":"param1897","pid":"param1878","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"price","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"票价","txtValue":null,"enum":null,"id":"param1898","pid":"param1878","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"marketPrice","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"市场价,即划线价,单位:元,保留两位小数;需大于等于售卖价","txtValue":null,"enum":null,"id":"param1899","pid":"param1878","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"settlementPrice","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"结算价,即分销商和景区结算的价格,单位:元,保留两位小数","txtValue":null,"enum":null,"id":"param1900","pid":"param1878","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"firstCheckTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"首次检票时间 只会在首次检票更新","txtValue":null,"enum":null,"id":"param1901","pid":"param1878","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"checkTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"每次检票都会更新 代表最后一次检票时间","txtValue":null,"enum":null,"id":"param1902","pid":"param1878","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"isCheckSend","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"OTA核销通知字段 通知成功该值为1 用于通知重试","txtValue":null,"enum":null,"id":"param1903","pid":"param1878","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"checkSendTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"通知时间","txtValue":null,"enum":null,"id":"param1904","pid":"param1878","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"cancelAdminId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"退款操作人","txtValue":null,"enum":null,"id":"param1905","pid":"param1878","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"cancelAdminName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"退款操作人","txtValue":null,"enum":null,"id":"param1906","pid":"param1878","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"cancelSubmitTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"申请退款时间","txtValue":null,"enum":null,"id":"param1907","pid":"param1878","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"cancelPrice","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"退款金额","txtValue":null,"enum":null,"id":"param1908","pid":"param1878","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"cancelCompleteTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"退款完成时间","txtValue":null,"enum":null,"id":"param1909","pid":"param1878","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"isForceCancel","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"是否是强制取消的 默认为0 如果是强制取消 该值为1","txtValue":null,"enum":null,"id":"param1910","pid":"param1878","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"xcPassengerId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"携程出行人编号,用来标识该订单每一位出行人","txtValue":null,"enum":null,"id":"param1911","pid":"param1878","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}],"responseTreetableRefParameters":[{"init":false,"id":"param1856","name":"OrderResponse","params":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param1912","pid":"param1856","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param1913","pid":"param1856","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse"]},{"name":"otaSourceId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"分销商id","txtValue":null,"enum":null,"id":"param1914","pid":"param1856","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse"]},{"name":"otaSourceCode","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"分销商编码","txtValue":null,"enum":null,"id":"param1915","pid":"param1856","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse"]},{"name":"otaSourceName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"订单来源渠道 对应OTA渠道","txtValue":null,"enum":null,"id":"param1916","pid":"param1856","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse"]},{"name":"userId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"自营订单的用户id 来源于user表","txtValue":null,"enum":null,"id":"param1917","pid":"param1856","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse"]},{"name":"payStatus","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"支付状态","txtValue":null,"enum":null,"id":"param1918","pid":"param1856","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse"]},{"name":"payTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"支付时间","txtValue":null,"enum":null,"id":"param1919","pid":"param1856","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse"]},{"name":"closeTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"关闭时间","txtValue":null,"enum":null,"id":"param1920","pid":"param1856","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse"]},{"name":"orderNo","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"订单号","txtValue":null,"enum":null,"id":"param1921","pid":"param1856","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse"]},{"name":"partnerOrderNo","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"合作方订单号","txtValue":null,"enum":null,"id":"param1922","pid":"param1856","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse"]},{"name":"buyerName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"购买方名称","txtValue":null,"enum":null,"id":"param1923","pid":"param1856","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse"]},{"name":"buyerPhone","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"购买方电话","txtValue":null,"enum":null,"id":"param1924","pid":"param1856","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse"]},{"name":"buyerIdentify","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"购买方证件号","txtValue":null,"enum":null,"id":"param1925","pid":"param1856","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse"]},{"name":"buyerIdentifyType","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"购买方证件类型","txtValue":null,"enum":null,"id":"param1926","pid":"param1856","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse"]},{"name":"price","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"订单总额","txtValue":null,"enum":null,"id":"param1927","pid":"param1856","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse"]},{"name":"settlementPrice","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"结算价,即分销商和景区结算的价格,单位:元,保留两位小数","txtValue":null,"enum":null,"id":"param1928","pid":"param1856","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse"]},{"name":"status","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"订单状态","txtValue":null,"enum":null,"id":"param1929","pid":"param1856","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse"]},{"name":"otaCreateStatus","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"订单的创建状态 初始化为0 如果线下创建成功并线上也处理成功 该值为1","txtValue":null,"enum":null,"id":"param1930","pid":"param1856","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse"]},{"name":"otaCreateMsg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"订单创建信息 记录一下下单的错误信息","txtValue":null,"enum":null,"id":"param1931","pid":"param1856","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse"]},{"name":"isSelfOrder","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"默认为0 只有自营订单才是1","txtValue":null,"enum":null,"id":"param1932","pid":"param1856","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse"]},{"name":"ticketList","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"TicketResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"票列表","txtValue":null,"enum":null,"id":"param1933","pid":"param1856","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse"]}],"level":1,"childrenTypes":[]},{"init":false,"id":"param1933","name":"TicketResponse","params":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param1934","pid":"param1933","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param1935","pid":"param1933","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"otaProductId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"产品Id","txtValue":null,"enum":null,"id":"param1936","pid":"param1933","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"ticketTypeId","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"票种id","txtValue":null,"enum":null,"id":"param1937","pid":"param1933","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"ticketTypeName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"票种","txtValue":null,"enum":null,"id":"param1938","pid":"param1933","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"batchConfigId","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"场次id","txtValue":null,"enum":null,"id":"param1939","pid":"param1933","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"batchConfigName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"场次名称","txtValue":null,"enum":null,"id":"param1940","pid":"param1933","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"ticketNo","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"票号","txtValue":null,"enum":null,"id":"param1941","pid":"param1933","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"otaTicketNo","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"线上票号","txtValue":null,"enum":null,"id":"param1942","pid":"param1933","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"checkNum","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"售票人数 一码一人时为1 一码多人时为实际售票人数","txtValue":null,"enum":null,"id":"param1943","pid":"param1933","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"qrcodeUrl","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"票号二维码图片地址","txtValue":null,"enum":null,"id":"param1944","pid":"param1933","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"playDateBegin","ignoreFilterName":null,"require":false,"type":"string(date)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"游玩时间","txtValue":null,"enum":null,"id":"param1945","pid":"param1933","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"playDateEnd","ignoreFilterName":null,"require":false,"type":"string(date)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"游玩时间","txtValue":null,"enum":null,"id":"param1946","pid":"param1933","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"buyTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"付款时间 等于订单支付时间","txtValue":null,"enum":null,"id":"param1947","pid":"param1933","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"guestName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"游客姓名","txtValue":null,"enum":null,"id":"param1948","pid":"param1933","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"guestPhone","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"游客电话","txtValue":null,"enum":null,"id":"param1949","pid":"param1933","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"guestIdentify","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"游客证件号","txtValue":null,"enum":null,"id":"param1950","pid":"param1933","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"guestIdentifyType","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"游客证件类型 0表示身份证,1表示护照,2表示军官证,3表示台胞证,4表示港澳通行证,5表示大陆居民往来台湾通行证,6表示港澳居民来往内地通行证,7表示外国人永久居留证,8表示港澳台居民居住证 默认为0","txtValue":null,"enum":null,"id":"param1951","pid":"param1933","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"status","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"门票状态","txtValue":null,"enum":null,"id":"param1952","pid":"param1933","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"price","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"票价","txtValue":null,"enum":null,"id":"param1953","pid":"param1933","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"marketPrice","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"市场价,即划线价,单位:元,保留两位小数;需大于等于售卖价","txtValue":null,"enum":null,"id":"param1954","pid":"param1933","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"settlementPrice","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"结算价,即分销商和景区结算的价格,单位:元,保留两位小数","txtValue":null,"enum":null,"id":"param1955","pid":"param1933","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"firstCheckTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"首次检票时间 只会在首次检票更新","txtValue":null,"enum":null,"id":"param1956","pid":"param1933","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"checkTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"每次检票都会更新 代表最后一次检票时间","txtValue":null,"enum":null,"id":"param1957","pid":"param1933","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"isCheckSend","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"OTA核销通知字段 通知成功该值为1 用于通知重试","txtValue":null,"enum":null,"id":"param1958","pid":"param1933","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"checkSendTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"通知时间","txtValue":null,"enum":null,"id":"param1959","pid":"param1933","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"cancelAdminId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"退款操作人","txtValue":null,"enum":null,"id":"param1960","pid":"param1933","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"cancelAdminName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"退款操作人","txtValue":null,"enum":null,"id":"param1961","pid":"param1933","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"cancelSubmitTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"申请退款时间","txtValue":null,"enum":null,"id":"param1962","pid":"param1933","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"cancelPrice","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"退款金额","txtValue":null,"enum":null,"id":"param1963","pid":"param1933","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"cancelCompleteTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"退款完成时间","txtValue":null,"enum":null,"id":"param1964","pid":"param1933","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"isForceCancel","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"是否是强制取消的 默认为0 如果是强制取消 该值为1","txtValue":null,"enum":null,"id":"param1965","pid":"param1933","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"xcPassengerId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"携程出行人编号,用来标识该订单每一位出行人","txtValue":null,"enum":null,"id":"param1966","pid":"param1933","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]}],"level":1,"childrenTypes":[]}],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param1854","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param1855","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"OrderResponse","in":null,"schema":true,"schemaValue":"OrderResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1856","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"ID","enum":null,"id":"param2087","ignoreFilterName":null,"in":null,"level":1,"name":"id","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"创建时间","enum":null,"id":"param2088","ignoreFilterName":null,"in":null,"level":1,"name":"createTime","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"分销商id","enum":null,"id":"param2089","ignoreFilterName":null,"in":null,"level":1,"name":"otaSourceId","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"分销商编码","enum":null,"id":"param2090","ignoreFilterName":null,"in":null,"level":1,"name":"otaSourceCode","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"订单来源渠道 对应OTA渠道","enum":null,"id":"param2091","ignoreFilterName":null,"in":null,"level":1,"name":"otaSourceName","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"自营订单的用户id 来源于user表","enum":null,"id":"param2092","ignoreFilterName":null,"in":null,"level":1,"name":"userId","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"支付状态","enum":null,"id":"param2093","ignoreFilterName":null,"in":null,"level":1,"name":"payStatus","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"支付时间","enum":null,"id":"param2094","ignoreFilterName":null,"in":null,"level":1,"name":"payTime","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"关闭时间","enum":null,"id":"param2095","ignoreFilterName":null,"in":null,"level":1,"name":"closeTime","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"订单号","enum":null,"id":"param2096","ignoreFilterName":null,"in":null,"level":1,"name":"orderNo","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"合作方订单号","enum":null,"id":"param2097","ignoreFilterName":null,"in":null,"level":1,"name":"partnerOrderNo","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"购买方名称","enum":null,"id":"param2098","ignoreFilterName":null,"in":null,"level":1,"name":"buyerName","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"购买方电话","enum":null,"id":"param2099","ignoreFilterName":null,"in":null,"level":1,"name":"buyerPhone","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"购买方证件号","enum":null,"id":"param2100","ignoreFilterName":null,"in":null,"level":1,"name":"buyerIdentify","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"购买方证件类型","enum":null,"id":"param2101","ignoreFilterName":null,"in":null,"level":1,"name":"buyerIdentifyType","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"订单总额","enum":null,"id":"param2102","ignoreFilterName":null,"in":null,"level":1,"name":"price","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"number","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"结算价,即分销商和景区结算的价格,单位:元,保留两位小数","enum":null,"id":"param2103","ignoreFilterName":null,"in":null,"level":1,"name":"settlementPrice","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"number","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"订单状态","enum":null,"id":"param2104","ignoreFilterName":null,"in":null,"level":1,"name":"status","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"订单的创建状态 初始化为0 如果线下创建成功并线上也处理成功 该值为1","enum":null,"id":"param2105","ignoreFilterName":null,"in":null,"level":1,"name":"otaCreateStatus","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"订单创建信息 记录一下下单的错误信息","enum":null,"id":"param2106","ignoreFilterName":null,"in":null,"level":1,"name":"otaCreateMsg","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"默认为0 只有自营订单才是1","enum":null,"id":"param2107","ignoreFilterName":null,"in":null,"level":1,"name":"isSelfOrder","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param2109","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param2110","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"otaProductId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"产品Id","txtValue":null,"enum":null,"id":"param2111","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"ticketTypeId","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"票种id","txtValue":null,"enum":null,"id":"param2112","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"ticketTypeName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"票种","txtValue":null,"enum":null,"id":"param2113","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"batchConfigId","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"场次id","txtValue":null,"enum":null,"id":"param2114","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"batchConfigName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"场次名称","txtValue":null,"enum":null,"id":"param2115","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"ticketNo","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"票号","txtValue":null,"enum":null,"id":"param2116","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"otaTicketNo","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"线上票号","txtValue":null,"enum":null,"id":"param2117","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"checkNum","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"售票人数 一码一人时为1 一码多人时为实际售票人数","txtValue":null,"enum":null,"id":"param2118","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"qrcodeUrl","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"票号二维码图片地址","txtValue":null,"enum":null,"id":"param2119","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"playDateBegin","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"游玩时间","txtValue":null,"enum":null,"id":"param2120","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"playDateEnd","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"游玩时间","txtValue":null,"enum":null,"id":"param2121","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"buyTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"付款时间 等于订单支付时间","txtValue":null,"enum":null,"id":"param2122","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"guestName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"游客姓名","txtValue":null,"enum":null,"id":"param2123","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"guestPhone","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"游客电话","txtValue":null,"enum":null,"id":"param2124","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"guestIdentify","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"游客证件号","txtValue":null,"enum":null,"id":"param2125","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"guestIdentifyType","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"游客证件类型 0表示身份证,1表示护照,2表示军官证,3表示台胞证,4表示港澳通行证,5表示大陆居民往来台湾通行证,6表示港澳居民来往内地通行证,7表示外国人永久居留证,8表示港澳台居民居住证 默认为0","txtValue":null,"enum":null,"id":"param2126","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"status","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"门票状态","txtValue":null,"enum":null,"id":"param2127","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"price","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"票价","txtValue":null,"enum":null,"id":"param2128","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"marketPrice","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"市场价,即划线价,单位:元,保留两位小数;需大于等于售卖价","txtValue":null,"enum":null,"id":"param2129","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"settlementPrice","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"结算价,即分销商和景区结算的价格,单位:元,保留两位小数","txtValue":null,"enum":null,"id":"param2130","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"firstCheckTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"首次检票时间 只会在首次检票更新","txtValue":null,"enum":null,"id":"param2131","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"checkTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"每次检票都会更新 代表最后一次检票时间","txtValue":null,"enum":null,"id":"param2132","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"isCheckSend","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"OTA核销通知字段 通知成功该值为1 用于通知重试","txtValue":null,"enum":null,"id":"param2133","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"checkSendTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"通知时间","txtValue":null,"enum":null,"id":"param2134","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"cancelAdminId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"退款操作人","txtValue":null,"enum":null,"id":"param2135","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"cancelAdminName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"退款操作人","txtValue":null,"enum":null,"id":"param2136","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"cancelSubmitTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"申请退款时间","txtValue":null,"enum":null,"id":"param2137","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"cancelPrice","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"退款金额","txtValue":null,"enum":null,"id":"param2138","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"cancelCompleteTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"退款完成时间","txtValue":null,"enum":null,"id":"param2139","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"isForceCancel","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"是否是强制取消的 默认为0 如果是强制取消 该值为1","txtValue":null,"enum":null,"id":"param2140","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]},{"name":"xcPassengerId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"携程出行人编号,用来标识该订单每一位出行人","txtValue":null,"enum":null,"id":"param2141","pid":"param2108","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["OrderResponse","OrderResponse","TicketResponse"]}],"childrenTypes":[],"def":null,"description":"票列表","enum":null,"id":"param2108","ignoreFilterName":null,"in":null,"level":1,"name":"ticketList","parentTypes":["OrderResponse","OrderResponse"],"pid":"param1856","require":false,"schema":true,"schemaValue":"TicketResponse","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["OrderResponse"]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param1967","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param1968","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}}],"hasNew":false,"hasChanged":false},{"name":"平台内文件上传","description":null,"order":2147483647,"author":null,"childrens":[{"id":"fbd20813d18632dfc7370c687782a49c","operationId":"uploadFile","deprecated":false,"summary":"文件上传","methodType":"POST","showUrl":"/platform/file/upload","consumes":["application/x-www-form-urlencoded","application/json"],"produces":["*/*"],"author":null,"description":"<p>返回下载地址</p>\n","requestValue":null,"reqParameters":[{"name":"file","children":null,"description":"","in":"query","require":true,"type":"file","schemaValue":null}],"responseCodes":[{"code":"200","description":"OK","schema":"ResponseString"}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"状态码","id":"param2143","type":"string","schemaValue":null},{"name":"msg","children":null,"description":"错误信息","id":"param2144","type":"string","schemaValue":null},{"name":"data","children":null,"description":"业务对象","id":"param2145","type":"string","schemaValue":null},{"name":"logId","children":null,"description":"响应ID","id":"param2146","type":"string","schemaValue":null},{"name":"responseTime","children":null,"description":"响应时间","id":"param2147","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": \"\",\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":false,"code":"200","description":"OK","schema":"ResponseString","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": \"\",\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}","responseJson":{"code":"","msg":"","data":"","logId":"","responseTime":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param2143","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param2144","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param2145","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param2146","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param2147","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"ResponseString","responseRefParameters":[],"responseTreetableRefParameters":[],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param2143","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param2144","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param2145","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param2146","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param2147","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}}],"hasNew":false,"hasChanged":false},{"name":"缓存管理","description":null,"order":2147483647,"author":null,"childrens":[{"id":"cd85620d5c895fd16b3c609d111cb0f7","operationId":"delete","deprecated":false,"summary":"缓存删除","methodType":"POST","showUrl":"/platform/cache/delete","consumes":["application/x-www-form-urlencoded","application/json"],"produces":["*/*"],"author":null,"description":"<p>如果不指定key 会删除所有缓存 作为缓存更新的兜底策略</p>\n","requestValue":"{\n \"name\": \"\"\n}","reqParameters":[{"name":"clearCacheRequest","children":[{"name":"name","children":null,"description":"缓存前缀","in":null,"require":false,"type":"string","schemaValue":null}],"description":"ClearCacheRequest","in":"body","require":true,"type":"ClearCacheRequest","schemaValue":"ClearCacheRequest"}],"responseCodes":[{"code":"200","description":"OK","schema":"ResponseVoid"}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"状态码","id":"param2155","type":"string","schemaValue":null},{"name":"msg","children":null,"description":"错误信息","id":"param2156","type":"string","schemaValue":null},{"name":"data","children":null,"description":"业务对象","id":"param2157","type":"object","schemaValue":null},{"name":"logId","children":null,"description":"响应ID","id":"param2158","type":"string","schemaValue":null},{"name":"responseTime","children":null,"description":"响应时间","id":"param2159","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": {},\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":false,"code":"200","description":"OK","schema":"ResponseVoid","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": {},\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}","responseJson":{"code":"","msg":"","data":{},"logId":"","responseTime":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param2155","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param2156","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param2157","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param2158","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param2159","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"ResponseVoid","responseRefParameters":[],"responseTreetableRefParameters":[],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param2155","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param2156","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param2157","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param2158","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param2159","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}}],"hasNew":false,"hasChanged":false},{"name":"平台登录授权","description":null,"order":2147483647,"author":null,"childrens":[{"id":"cdd8260187df3d98545c95b88da1f904","operationId":"logout","deprecated":false,"summary":"登出","methodType":"POST","showUrl":"/platform/auth/logout","consumes":["application/x-www-form-urlencoded"],"produces":["*/*"],"author":null,"description":"<p>会删除token</p>\n","requestValue":null,"reqParameters":null,"responseCodes":[{"code":"200","description":"OK","schema":"ResponseBoolean"}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"状态码","id":"param2166","type":"string","schemaValue":null},{"name":"msg","children":null,"description":"错误信息","id":"param2167","type":"string","schemaValue":null},{"name":"data","children":null,"description":"业务对象","id":"param2168","type":"boolean","schemaValue":null},{"name":"logId","children":null,"description":"响应ID","id":"param2169","type":"string","schemaValue":null},{"name":"responseTime","children":null,"description":"响应时间","id":"param2170","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": true,\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":false,"code":"200","description":"OK","schema":"ResponseBoolean","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": true,\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}","responseJson":{"code":"","msg":"","data":true,"logId":"","responseTime":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param2166","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param2167","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param2168","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param2169","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param2170","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"ResponseBoolean","responseRefParameters":[],"responseTreetableRefParameters":[],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param2166","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param2167","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"业务对象","txtValue":null,"enum":null,"id":"param2168","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param2169","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param2170","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"7545e2076e3d3b5b928acbf3821c8f94","operationId":"login","deprecated":false,"summary":"登录","methodType":"POST","showUrl":"/platform/auth/login","consumes":["application/x-www-form-urlencoded","application/json"],"produces":["*/*"],"author":null,"description":"<p>拿到token 携带token</p>\n","requestValue":"{\n \"data\": {\n \"userName\": \"\",\n \"password\": \"\"\n }\n}","reqParameters":[{"name":"requestPlatformAdminLoginRequest","children":[{"name":"data","children":[{"name":"userName","children":null,"description":"登录账号","in":null,"require":true,"type":"string","schemaValue":null},{"name":"password","children":null,"description":"登录密码 使用des加密传输 密钥约定","in":null,"require":false,"type":"string","schemaValue":null}],"description":"","in":null,"require":false,"type":"PlatformAdminLoginRequest","schemaValue":"PlatformAdminLoginRequest"}],"description":"RequestPlatformAdminLoginRequest","in":"body","require":true,"type":"RequestPlatformAdminLoginRequest","schemaValue":"RequestPlatformAdminLoginRequest"}],"responseCodes":[{"code":"200","description":"OK","schema":"ResponsePlatformAdminLoginResponse"}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"状态码","id":"param2190","type":"string","schemaValue":null},{"name":"msg","children":null,"description":"错误信息","id":"param2191","type":"string","schemaValue":null},{"name":"data","children":[{"name":"admin","children":[{"name":"id","children":null,"description":"ID","id":"param2224","type":"string","schemaValue":null},{"name":"createTime","children":null,"description":"创建时间","id":"param2225","type":"string","schemaValue":null},{"name":"loginName","children":null,"description":"登录账号 唯一","id":"param2226","type":"string","schemaValue":null}],"description":"","id":"param2223","type":"PlatformAdminResponse","schemaValue":"PlatformAdminResponse"},{"name":"token","children":null,"description":"登录返回的token,后续的所有请求都需要携带,请求头中token名称为saToken-platform","id":"param2227","type":"string","schemaValue":null}],"description":"","id":"param2192","type":"PlatformAdminLoginResponse","schemaValue":"PlatformAdminLoginResponse"},{"name":"logId","children":null,"description":"响应ID","id":"param2203","type":"string","schemaValue":null},{"name":"responseTime","children":null,"description":"响应时间","id":"param2204","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": {\n\t\t\"admin\": {\n\t\t\t\"id\": \"\",\n\t\t\t\"createTime\": \"\",\n\t\t\t\"loginName\": \"\"\n\t\t},\n\t\t\"token\": \"\"\n\t},\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":false,"code":"200","description":"OK","schema":"ResponsePlatformAdminLoginResponse","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": \"\",\n\t\"msg\": \"\",\n\t\"data\": {\n\t\t\"admin\": {\n\t\t\t\"id\": \"\",\n\t\t\t\"createTime\": \"\",\n\t\t\t\"loginName\": \"\"\n\t\t},\n\t\t\"token\": \"\"\n\t},\n\t\"logId\": \"\",\n\t\"responseTime\": \"\"\n}","responseJson":{"code":"","msg":"","data":{"admin":{"id":"","createTime":"","loginName":""},"token":""},"logId":"","responseTime":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param2190","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param2191","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"PlatformAdminLoginResponse","in":null,"schema":true,"schemaValue":"PlatformAdminLoginResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param2192","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param2224","pid":"param2223","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["PlatformAdminLoginResponse","PlatformAdminLoginResponse","PlatformAdminResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param2225","pid":"param2223","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["PlatformAdminLoginResponse","PlatformAdminLoginResponse","PlatformAdminResponse"]},{"name":"loginName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"登录账号 唯一","txtValue":null,"enum":null,"id":"param2226","pid":"param2223","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["PlatformAdminLoginResponse","PlatformAdminLoginResponse","PlatformAdminResponse"]}],"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param2223","ignoreFilterName":null,"in":null,"level":1,"name":"admin","parentTypes":["PlatformAdminLoginResponse","PlatformAdminLoginResponse"],"pid":"param2192","require":false,"schema":true,"schemaValue":"PlatformAdminResponse","show":true,"txtValue":null,"type":"PlatformAdminResponse","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"登录返回的token,后续的所有请求都需要携带,请求头中token名称为saToken-platform","enum":null,"id":"param2227","ignoreFilterName":null,"in":null,"level":1,"name":"token","parentTypes":["PlatformAdminLoginResponse","PlatformAdminLoginResponse"],"pid":"param2192","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["PlatformAdminLoginResponse"]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param2203","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param2204","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"ResponsePlatformAdminLoginResponse","responseRefParameters":[{"name":"PlatformAdminLoginResponse","params":[{"name":"admin","ignoreFilterName":null,"require":false,"type":"PlatformAdminResponse","in":null,"schema":true,"schemaValue":"PlatformAdminResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param2193","pid":"param2192","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"token","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"登录返回的token,后续的所有请求都需要携带,请求头中token名称为saToken-platform","txtValue":null,"enum":null,"id":"param2197","pid":"param2192","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]},{"name":"PlatformAdminResponse","params":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param2194","pid":"param2193","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param2195","pid":"param2193","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"loginName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"登录账号 唯一","txtValue":null,"enum":null,"id":"param2196","pid":"param2193","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}],"responseTreetableRefParameters":[{"init":false,"id":"param2192","name":"PlatformAdminLoginResponse","params":[{"name":"admin","ignoreFilterName":null,"require":false,"type":"PlatformAdminResponse","in":null,"schema":true,"schemaValue":"PlatformAdminResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param2198","pid":"param2192","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["PlatformAdminLoginResponse","PlatformAdminLoginResponse"]},{"name":"token","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"登录返回的token,后续的所有请求都需要携带,请求头中token名称为saToken-platform","txtValue":null,"enum":null,"id":"param2202","pid":"param2192","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["PlatformAdminLoginResponse","PlatformAdminLoginResponse"]}],"level":1,"childrenTypes":[]},{"init":false,"id":"param2198","name":"PlatformAdminResponse","params":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param2199","pid":"param2198","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["PlatformAdminLoginResponse","PlatformAdminLoginResponse","PlatformAdminResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param2200","pid":"param2198","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["PlatformAdminLoginResponse","PlatformAdminLoginResponse","PlatformAdminResponse"]},{"name":"loginName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"登录账号 唯一","txtValue":null,"enum":null,"id":"param2201","pid":"param2198","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["PlatformAdminLoginResponse","PlatformAdminLoginResponse","PlatformAdminResponse"]}],"level":1,"childrenTypes":[]}],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"状态码","txtValue":null,"enum":null,"id":"param2190","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"错误信息","txtValue":null,"enum":null,"id":"param2191","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"data","ignoreFilterName":null,"require":false,"type":"PlatformAdminLoginResponse","in":null,"schema":true,"schemaValue":"PlatformAdminLoginResponse","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param2192","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":[{"name":"id","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"ID","txtValue":null,"enum":null,"id":"param2224","pid":"param2223","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["PlatformAdminLoginResponse","PlatformAdminLoginResponse","PlatformAdminResponse"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"创建时间","txtValue":null,"enum":null,"id":"param2225","pid":"param2223","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["PlatformAdminLoginResponse","PlatformAdminLoginResponse","PlatformAdminResponse"]},{"name":"loginName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"登录账号 唯一","txtValue":null,"enum":null,"id":"param2226","pid":"param2223","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["PlatformAdminLoginResponse","PlatformAdminLoginResponse","PlatformAdminResponse"]}],"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param2223","ignoreFilterName":null,"in":null,"level":1,"name":"admin","parentTypes":["PlatformAdminLoginResponse","PlatformAdminLoginResponse"],"pid":"param2192","require":false,"schema":true,"schemaValue":"PlatformAdminResponse","show":true,"txtValue":null,"type":"PlatformAdminResponse","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"登录返回的token,后续的所有请求都需要携带,请求头中token名称为saToken-platform","enum":null,"id":"param2227","ignoreFilterName":null,"in":null,"level":1,"name":"token","parentTypes":["PlatformAdminLoginResponse","PlatformAdminLoginResponse"],"pid":"param2192","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["PlatformAdminLoginResponse"]},{"name":"logId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应ID","txtValue":null,"enum":null,"id":"param2203","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"responseTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"响应时间","txtValue":null,"enum":null,"id":"param2204","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}}],"hasNew":false,"hasChanged":false}]};
- //console(datas);
- return datas;
- }
- function main(){
- //当前接口json数据
- var d=getData();
- //请求参数table-header
- const requestcolumns = [
- {
- title: "参数名称",
- dataIndex: "name",
- width: "30%"
- },
- {
- title: "参数说明",
- dataIndex: "description",
- width: "25%"
- },
- {
- title: "请求类型",
- dataIndex: "in",
- scopedSlots: { customRender: "typeTemplate" }
- },
- {
- title: "是否必须",
- dataIndex: "require",
- scopedSlots: { customRender: "requireTemplate" }
- },
- {
- title: "数据类型",
- dataIndex: "type",
- scopedSlots: { customRender: "datatypeTemplate" }
- },
- {
- title: "schema",
- dataIndex: "schemaValue",
- width: "15%"
- }
- ];
- //响应状态table-header
- const responseStatuscolumns = [
- {
- title: "状态码",
- dataIndex: "code",
- width: "20%"
- },
- {
- title: "说明",
- dataIndex: "description",
- width: "55%",
- scopedSlots: { customRender: "descriptionTemplate" }
- },
- {
- title: "schema",
- dataIndex: "schema"
- }
- ];
- //响应头-header
- const responseHeaderColumns = [
- {
- title: "参数名称",
- dataIndex: "name",
- width: "30%"
- },
- {
- title: "参数说明",
- dataIndex: "description",
- width: "55%"
- },
- {
- title: "数据类型",
- dataIndex: "type"
- }
- ];
- const responseParametersColumns = [
- {
- title: "参数名称",
- dataIndex: "name",
- width: "35%"
- },
- {
- title: "参数说明",
- dataIndex: "description",
- width: "40%"
- },
- {
- title: "类型",
- dataIndex: "type"
- },
- {
- title: "schema",
- dataIndex: "schemaValue",
- width: "15%"
- }
- ];
- //dataType组件
- var dataType={
- name: "DataType",
- props: {
- text: {
- type: String,
- required: true
- },
- record: {
- type: Object,
- required: true
- }
- },
- data:function(){
- return {
- validators: []
- }
- },
- created() {
- this.intiValidator();
- },
- methods: {
- intiValidator() {
- var that = this;
- const record = this.record;
- if (record.validateInstance != null) {
- var len = that.getJsonKeyLength(record.validateInstance);
- var _size = 0;
- for (var k in record.validateInstance) {
- var str = k + ":" + record.validateInstance[k];
- that.validators.push({ key: k, val: str });
- }
- }
- },
- getJsonKeyLength(json) {
- var size = 0;
- if (json != null) {
- for (var key in json) {
- if (json.hasOwnProperty(key)) size++;
- }
- }
- return size;
- }
- },
- template:'<div><span v-if="!record.validateStatus">{{text}}</span><span v-else class="knife4j-request-validate-jsr"><a-tooltip placement="right"><template slot="title"><div v-for="pt in validators" :key="pt.key">{{pt.val}}</div></template>{{text}}</a-tooltip></span></div>'
- }
- var data={
- tags:d.tags,
- instance:d.instance,
- columns: requestcolumns,
- responseHeaderColumns: responseHeaderColumns,
- responseStatuscolumns: responseStatuscolumns,
- responseParametersColumns: responseParametersColumns,
- expanRows: true,
- //接收一个响应信息对象,遍历得到树形结构的值
- multipCode: false,
- multipCodeDatas: [],
- multipData: {},
- page: false,
- hideShow:true
- }
- new Vue({
- el:"#knife4jDocument",
- components:{
- "DataType":dataType
- },
- data(){
- return data
- },
- mounted(){
- //初始化完成
- //赋予点击事件;
- document.getElementById("btnHide").addEventListener("click",function(){
- //隐藏目录
- var doc=document.getElementById("knife4jDoc");
- var docGlobal=document.getElementById("knife4j-doc-m");
- if(doc.style.display=="none"){
- doc.style.display="";
- document.getElementById("btnHide").innerHTML="隐 藏";
- docGlobal.style.width="400px";
- docGlobal.style.height="500px";
- }else{
- doc.style.display="none";
- document.getElementById("btnHide").innerHTML="目 录";
- docGlobal.style.width="52px";
- docGlobal.style.height="35px";
- }
- })
- },
- created(){
-
- },
- methods:{
- genUnionTableKey() {
- var key="param"+new Date().getTime().toString() + Math.floor(Math.random() * 1000000).toString();
- return key;
- },
- formaterJson(json) {
- try {
- if (typeof json != "string") {
- json = JSON.stringify(json, undefined, 2);
- }
- json = json
- .replace(/&/g, "&")
- .replace(/</g, "<")
- .replace(/>/g, ">");
- return json.replace(
- /("(\u[a-zA-Z0-9]{4}|\[^u]|[^\"])*"(s*:)?|(true|false|null)|-?d+(?:.d*)?(?:[eE][+-]?d+)?)/g,
- function(match) {
- var cls = "number";
- if (/^"/.test(match)) {
- if (/:$/.test(match)) {
- cls = "key";
- } else {
- cls = "string";
- }
- } else if (/true|false/.test(match)) {
- cls = "boolean";
- } else if (/null/.test(match)) {
- cls = "null";
- }
- return '<span class="' + cls + '">' + match + "</span>";
- }
- );
- } catch (error) {
- return json;
- }
- }
- }
- })
- }
- main();
-
-
- </script>
- </body>
- </html>
|