15. 根据审核列表ID获取对应的详情
<p><strong>简要描述:</strong> </p>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://192.168.0.103:9080/WisdomCampus/app/file/getFileAuditByIdForApp.do</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>apiKey</td>
</tr>
<tr>
<td style="text-align: left;">schoolId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>schoolId</td>
</tr>
<tr>
<td style="text-align: left;">id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>审核主键</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"ResponseCode": 0,
"ResponseResult": "获取成功",
"ResponseObject": {
"id": 20,
"fileId": 33,
"theme": "测试主题2223232",
"name": "1006_92ece065017e4304b9e87cdf983cdbbb.f0.mp4_6562.MP4",
"url": "http://teaching-res.richx.cn/3201000001/web/filecollect/307/1575533423140/1006_92ece065017e4304b9e87cdf983cdbbb.f0.mp4_6562.MP4",
"size": "9248.76KB",
"typeId": 6,
"typeName": "测试类型1",
"fileType": 3,
"isAudit": 1,
"processId": 3,
"auditStatus": 0,
"remark": "",
"isdel": 0,
"createTime": "2019-12-10 10:18:40",
"createUserId": 307,
"createUser": "陶明月",
"fileInboxList": [
{
"id": 211,
"fileId": 33,
"outboxId": 20,
"receiverId": 307,
"receiver": "陶明月",
"phone": "18795954859",
"theme": "测试主题2223232",
"name": "1006_92ece065017e4304b9e87cdf983cdbbb.f0.mp4_6562.MP4",
"url": "http://teaching-res.richx.cn/3201000001/web/filecollect/307/1575533423140/1006_92ece065017e4304b9e87cdf983cdbbb.f0.mp4_6562.MP4",
"size": "9248.76KB",
"typeId": 6,
"fileType": 3,
"isAudit": 1,
"auditStatus": -1,
"isRead": 0,
"collect": 0,
"createTime": "2019-12-10 10:18:40",
"createUserId": 307,
"createUser": "陶明月"
}
],
"auditNodeList": [
{
"id": 7,
"outboxId": 20,
"fileId": 33,
"processId": 3,
"nodeId": 7,
"auditId": 307,
"staff": "307",
"auditStatus": 0,
"sort": 1,
"end": 1,
"createTime": "2019-12-10 10:18:40",
"updateTime": "2019-12-09 20:46:39",
"auditor": "陶明月",
"senderPhone": "18795954859",
"sender": "陶明月",
"sendTime": "2019-12-10 10:18:40",
"fileType": 3,
"theme": "测试主题2223232",
"name": "1006_92ece065017e4304b9e87cdf983cdbbb.f0.mp4_6562.MP4",
"url": "http://teaching-res.richx.cn/3201000001/web/filecollect/307/1575533423140/1006_92ece065017e4304b9e87cdf983cdbbb.f0.mp4_6562.MP4",
"size": "9248.76KB",
"typeName": "测试类型1",
"nodeName": "审核"
}
],
"nodeList": [
{
"id": 6,
"processId": 3,
"name": "申请",
"end": 0,
"sort": 0,
"isdel": 0,
"createTime": "2019-12-05 19:37:20",
"createUserId": 1
},
{
"id": 7,
"processId": 3,
"name": "审核",
"staff": "307",
"staffName": "陶明月",
"end": 1,
"sort": 1,
"remark": "",
"isdel": 0,
"createTime": "2019-12-05 19:37:20",
"createUserId": 1
}
]
}
}</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>