爱乐美

设置模块


期限数据列表查询

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

页面列表

ITEM_HTML