5.12任务取消呼叫(定制)
<p><strong>简要描述:</strong> </p>
<ul>
<li>任务取消呼叫接口(耗时,谨慎使用)</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>{BaseUrl}/api/cancelCallMark</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </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>
<tr>
<td style="text-align: left;">mark</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>取消的值,多个英文逗号分隔</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;code&quot;:0,
&quot;msg&quot;:&quot;操作完成&quot;,
&quot;data&quot;:{
&quot;log_sn&quot;:&quot;cancel_call_mark_log_sn|xxxx&quot;
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">log_sn</td>
<td style="text-align: left;">string</td>
<td>操作记录sn号</td>
</tr>
</tbody>
</table>