事件回访记录列表
<h5>简要描述</h5>
<ul>
<li>事件回访记录列表</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://admin-test-api.uncar.top/maEventVisit/record</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>get </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;">eventId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>事件id</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"total": 1,
"code": 200,
"data": [
{
"id": 2,
"eventId": 56, //事件id
"state": 1, //1可用 -1删除
"createTime": "2022-09-20T08:23:55.000+0000",
"content": "000", //内容
"operator": "财豆" //操作人
}
],
"pageSize": 20,
"message": "success",
"currentPage": 1
}</code></pre>