待开发服务设计列表
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>待开发服务设计列表</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/design/waitDevelop/twinsData</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </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;">twinsId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>数栾业务串联唯一id</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
&quot;success&quot;: true,
&quot;code&quot;: &quot;0&quot;,
&quot;message&quot;: &quot;&quot;,
&quot;data&quot;: [
{
&quot;designName&quot;: &quot;蒸汽管网信息采集服务&quot;,
&quot;promptDesc&quot;: &quot;染缸的大小,尺寸,颜色等,我是一个物联设计&quot;,
&quot;appId&quot;: &quot;3a25f1bcb09043189a12a1be7f6ef867&quot;,
&quot;typeI&quot;: &quot;UNION&quot;,
&quot;typeIi&quot;: &quot;None&quot;,
&quot;businessTargetVid&quot;: &quot;target_1_2_3&quot;,
&quot;businessTargetId&quot;: &quot;target1000001&quot;,
&quot;businessTargetCode&quot;: &quot;染缸&quot;,
&quot;requestParam&quot;: &quot;[]&quot;,
&quot;returnParam&quot;: &quot;[]&quot;,
&quot;createTime&quot;: &quot;2024-12-14 17:49:46&quot;
}
]
}</code></pre>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>