方案附件计数
<h2>POST 方案附件计数</h2>
<p>POST /dataviewdev/attach/attachCountByProgramId</p>
<blockquote>
<p>Body 请求参数</p>
</blockquote>
<pre><code class="language-json">{
"programUuid": "14"
}</code></pre>
<h3>请求参数</h3>
<table>
<thead>
<tr>
<th>名称</th>
<th>位置</th>
<th>类型</th>
<th>必选</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>token</td>
<td>header</td>
<td>string</td>
<td>true</td>
<td>none</td>
</tr>
<tr>
<td>uuid</td>
<td>header</td>
<td>string</td>
<td>false</td>
<td>none</td>
</tr>
<tr>
<td>username</td>
<td>header</td>
<td>string</td>
<td>false</td>
<td>none</td>
</tr>
<tr>
<td>name</td>
<td>header</td>
<td>string</td>
<td>false</td>
<td>none</td>
</tr>
<tr>
<td>body</td>
<td>body</td>
<td>object</td>
<td>false</td>
<td>none</td>
</tr>
<tr>
<td>» programUuid</td>
<td>body</td>
<td>string</td>
<td>true</td>
<td>方案id</td>
</tr>
</tbody>
</table>
<blockquote>
<p>返回示例</p>
<p>成功</p>
</blockquote>
<pre><code class="language-json">{
"errorCode": 0,
"message": "成功",
"time": 1647485167720,
"responseBody": {
"count": 3
}
}</code></pre>
<h3>返回结果</h3>
<table>
<thead>
<tr>
<th>状态码</th>
<th>状态码含义</th>
<th>说明</th>
<th>数据模型</th>
</tr>
</thead>
<tbody>
<tr>
<td>200</td>
<td><a href="https://tools.ietf.org/html/rfc7231#section-6.3.1">OK</a></td>
<td>成功</td>
<td>Inline</td>
</tr>
</tbody>
</table>
<h3>返回数据结构</h3>