审计系统


查询审计作废详情接口

<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>{     &amp;quot;msg&amp;quot;: &amp;quot;Success!&amp;quot;,     &amp;quot;code&amp;quot;: 200,     &amp;quot;obj&amp;quot;: {         &amp;quot;auditNullifyId&amp;quot;: &amp;quot;5912abfd4ff6197c000456fdbbd2d914&amp;quot;,         &amp;quot;nullifyReason&amp;quot;: &amp;quot;作废测试&amp;quot;,         &amp;quot;createTime&amp;quot;: &amp;quot;2024-12-25 13:22:41&amp;quot;,         &amp;quot;applyNo&amp;quot;: &amp;quot;SJZF-20241225-000&amp;quot;,         &amp;quot;createUserId&amp;quot;: &amp;quot;25580&amp;quot;,         &amp;quot;createUserName&amp;quot;: &amp;quot;人事简历管理员&amp;quot;,         &amp;quot;createDeptId&amp;quot;: &amp;quot;33716&amp;quot;,         &amp;quot;createDeptName&amp;quot;: &amp;quot;儿科&amp;quot;,         &amp;quot;targetId&amp;quot;: &amp;quot;91e5uyui114wer0dgfsd343&amp;quot;,         &amp;quot;flowId&amp;quot;: &amp;quot;ca037769-a7a2-11ef-9961-74563cf86f13&amp;quot;,         &amp;quot;flowKey&amp;quot;: &amp;quot;f7ec94440-a097-11ef-9cc5-59dbdfbd3726&amp;quot;,         &amp;quot;instanceId&amp;quot;: &amp;quot;4446d5d4-c280-11ef-a0f9-00ff70fa27a7&amp;quot;,         &amp;quot;isValid&amp;quot;: 1,         &amp;quot;fileIds&amp;quot;: [             &amp;quot;0d51590554e49c12d10d60ac37b460f3&amp;quot;         ],         &amp;quot;fileList&amp;quot;: [             {                 &amp;quot;id&amp;quot;: &amp;quot;0d51590554e49c12d10d60ac37b460f3&amp;quot;,                 &amp;quot;fileName&amp;quot;: &amp;quot;新建 DOCX 文档 (2).docx&amp;quot;,                 &amp;quot;bucket&amp;quot;: &amp;quot;audit&amp;quot;,                 &amp;quot;objectName&amp;quot;: null,                 &amp;quot;createTime&amp;quot;: &amp;quot;2024-12-23 16:49:23&amp;quot;,                 &amp;quot;createUserId&amp;quot;: 25580,                 &amp;quot;objName&amp;quot;: null,                 &amp;quot;contentType&amp;quot;: &amp;quot;application/vnd.openxmlformats-officedocument.wordprocessingml.document&amp;quot;,                 &amp;quot;suffix&amp;quot;: &amp;quot;.docx&amp;quot;,                 &amp;quot;url&amp;quot;: &amp;quot;file/2024-12-23/1734943763037.docx&amp;quot;,                 &amp;quot;belongId&amp;quot;: &amp;quot;5912abfd4ff6197c000456fdbbd2d914&amp;quot;,                 &amp;quot;belongName&amp;quot;: &amp;quot;t_audit_nullify&amp;quot;             }         ]     },     &amp;quot;success&amp;quot;: true }</code></pre> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML