出差申请删除
<h5>简要描述</h5>
<ul>
<li>登录</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://ip/ai_tripDelete</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<pre><code>{
&quot;billNumber&quot;: &quot;xxx&quot;,
}
</code></pre>
<h5>返回示例</h5>
<pre><code> //成功
{
&quot;success&quot;: true,
&quot;msg&quot;: &quot;操作成功&quot;,
&quot;data&quot;: []
}
//失败
{
&quot;success&quot;: false,
&quot;msg&quot;: &quot;操作失败&quot;,
&quot;data&quot;: []
}</code></pre>