信息采集填写记录详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>信息采集填写记录详情</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://localhost:8085/system/launchActivity/getRecordDetail</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET</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;">launchActivityId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">Integer</td>
<td>证照id</td>
</tr>
<tr>
<td style="text-align: left;">accountId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">Integer</td>
<td>填写人员ID</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": "0000",
"result": {
"obj": [
{
"type": "1",
"name": "性别",
"value": "男"
},
{
"name": "姓名",
"type": "8",
"value": "诸葛亮",
"questions": [
{
"name": "选项名称",
"isWrite": "1",
"writeValue": "字段值",
"isChecked": "0",
"writeDescribe": "追加内容描述"
},
{
"name": "选项名称",
"isWrite": "1",
"writeValue": "字段值",
"isChecked": "1",
"writeDescribe": "追加内容描述"
}
]
}
]
}
}</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>
</tbody>
</table>
<p><strong>备注</strong> </p>