保存信息采集填写记录
<p><strong>简要描述:</strong> </p>
<ul>
<li>保存信息采集填写记录</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://localhost:8085/system/launchActivity/saveRecord</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;">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;">columns</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">String</td>
<td>填写内容</td>
</tr>
</tbody>
</table>
<pre><code>"columns": [
{
"columnId": 40,
"name": "名称",
"type": "8",
"columnName": "column_1",
"questions":[
{
"writeValue": "名称",
"questionId": "1"
},
{
"writeValue": "名称",
"questionId": "1"
}
]
},
{
"columnId": 41,
"name": "性别",
"type": "1",
"columnName": "column_2"
}
]
</code></pre>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": "0000",
"result":
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<p><strong>备注</strong> </p>