期限数据列表查询
<p><strong>简要描述:</strong> </p>
<ul>
<li>期限数据列表查询</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://127.0.0.1:8080/api/deadline/getDeadlineList</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET </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;code&quot;: 200,
&quot;message&quot;: &quot;成功&quot;,
&quot;data&quot;: [
{
&quot;id&quot;: 1,---------主键id
&quot;withdrawFreeTime&quot;: 11,----------撤单免责期:买家在撤单免责期撤单不会扣除保证金
&quot;buyerDeliveryTime&quot;: 12,---------买家自动收货:若买家不点击收货,则按此天数收货,从商家交付当日开始计算
&quot;businessMutualTime&quot;: 13,---------互保金期限:从买家交完互保金当日开始计算天数
&quot;mutualCountBackwardTime&quot;: 14,----------倒数天数:到期多少天开始提示
&quot;businessWithdrawProcessedTime&quot;: 15,--------商家撤单处理天数:从用户发起撤单当天到商家最晚处理的期限
&quot;buyerFinalPaymentTime&quot;: 16------买家支付尾款:的倒数多少天开始提示
}
]
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!欢迎使用ShowDoc!</p>