数孪-服务逻辑模型

数孪-服务逻辑模型


数孪-智能匹配-业务对象-关联的服务逻辑模型

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>业务对象-关联的服务逻辑模型(含湖仓+物联类型 )</li> </ul> <h5>请求URL</h5> <ul> <li><code>/datasrv/logical/find/byBusinessTarget</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;">type_i</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>逻辑模型-分类 (湖仓,物联)</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>逻辑模型-类型(API,SDK)</td> </tr> <tr> <td style="text-align: left;">business_target_id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>业务对象id</td> </tr> <tr> <td style="text-align: left;">business_target_code</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>业务对象code</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;name&amp;quot;: &amp;quot;名称&amp;quot;, &amp;quot;appId&amp;quot;: &amp;quot;app_id&amp;quot;, &amp;quot;typeI&amp;quot;: &amp;quot;分类:&amp;quot;, &amp;quot;typeII&amp;quot;: &amp;quot;类型&amp;quot;, &amp;quot;businessTargetId&amp;quot;: &amp;quot;业务对象id&amp;quot;, &amp;quot;businessTargetCode&amp;quot;: &amp;quot;业务对象code&amp;quot;, &amp;quot;needsDesc&amp;quot;: &amp;quot;服务需求描述&amp;quot;, &amp;quot;lackDesc&amp;quot;: &amp;quot;缺失描述&amp;quot;, &amp;quot;tenantIdStr&amp;quot;: &amp;quot;租户id&amp;quot;, &amp;quot;workspaceIdStr&amp;quot;: &amp;quot;空间id&amp;quot;, &amp;quot;requestParam&amp;quot;: &amp;quot;请求参数&amp;quot;, &amp;quot;returnParam&amp;quot;: &amp;quot;返回参数&amp;quot;, &amp;quot;createUserItcode&amp;quot;: &amp;quot;创建人itcode&amp;quot;, &amp;quot;createUserPhone&amp;quot;: &amp;quot;创建人phone&amp;quot;, &amp;quot;createUserEmail&amp;quot;: &amp;quot;创建人email&amp;quot;, &amp;quot;createTime&amp;quot;: &amp;quot;创建日期&amp;quot;, &amp;quot;version&amp;quot;:&amp;quot;版本号&amp;quot; }, { &amp;quot;name&amp;quot;: &amp;quot;名称&amp;quot;, &amp;quot;appId&amp;quot;: &amp;quot;app_id&amp;quot;, &amp;quot;typeI&amp;quot;: &amp;quot;分类:&amp;quot;, &amp;quot;typeII&amp;quot;: &amp;quot;类型&amp;quot;, &amp;quot;businessTargetId&amp;quot;: &amp;quot;业务对象id&amp;quot;, &amp;quot;businessTargetCode&amp;quot;: &amp;quot;业务对象code&amp;quot;, &amp;quot;needsDesc&amp;quot;: &amp;quot;服务需求描述&amp;quot;, &amp;quot;lackDesc&amp;quot;: &amp;quot;缺失描述&amp;quot;, &amp;quot;tenantIdStr&amp;quot;: &amp;quot;租户id&amp;quot;, &amp;quot;workspaceIdStr&amp;quot;: &amp;quot;空间id&amp;quot;, &amp;quot;requestParam&amp;quot;: &amp;quot;请求参数&amp;quot;, &amp;quot;returnParam&amp;quot;: &amp;quot;返回参数&amp;quot;, &amp;quot;createUserItcode&amp;quot;: &amp;quot;创建人itcode&amp;quot;, &amp;quot;createUserPhone&amp;quot;: &amp;quot;创建人phone&amp;quot;, &amp;quot;createUserEmail&amp;quot;: &amp;quot;创建人email&amp;quot;, &amp;quot;createTime&amp;quot;: &amp;quot;创建日期&amp;quot;, &amp;quot;version&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