每隔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>{
&quot;errCode&quot;: 1000,
&quot;errMsg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {
&quot;notice&quot;: 0,
&quot;training&quot;: 0,
&quot;promotion&quot;: 0,
&quot;trading&quot;: 0,
&quot;vin&quot;: &quot;50&quot;,
&quot;notices&quot;: &quot;1032&quot;,
&quot;print_order_id&quot;: 0,
&quot;share_notices_num&quot;: 0,
&quot;warehouse_count&quot;: 0,
&quot;unread&quot;: 1082,
&quot;notices_pos&quot;: &quot;4192&quot;,
&quot;notices_list&quot;: [],
&quot;print_sales_order_sn&quot;: &quot;&quot;,
&quot;delivery_count&quot;: 0,
&quot;task_count&quot;: 0,
&quot;chit_count&quot;: 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;">chit_count</td>
<td style="text-align: left;">int</td>
<td>该参数有值的时候 进行语音提示 当语音提示结束后 将该值 传给/chit/chit-app/voice-delete</td>
</tr>
<tr>
<td style="text-align: left;">"您有一条新的欠条交接信息未查看" 语音提示写死</td>
</tr>
</tbody>
</table>