每隔5秒请求一次该接口
<p><strong>简要描述:</strong> </p>
<ul>
<li>每隔5秒请求一次该接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xxxx/dms/information/message-count</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"errCode": 1000,
"errMsg": "请求成功",
"data": {
"notice": 0,
"training": 0,
"promotion": 0,
"trading": 0,
"vin": "50",
"notices": "1032",
"print_order_id": 0,
"share_notices_num": 0,
"warehouse_count": 0,
"unread": 1082,
"notices_pos": "4192",
"notices_list": [],
"print_sales_order_sn": "",
"delivery_count": 0,
"task_count": 0
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">task_count</td>
<td style="text-align: left;">int</td>
<td>该参数有值的时候 进行语音提示 当语音提示结束后 将该值 传给/dms/information/voice-delete</td>
</tr>
<tr>
<td style="text-align: left;">"您有新的车辆任务请及时查看" 语音提示写死</td>
</tr>
</tbody>
</table>