年度工作计划详情(组件)
<p><strong>接口URL</strong></p>
<p>> /subassembly/su/w/v1/supervise/detailData/{id}</p>
<p><strong>请求方式</strong></p>
<p>> POST</p>
<p><strong>Content-Type</strong></p>
<p>> json</p>
<p><strong>请求Variable参数</strong></p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>示例值</th>
<th>参数类型</th>
<th>是否必填</th>
<th>参数描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>id</td>
<td>数据id</td>
<td>Long</td>
<td>是</td>
<td>-</td>
</tr>
</tbody>
</table>
<p><strong>响应示例</strong></p>
<pre><code class="language-javascript">{
&quot;code&quot;: 1200,
&quot;data&quot;:
{
&quot;id&quot;:12332434,
&quot;yearClassification&quot;:1,
&quot;configModeId&quot;:654362154,
&quot;termId&quot;:5211243234,
&quot;yearId&quot;:5234542224,
&quot;title&quot;:&quot;关于五年工作计划&quot;,
&quot;content&quot;:&quot;关于五年工作计划内容&quot;,
&quot;superviseProgramme&quot;:&quot;关于五年工作计划监督方案&quot;,
&quot;startTime&quot;:&quot;2024-08-14 12:32:44&quot;,
&quot;superviseDocuments&quot;:
[
{
&quot;documentId&quot;:4544232234,
&quot;documentName&quot;:&quot;附件名称.docx&quot;,
&quot;documentPath&quot;:&quot;附件地址&quot;,
&quot;convertedPath&quot;:&quot;转化后的附件地址&quot;
}
]
}
,
&quot;desc&quot;: &quot;操作成功&quot;,
&quot;ex&quot;: null,
&quot;refreshPermission&quot;: false
}</code></pre>
<ul>
<li>失败(404)</li>
</ul>
<pre><code class="language-javascript">{
&quot;code&quot;: 1601,
&quot;data&quot;: null,
&quot;desc&quot;: &quot;未选择职位&quot;,
&quot;ex&quot;: &quot;未选择职位&quot;,
&quot;refreshPermission&quot;: false
}</code></pre>