系列课评价信息
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>系列课评价信息页面</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>course/series_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>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
&quot;code&quot;: 200,
&quot;msg&quot;: &quot;ok&quot;,
&quot;data&quot;: [
{
&quot;id&quot;: 88, //课程id
&quot;title&quot;: &quot;医学-肺部听诊音&quot;, //课程标题
&quot;type&quot;: 2, //课程类型
&quot;user_id&quot;: 41,
&quot;user_name&quot;: &quot;医班见识&quot;,
&quot;thumb_image&quot;: &quot;https://wxt-1304049341.cos.ap-nanjing.myqcloud.com/course_cover_image.jpg&quot;, //封面
&quot;comment_info&quot;: [ //评价内容,为空代表无评价
{
&quot;id&quot;: 37,
&quot;grade&quot;: 0, //评分
&quot;content&quot;: &quot;测试&quot;, //内容
&quot;images&quot;: [] //图片
}
]
},
{
&quot;id&quot;: 169,
&quot;title&quot;: &quot;3分钟掌握·心肺听诊(心脏听诊)·应试技巧&quot;,
&quot;type&quot;: 1,
&quot;user_id&quot;: 41,
&quot;user_name&quot;: &quot;医班见识&quot;,
&quot;thumb_image&quot;: &quot;https://test-1304049341.cos.ap-nanjing.myqcloud.com/1669974928%E5%B0%81%E9%9D%A2.jpg&quot;,
&quot;comment_info&quot;: []
}
]
}</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>