6、检测方法下载更新(批量)
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://120.77.72.190/Dnacheck/updateAllTestMethod</code></li>
</ul>
<p><strong>参数:</strong> </p>
<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;">all_board_no</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>所有通讯板设备号,json数组,例:["1808230069110099","00000","333222"]</td>
</tr>
</tbody>
</table>
<blockquote>
<p>其他参数同 5、检测方法下载更新(不需要board_no)</p>
</blockquote>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": "1", //1成功 0失败
"msg": "发送成功",
"data":""
}</code></pre>