变更单---撤回
<p><strong>简要描述:</strong> </p>
<ul>
<li>变更单---撤回</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://192.168.112.133:8080/common/comMainmaterialSheet/recallApply?accessToken=69591e5d-80f6-4fcc-b0ef-4ff3781436cd&status=5&id=2</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;">status</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>5 已撤回</td>
</tr>
<tr>
<td style="text-align: left;">id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>主键id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>存在审批,不允许撤回
{
"resultMsg": null,
"resultCode": 600,
"resultInfo": "已经存在审批记录不允许撤回不允许撤回",
"page": null,
"ext": null
}
正常撤回
{
"resultMsg": "OK",
"resultCode": 200,
"resultInfo": 1,
"page": null,
"ext": null
}</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;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>