完成维修任务(维修人员)
<p><strong>简要描述:</strong> </p>
<ul>
<li>签收任务(维修人员)</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li>测试环境:<code>http://192.168.0.104:7280/RichOA/a/assetmanager/IAssetrepair/completeRepairTask</code></li>
<li>正式环境:<code>http://oa.richx.cn/a/assetmanager/IAssetrepair/completeRepairTask</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;">apiKey</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td></td>
</tr>
<tr>
<td style="text-align: left;">schoolId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>学校ID</td>
</tr>
<tr>
<td style="text-align: left;">id</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;ResponseCode&quot;: 0,
&quot;ResponseResult&quot;: &quot;维修完成成功&quot;
}
或者
{
&quot;ResponseCode&quot;: -1,
&quot;ResponseResult&quot;: &quot;维修完成失败&quot;
}</code></pre>