获取自动更新时间间隔
<p><strong>简要描述:获取自动更新时间间隔</strong> </p>
<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,
"delivery_time": 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;">delivery_time</td>
<td style="text-align: left;">int</td>
<td>该参数用于 多少秒请求一次 配送员自动更新已送达</td>
</tr>
</tbody>
</table>