5.查询升级版本信息 (作废)
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://10.27.204.40/doudou/getUpVersion</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;">macno</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>设备号</td>
</tr>
<tr>
<td style="text-align: left;">sign</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>签名 md5('doudou')</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;code&quot;: &quot;1&quot;,
&quot;msg&quot;: &quot;发送成功&quot;,
&quot;data&quot;:{
&quot;macno&quot; : &quot;&quot;, // 设备号
&quot;software_info&quot; : &quot;&quot;, //软件版本信息
&quot;hardware_info&quot; : &quot;&quot;, //硬件版本信息
&quot;local_file_count&quot; : &quot;&quot;, //本地文件包数
&quot;local_file_byte&quot; : &quot;&quot;, //本地文件字节数
}
}</code></pre>