评论列表
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>评论列表接口
注:组合题大题没有评论信息</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>vtest/question_comment_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;">id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>题目id</td>
</tr>
<tr>
<td style="text-align: left;">user_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>用户id;,隔开</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>
<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;">status</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>状态;0=下架;1=上架</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
&quot;code&quot;: 200,
&quot;msg&quot;: &quot;ok!&quot;,
&quot;data&quot;: {
&quot;count&quot;: 13,
&quot;page&quot;: 1,
&quot;pageSize&quot;: 15,
&quot;list&quot;: [
{
&quot;id&quot;: 73,
&quot;user_id&quot;: 6,
&quot;user_name&quot;: &quot;用户4426&quot;,
&quot;user_status&quot;: 1,
&quot;content&quot;: &quot;哈哈&quot;,
&quot;images&quot;: [],
&quot;create_time&quot;: 1740627059,
&quot;comment_num&quot;: 0,
&quot;like_num&quot;: 0,
&quot;status&quot;: 1,
&quot;is_parsing&quot;: 0
},
{
&quot;id&quot;: 47,
&quot;user_id&quot;: 6,
&quot;user_name&quot;: &quot;用户4426&quot;,
&quot;user_status&quot;: 1,
&quot;content&quot;: &quot;好好好&quot;,
&quot;images&quot;: [],
&quot;create_time&quot;: 1740624901,
&quot;comment_num&quot;: 0,
&quot;like_num&quot;: 0,
&quot;status&quot;: 1,
&quot;is_parsing&quot;: 0
},
{
&quot;id&quot;: 11,
&quot;user_id&quot;: 6,
&quot;user_name&quot;: &quot;用户4426&quot;,
&quot;user_status&quot;: 1,
&quot;content&quot;: &quot;11&quot;,
&quot;images&quot;: [],
&quot;create_time&quot;: 1740617914,
&quot;comment_num&quot;: 0,
&quot;like_num&quot;: 0,
&quot;status&quot;: 1,
&quot;is_parsing&quot;: 0
},
{
&quot;id&quot;: 10,
&quot;user_id&quot;: 6,
&quot;user_name&quot;: &quot;用户4426&quot;,
&quot;user_status&quot;: 1,
&quot;content&quot;: &quot;10&quot;,
&quot;images&quot;: [],
&quot;create_time&quot;: 1740617905,
&quot;comment_num&quot;: 0,
&quot;like_num&quot;: 0,
&quot;status&quot;: 1,
&quot;is_parsing&quot;: 0
},
{
&quot;id&quot;: 9,
&quot;user_id&quot;: 6,
&quot;user_name&quot;: &quot;用户4426&quot;,
&quot;user_status&quot;: 1,
&quot;content&quot;: &quot;9&quot;,
&quot;images&quot;: [],
&quot;create_time&quot;: 1740617903,
&quot;comment_num&quot;: 0,
&quot;like_num&quot;: 0,
&quot;status&quot;: 1,
&quot;is_parsing&quot;: 0
},
{
&quot;id&quot;: 8,
&quot;user_id&quot;: 6,
&quot;user_name&quot;: &quot;用户4426&quot;,
&quot;user_status&quot;: 1,
&quot;content&quot;: &quot;8&quot;,
&quot;images&quot;: [],
&quot;create_time&quot;: 1740617900,
&quot;comment_num&quot;: 0,
&quot;like_num&quot;: 0,
&quot;status&quot;: 1,
&quot;is_parsing&quot;: 0
},
{
&quot;id&quot;: 7,
&quot;user_id&quot;: 6,
&quot;user_name&quot;: &quot;用户4426&quot;,
&quot;user_status&quot;: 1,
&quot;content&quot;: &quot;对呀&quot;,
&quot;images&quot;: [],
&quot;create_time&quot;: 1740617881,
&quot;comment_num&quot;: 0,
&quot;like_num&quot;: 0,
&quot;status&quot;: 1,
&quot;is_parsing&quot;: 0
},
{
&quot;id&quot;: 6,
&quot;user_id&quot;: 6,
&quot;user_name&quot;: &quot;用户4426&quot;,
&quot;user_status&quot;: 1,
&quot;content&quot;: &quot;哈哈&quot;,
&quot;images&quot;: [],
&quot;create_time&quot;: 1740617869,
&quot;comment_num&quot;: 0,
&quot;like_num&quot;: 0,
&quot;status&quot;: 1,
&quot;is_parsing&quot;: 0
},
{
&quot;id&quot;: 5,
&quot;user_id&quot;: 6,
&quot;user_name&quot;: &quot;用户4426&quot;,
&quot;user_status&quot;: 1,
&quot;content&quot;: &quot;好好好&quot;,
&quot;images&quot;: [],
&quot;create_time&quot;: 1740617865,
&quot;comment_num&quot;: 0,
&quot;like_num&quot;: 0,
&quot;status&quot;: 1,
&quot;is_parsing&quot;: 0
},
{
&quot;id&quot;: 4,
&quot;user_id&quot;: 6,
&quot;user_name&quot;: &quot;用户4426&quot;,
&quot;user_status&quot;: 1,
&quot;content&quot;: &quot;难绷&quot;,
&quot;images&quot;: [],
&quot;create_time&quot;: 1740617859,
&quot;comment_num&quot;: 1,
&quot;like_num&quot;: 0,
&quot;status&quot;: 1,
&quot;is_parsing&quot;: 0
},
{
&quot;id&quot;: 3,
&quot;user_id&quot;: 6,
&quot;user_name&quot;: &quot;用户4426&quot;,
&quot;user_status&quot;: 1,
&quot;content&quot;: &quot;哈哈哈哈哈&quot;,
&quot;images&quot;: [],
&quot;create_time&quot;: 1740617852,
&quot;comment_num&quot;: 2,
&quot;like_num&quot;: 0,
&quot;status&quot;: 1,
&quot;is_parsing&quot;: 0
},
{
&quot;id&quot;: 2,
&quot;user_id&quot;: 6,
&quot;user_name&quot;: &quot;用户4426&quot;,
&quot;user_status&quot;: 1,
&quot;content&quot;: &quot;嘿嘿嘿&quot;,
&quot;images&quot;: [],
&quot;create_time&quot;: 1740617555,
&quot;comment_num&quot;: 7,
&quot;like_num&quot;: 2,
&quot;status&quot;: 1,
&quot;is_parsing&quot;: 0
},
{
&quot;id&quot;: 1,
&quot;user_id&quot;: 6,
&quot;user_name&quot;: &quot;用户4426&quot;,
&quot;user_status&quot;: 1,
&quot;content&quot;: &quot;🥺😂😀😲😝&quot;,
&quot;images&quot;: [
&quot;https://testview.bioquan.com/images/f64123f2e42b9c78a7fead65a9ee25ac.jpeg&quot;
],
&quot;create_time&quot;: 1740617495,
&quot;comment_num&quot;: 2,
&quot;like_num&quot;: 0,
&quot;status&quot;: 1,
&quot;is_parsing&quot;: 0
}
]
}
}</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>