历史报价单模块和回收站模块快捷入口
<h2>历史报价单模块</h2>
<table>
<thead>
<tr>
<th>接口名称</th>
<th>请求方式</th>
<th>接口路由</th>
<th>接口描述</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://www.showdoc.com.cn/268789329907478/7164714747693991" title="获取历史报价订单">获取历史报价订单</a></td>
<td>POST</td>
<td>/get_historical_quotation</td>
<td></td>
</tr>
<tr>
<td><a href="https://www.showdoc.com.cn/268789329907478/7171652974837673" title="保存历史报价订单">保存历史报价订单</a></td>
<td>POST</td>
<td>/save_historical_quotation</td>
<td></td>
</tr>
<tr>
<td><a href="https://www.showdoc.com.cn/268789329907478/7187620370921297" title="获取历史报价订单列表">获取历史报价订单列表</a></td>
<td>POST</td>
<td>/get_historical_quotation_list</td>
</tr>
<tr>
<td><a href="https://www.showdoc.com.cn/268789329907478/7195085161572235" title="删除历史报价订单">删除历史报价订单</a></td>
<td>POST</td>
<td>/delete_historical_quotation</td>
</tr>
</tbody>
</table>
<h2>回收站模块</h2>
<table>
<thead>
<tr>
<th>接口名称</th>
<th>请求方式</th>
<th>接口路由</th>
<th>接口描述</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://www.showdoc.com.cn/268789329907478/7179053840767878">获取已删除订单列表</a></td>
<td>GET</td>
<td>/get_deleted_order_list</td>
<td>获取柜柜已删除订单的列表</td>
</tr>
<tr>
<td><a href="https://www.showdoc.com.cn/268789329907478/7180012660014538">搜索的关键字类型</a></td>
<td>GET</td>
<td>/search_type</td>
<td>搜索的关键字类型</td>
</tr>
<tr>
<td><a href="https://www.showdoc.com.cn/268789329907478/7180318994734139">还原已删除的订单</a></td>
<td>POST</td>
<td>/recovery_order</td>
<td>还原已删除的订单</td>
</tr>
</tbody>
</table>