√服务下评论查看更多
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://gaokao.douyinhot.com/api.html</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;">method</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>死值:teacher.GetTeacherServerComment</td>
</tr>
<tr>
<td style="text-align: left;">teacher_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;">page</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>当前页</td>
</tr>
<tr>
<td style="text-align: left;">limit</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>限制条数</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"status": true,
"data": {
"count": 3,
"comment_info": [
{
"id": 1,
"uid": 1,
"teacher_id": 2,
"order_id": 1,
"type": 1,
"comment": "11111",
"imgs": "adca7d998cd4e2670de24ff92f7b0be6,4f3d0a256e99a0337667836aaf29d2ee",
"attitud_score": "1",
"technology_score": "2",
"quality_score": "",
"ctime": 1585287959,
"nikename": "hhm",
"portrait": "http://gaokaoimg.douyinhot.com/_static_uploads_images_2020_04_15_15869345715e96b32b367f4.png",
"portrait_url": [
"http://gaokaoimg.douyinhot.com/_static_uploads_images_2020_04_06_15861761745e8b20ae99813.jpg",
"http://gaokaoimg.douyinhot.com/_static_uploads_images_2020_04_08_15863111805e8d300ccd65d.jpg"
]
},
{
"id": 2,
"uid": 1,
"teacher_id": 2,
"order_id": 1,
"type": 1,
"comment": "11111",
"imgs": "a9eaf698389e48a9a566eb5c5be2d8b6",
"attitud_score": "1",
"technology_score": "2",
"quality_score": "123",
"ctime": 1585288029,
"nikename": "hhm",
"portrait": "http://gaokaoimg.douyinhot.com/_static_uploads_images_2020_04_15_15869345715e96b32b367f4.png",
"portrait_url": [
"http://gaokaoimg.douyinhot.com/_static_uploads_images_2020_04_10_15864867955e8fde0b63b60.jpg"
]
},
{
"id": 3,
"uid": 1,
"teacher_id": 2,
"order_id": 1,
"type": 1,
"comment": "硕大撒阿达",
"imgs": "a9eaf698389e48a9a566eb5c5be2d8b6",
"attitud_score": "111",
"technology_score": "1",
"quality_score": "11",
"ctime": 1585304171,
"nikename": "hhm",
"portrait": "http://gaokaoimg.douyinhot.com/_static_uploads_images_2020_04_15_15869345715e96b32b367f4.png",
"portrait_url": [
"http://gaokaoimg.douyinhot.com/_static_uploads_images_2020_04_10_15864867955e8fde0b63b60.jpg"
]
}
]
},
"msg": "获取成功"
}</code></pre>