操作记录
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>操作记录接口
注:单开一个页面展示</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>user/operate_record_list</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;">page</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td></td>
</tr>
<tr>
<td style="text-align: left;">pageSize</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td></td>
</tr>
<tr>
<td style="text-align: left;">content</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>接口名称搜索</td>
</tr>
<tr>
<td style="text-align: left;">start_time</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>操作开始时间</td>
</tr>
<tr>
<td style="text-align: left;">end_time</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>操作结束时间</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
&quot;code&quot;: 200,
&quot;msg&quot;: &quot;ok&quot;,
&quot;data&quot;: {
&quot;count&quot;: 174,
&quot;page&quot;: 1,
&quot;pageSize&quot;: 15,
&quot;list&quot;: [
{
&quot;id&quot;: 212,
&quot;name&quot;: &quot;课程讨论区列表&quot;, // 操作接口名称
&quot;ip&quot;: &quot;127.0.0.1&quot;, // ip地址
&quot;create_time&quot;: 1734598163 // 操作时间
},
{
&quot;id&quot;: 211,
&quot;name&quot;: &quot;课程评价列表&quot;,
&quot;ip&quot;: &quot;127.0.0.1&quot;,
&quot;create_time&quot;: 1734597385
},
{
&quot;id&quot;: 209,
&quot;name&quot;: &quot;AI直播群聊禁言/解除禁言&quot;,
&quot;ip&quot;: &quot;127.0.0.1&quot;,
&quot;create_time&quot;: 1734596783
},
{
&quot;id&quot;: 210,
&quot;name&quot;: &quot;AI直播群聊禁言/解除禁言&quot;,
&quot;ip&quot;: &quot;127.0.0.1&quot;,
&quot;create_time&quot;: 1734596783
},
{
&quot;id&quot;: 208,
&quot;name&quot;: &quot;AI直播群聊发送消息&quot;,
&quot;ip&quot;: &quot;127.0.0.1&quot;,
&quot;create_time&quot;: 1734596713
},
{
&quot;id&quot;: 207,
&quot;name&quot;: &quot;AI直播上课&quot;,
&quot;ip&quot;: &quot;127.0.0.1&quot;,
&quot;create_time&quot;: 1734596569
},
{
&quot;id&quot;: 206,
&quot;name&quot;: &quot;组合课添加/删除课程&quot;,
&quot;ip&quot;: &quot;127.0.0.1&quot;,
&quot;create_time&quot;: 1734596399
},
{
&quot;id&quot;: 205,
&quot;name&quot;: &quot;组合课添加/删除课程&quot;,
&quot;ip&quot;: &quot;127.0.0.1&quot;,
&quot;create_time&quot;: 1734596373
},
{
&quot;id&quot;: 204,
&quot;name&quot;: &quot;组合课添加/删除课程&quot;,
&quot;ip&quot;: &quot;127.0.0.1&quot;,
&quot;create_time&quot;: 1734596346
},
{
&quot;id&quot;: 203,
&quot;name&quot;: &quot;系列课添加/删除课程&quot;,
&quot;ip&quot;: &quot;127.0.0.1&quot;,
&quot;create_time&quot;: 1734595974
},
{
&quot;id&quot;: 202,
&quot;name&quot;: &quot;系列课添加/删除课程&quot;,
&quot;ip&quot;: &quot;127.0.0.1&quot;,
&quot;create_time&quot;: 1734595963
},
{
&quot;id&quot;: 201,
&quot;name&quot;: &quot;系列课添加/删除课程&quot;,
&quot;ip&quot;: &quot;127.0.0.1&quot;,
&quot;create_time&quot;: 1734595856
},
{
&quot;id&quot;: 200,
&quot;name&quot;: &quot;系列课添加/删除课程&quot;,
&quot;ip&quot;: &quot;127.0.0.1&quot;,
&quot;create_time&quot;: 1734595845
},
{
&quot;id&quot;: 199,
&quot;name&quot;: &quot;系列课添加/删除课程&quot;,
&quot;ip&quot;: &quot;127.0.0.1&quot;,
&quot;create_time&quot;: 1734595802
},
{
&quot;id&quot;: 198,
&quot;name&quot;: &quot;系列课添加/删除课程&quot;,
&quot;ip&quot;: &quot;127.0.0.1&quot;,
&quot;create_time&quot;: 1734595777
}
]
}
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>