查询审计作废详情接口
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>查询审计作废详情接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/audit/auditnullify/findAuditNullifyDetail</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST_formdata</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;">auditNullifyId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</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>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">code</td>
<td style="text-align: left;">int</td>
<td>接口通信标识 200 成功</td>
</tr>
<tr>
<td style="text-align: left;">msg</td>
<td style="text-align: left;">String</td>
<td>接口通信标识说明</td>
</tr>
<tr>
<td style="text-align: left;">success</td>
<td style="text-align: left;">boolean</td>
<td>接口通信是否成功:true 成功</td>
</tr>
<tr>
<td style="text-align: left;">obj</td>
<td style="text-align: left;">object</td>
<td>返回数据</td>
</tr>
</tbody>
</table>
<h5>obj参数</h5>
<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;">auditNullifyId</td>
<td style="text-align: left;">string</td>
<td>审计作废id</td>
</tr>
<tr>
<td style="text-align: left;">applyNo</td>
<td style="text-align: left;">string</td>
<td>申请编码</td>
</tr>
<tr>
<td style="text-align: left;">nullifyReason</td>
<td style="text-align: left;">string</td>
<td>作废理由</td>
</tr>
<tr>
<td style="text-align: left;">targetId</td>
<td style="text-align: left;">string</td>
<td>项目id</td>
</tr>
<tr>
<td style="text-align: left;">flowId</td>
<td style="text-align: left;">string</td>
<td>流程id</td>
</tr>
<tr>
<td style="text-align: left;">flowKey</td>
<td style="text-align: left;">string</td>
<td>流程key</td>
</tr>
<tr>
<td style="text-align: left;">createDeptId</td>
<td style="text-align: left;">string</td>
<td>当前用户部门id</td>
</tr>
<tr>
<td style="text-align: left;">createDeptName</td>
<td style="text-align: left;">string</td>
<td>当前用户部门名称</td>
</tr>
<tr>
<td style="text-align: left;">fileList</td>
<td style="text-align: left;">string</td>
<td>附件id列表</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;msg&quot;: &quot;Success!&quot;,
&quot;code&quot;: 200,
&quot;obj&quot;: {
&quot;auditNullifyId&quot;: &quot;5912abfd4ff6197c000456fdbbd2d914&quot;,
&quot;nullifyReason&quot;: &quot;作废测试&quot;,
&quot;createTime&quot;: &quot;2024-12-25 13:22:41&quot;,
&quot;applyNo&quot;: &quot;SJZF-20241225-000&quot;,
&quot;createUserId&quot;: &quot;25580&quot;,
&quot;createUserName&quot;: &quot;人事简历管理员&quot;,
&quot;createDeptId&quot;: &quot;33716&quot;,
&quot;createDeptName&quot;: &quot;儿科&quot;,
&quot;targetId&quot;: &quot;91e5uyui114wer0dgfsd343&quot;,
&quot;flowId&quot;: &quot;ca037769-a7a2-11ef-9961-74563cf86f13&quot;,
&quot;flowKey&quot;: &quot;f7ec94440-a097-11ef-9cc5-59dbdfbd3726&quot;,
&quot;instanceId&quot;: &quot;4446d5d4-c280-11ef-a0f9-00ff70fa27a7&quot;,
&quot;isValid&quot;: 1,
&quot;fileIds&quot;: [
&quot;0d51590554e49c12d10d60ac37b460f3&quot;
],
&quot;fileList&quot;: [
{
&quot;id&quot;: &quot;0d51590554e49c12d10d60ac37b460f3&quot;,
&quot;fileName&quot;: &quot;新建 DOCX 文档 (2).docx&quot;,
&quot;bucket&quot;: &quot;audit&quot;,
&quot;objectName&quot;: null,
&quot;createTime&quot;: &quot;2024-12-23 16:49:23&quot;,
&quot;createUserId&quot;: 25580,
&quot;objName&quot;: null,
&quot;contentType&quot;: &quot;application/vnd.openxmlformats-officedocument.wordprocessingml.document&quot;,
&quot;suffix&quot;: &quot;.docx&quot;,
&quot;url&quot;: &quot;file/2024-12-23/1734943763037.docx&quot;,
&quot;belongId&quot;: &quot;5912abfd4ff6197c000456fdbbd2d914&quot;,
&quot;belongName&quot;: &quot;t_audit_nullify&quot;
}
]
},
&quot;success&quot;: true
}</code></pre>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>