获取配送中页面自动刷新时间
<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>{
&quot;errCode&quot;: 1000,
&quot;errMsg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {
&quot;notice&quot;: &quot;2&quot;,
&quot;training&quot;: 0,
&quot;promotion&quot;: 0,
&quot;trading&quot;: &quot;1&quot;,
&quot;vin&quot;: &quot;178&quot;,
&quot;notices&quot;: &quot;1208&quot;,
&quot;print_order_id&quot;: 0,
&quot;share_notices_num&quot;: 0,
&quot;warehouse_count&quot;: 0,
&quot;delivery_time&quot;: 20,
&quot;delivery_pull_time&quot;: 6,
&quot;dms_payment&quot;: &quot;5&quot;,
&quot;credit_order&quot;: &quot;107&quot;,
&quot;unread&quot;: 1501,
&quot;notices_pos&quot;: &quot;333334&quot;,
&quot;notices_list&quot;: [],
&quot;print_sales_order_sn&quot;: &quot;&quot;,
&quot;task_count&quot;: 0,
&quot;delivery_count&quot;: 0,
&quot;plan_count&quot;: 0,
&quot;chit_count&quot;: 0,
&quot;overstock1&quot;: [],
&quot;overstock2&quot;: []
}
}</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_pull_time</td>
<td style="text-align: left;">int</td>
<td>该参数用于 多少秒请求一次 配送中页面</td>
</tr>
</tbody>
</table>