获取填写的信息
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>获取填写信息接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://crowdstrike.collectivequest.online/api/Index/getNominateInfo</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </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;">applicant</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>操作人,login接口的username</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;code&quot;: 1,
&quot;msg&quot;: &quot;success&quot;,
&quot;time&quot;: &quot;1740976195&quot;,
&quot;data&quot;: [
{
&quot;program_id&quot;: 1,
&quot;result&quot;: [
{
&quot;date&quot;: 1,
&quot;count&quot;: 2,
&quot;nominates&quot;: [
{
&quot;nominate_id&quot;: 23,
&quot;program_id&quot;: 1,
&quot;username&quot;: &quot;admin&quot;,
&quot;manage_info&quot;: &quot;1,1,2,1,2,2,1,2&quot;,
&quot;date&quot;: 1
},
{
&quot;nominate_id&quot;: 19,
&quot;program_id&quot;: 1,
&quot;username&quot;: &quot;Ranjit&quot;,
&quot;manage_info&quot;: &quot;3,2,2,3,3,1,3,2&quot;,
&quot;date&quot;: 1
}
]
}
]
},
{
&quot;program_id&quot;: 2,
&quot;result&quot;: [
{
&quot;date&quot;: 1,
&quot;count&quot;: 1,
&quot;nominates&quot;: [
{
&quot;nominate_id&quot;: 20,
&quot;program_id&quot;: 2,
&quot;username&quot;: &quot;Ranjit&quot;,
&quot;manage_info&quot;: null,
&quot;date&quot;: 1
}
]
}
]
},
{
&quot;program_id&quot;: 3,
&quot;result&quot;: [
{
&quot;date&quot;: 1,
&quot;count&quot;: 1,
&quot;nominates&quot;: [
{
&quot;nominate_id&quot;: 18,
&quot;program_id&quot;: 3,
&quot;username&quot;: &quot;Ranjit&quot;,
&quot;manage_info&quot;: null,
&quot;date&quot;: 1
}
]
}
]
},
{
&quot;program_id&quot;: 4,
&quot;result&quot;: [
{
&quot;date&quot;: 1,
&quot;count&quot;: 1,
&quot;nominates&quot;: [
{
&quot;nominate_id&quot;: 22,
&quot;program_id&quot;: 4,
&quot;username&quot;: &quot;priya&quot;,
&quot;manage_info&quot;: null,
&quot;date&quot;: 1
}
]
}
]
},
{
&quot;program_id&quot;: 8,
&quot;result&quot;: [
{
&quot;date&quot;: 1,
&quot;count&quot;: 2,
&quot;nominates&quot;: [
{
&quot;nominate_id&quot;: 21,
&quot;program_id&quot;: 8,
&quot;username&quot;: &quot;orangella&quot;,
&quot;manage_info&quot;: null,
&quot;date&quot;: 1
},
{
&quot;nominate_id&quot;: 16,
&quot;program_id&quot;: 8,
&quot;username&quot;: &quot;Ranjit&quot;,
&quot;manage_info&quot;: &quot;3,2,2,1,3,1,2,1&quot;,
&quot;date&quot;: 1
}
]
}
]
}
]
}</code></pre>
<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>1:成功;0:失败</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>