查看变更详情
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>查看变更详情</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/audit/project/changeDetails</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </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;">id</td>
<td style="text-align: left;">是</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;id&quot;: &quot;072987b535734730a120fb3b7368d539&quot;,
&quot;projectCode&quot;: &quot;SJ-20241219-02&quot;,
&quot;projectName&quot;: &quot;胖虎测试变更申请1219-3&quot;,
&quot;auditType&quot;: &quot;2&quot;,
&quot;auditMethod&quot;: &quot;2&quot;,
&quot;auditTargetType&quot;: &quot;2&quot;,
&quot;auditTargetId&quot;: &quot;4741&quot;,
&quot;beginTime&quot;: null,
&quot;endTime&quot;: null,
&quot;auditPurposeDesc&quot;: null,
&quot;auditScopeDesc&quot;: &quot;胖虎测试变更申请1219-3&quot;,
&quot;createUserId&quot;: 4741,
&quot;createTime&quot;: &quot;2024-12-19 10:09:54&quot;,
&quot;projectStatus&quot;: &quot;25&quot;,
&quot;planId&quot;: null,
&quot;createUserName&quot;: &quot;admin&quot;,
&quot;createDeptId&quot;: 33716,
&quot;createDeptName&quot;: &quot;儿科&quot;,
&quot;auditTypeName&quot;: &quot;合同管理专项审计&quot;,
&quot;auditMethodName&quot;: &quot;送审&quot;,
&quot;auditTargetTypeName&quot;: &quot;个人&quot;,
&quot;auditTargetName&quot;: &quot;admin&quot;,
&quot;projectStatusName&quot;: &quot;项目变更&quot;,
&quot;source&quot;: &quot;立项申请&quot;,
&quot;num&quot;: null,
&quot;fileIds&quot;: null,
&quot;instanceId&quot;: &quot;9c538a83-bdb7-11ef-9108-74563cf86c59&quot;,
&quot;projectId&quot;: &quot;f0cebea165504681883586e6515fd6d3&quot;,
&quot;projectFileIds&quot;: null,
&quot;changeReason&quot;: null,
&quot;changeContent&quot;: null,
&quot;instanceStatus&quot;: null,
&quot;instanceStatusName&quot;: null,
&quot;text&quot;: null,
&quot;sysId&quot;: null,
&quot;type&quot;: null,
&quot;oldId&quot;: null,
&quot;fileData&quot;: null,
&quot;projectFileData&quot;: null,
&quot;flow&quot;: {
&quot;id&quot;: &quot;a9fb19a040274612907df0048f08c545&quot;,
&quot;planId&quot;: &quot;072987b535734730a120fb3b7368d539&quot;,
&quot;projectId&quot;: null,
&quot;stepId&quot;: 25,
&quot;flowId&quot;: &quot;ca037769-a7a2-11ef-9961-74563cf86f13&quot;,
&quot;flowKey&quot;: &quot;f7ec94440-a097-11ef-9cc5-59dbdfbd3726&quot;
}
},
&quot;success&quot;: true
}</code></pre>
<h5>返回参数说明</h5>
<p>fileData 变更文件数据数组
projectFileData 项目文件数组
其他等同项目查看详情</p>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>