数孪-服务逻辑模型

数孪-服务逻辑模型


数孪-智能生成参数

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>智能生成参数</li> </ul> <h5>请求URL</h5> <ul> <li><code>/datasrv/logical/intelligent/match</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">tenantId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>租户ID</td> </tr> <tr> <td style="text-align: left;">modelId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>模型id</td> </tr> <tr> <td style="text-align: left;">needsId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>需求id</td> </tr> <tr> <td style="text-align: left;">needsDesc</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>需求描述</td> </tr> <tr> <td style="text-align: left;">lackDesc</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>缺失描述</td> </tr> <tr> <td style="text-align: left;">type_i</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>类型ID</td> </tr> <tr> <td style="text-align: left;">type_ii</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>分类ID</td> </tr> <tr> <td style="text-align: left;">appId</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>appId</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{ &amp;quot;success&amp;quot;: true, &amp;quot;code&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;message&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;pageNum&amp;quot;: 1, &amp;quot;pageSize&amp;quot;: 10, &amp;quot;totalPages&amp;quot;: 1, &amp;quot;totalCount&amp;quot;: 10, &amp;quot;data&amp;quot;: { &amp;quot;needsId&amp;quot;: &amp;quot;数栾需求id&amp;quot;, &amp;quot;needsName&amp;quot;: &amp;quot;数栾需求名称&amp;quot;, &amp;quot;typeI&amp;quot;: &amp;quot;服务逻辑模型分类:&amp;quot;, &amp;quot;typeII&amp;quot;: &amp;quot;服务逻辑模型分类&amp;quot;, &amp;quot;needsDesc&amp;quot;: &amp;quot;数栾服务需求描述&amp;quot;, &amp;quot;lackDesc&amp;quot;: &amp;quot;数栾缺失描述&amp;quot;, &amp;quot;promptDesc&amp;quot;: &amp;quot;数栾详细业务描述&amp;quot;, &amp;quot;requestparam&amp;quot;: [{ &amp;quot;paramname&amp;quot;: &amp;quot;s_date&amp;quot;, &amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;, &amp;quot;isnull&amp;quot;: true, &amp;quot;example&amp;quot;: &amp;quot;示例值&amp;quot;, &amp;quot;desc&amp;quot;: &amp;quot;描述: 日期(主键), 索引信息:[PRIMARY(BTREE)]&amp;quot;, &amp;quot;operation&amp;quot;: &amp;quot;=&amp;quot; }, { &amp;quot;paramname&amp;quot;: &amp;quot;price_curve&amp;quot;, &amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;, &amp;quot;isnull&amp;quot;: true, &amp;quot;example&amp;quot;: &amp;quot;示例值&amp;quot;, &amp;quot;desc&amp;quot;: &amp;quot;价格曲线&amp;quot;, &amp;quot;operation&amp;quot;: &amp;quot;=&amp;quot; }], &amp;quot;returnparam&amp;quot;: [{ &amp;quot;paramname&amp;quot;: &amp;quot;s_date&amp;quot;, &amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;, &amp;quot;example&amp;quot;: &amp;quot;示例值&amp;quot;, &amp;quot;desc&amp;quot;: &amp;quot;描述: 日期(主键), 索引信息:[PRIMARY(BTREE)]&amp;quot;, &amp;quot;operation&amp;quot;: &amp;quot;=&amp;quot; }, { &amp;quot;paramname&amp;quot;: &amp;quot;price_curve&amp;quot;, &amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;, &amp;quot;example&amp;quot;: &amp;quot;示例值&amp;quot;, &amp;quot;desc&amp;quot;: &amp;quot;价格曲线&amp;quot;, &amp;quot;operation&amp;quot;: &amp;quot;=&amp;quot; }] } }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML