清空报价单
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>{{domain}}/api/index/pricesheetdelAll</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>get</li>
</ul>
<h5>成功返回示例</h5>
<pre><code>{
&quot;code&quot;: 0,
&quot;obj&quot;: [
{
&quot;list&quot;: [
{
&quot;id&quot;: &quot; &quot;
}
]
},
{
&quot;other&quot;: &quot;1&quot;
}
],
&quot;message&quot;: &quot;获取成功&quot;
}
</code></pre>