更新任务为完成
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>更新任务为完成</li>
<li>可更新为完成的任务是iconType 为以下类型的:
<code>youtube</code> <code>x</code> <code>telegram</code> <code>instagram</code> <code>tiktok</code> <code>EggDrop</code> <code>mint_normie_badge</code> <code>chop</code> <code>chop_universe</code> <code>announcement</code> <code>usdt</code></li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://chop-api.jpegonapechain.meme/user/complete_task</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<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;">taskId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>任务id</td>
</tr>
</tbody>
</table>
<h5>请求头</h5>
<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;">Authorization</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>Bearer xxxtoekn</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
&quot;message&quot;: &quot;任务已设置为完成&quot;
}</code></pre>