更多小说回复消息详情
<h5>简要描述</h5>
<ul>
<li>更多小说回复消息详情</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://xr.xrzww.cn/api/novelreplymore</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;">comment_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>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"code": 200,
"message": "ok",
"data": {
"comment": {
"novel_id": 5019,
"novel_name": "问道仙宗",
"novel_author": "接不归",
"novel_cover": "/upload/images/20200519/20200519150439531738252662.jpg",
"user_finance_level": 5,
"user_nickname": "wxsr1999",
"user_head": "/avatar/girl_user_hear4.png",
"user_id": 14490,
"id": 18760,
"form_uid": 14490,
"comment_content": "打发打发发对方的个人的",
"like_num": 1,
"istop": 0,
"isbest": 0,
"count": 22,
"create_time": 1598337417
},
"reply": {
"current_page": 1,
"data": [
{
"id": 176,
"comment_id": 18760,
"reply_rid": 0,
"reply_type": 1,
"reply_content": "Wwww",
"form_uid": 70102,
"to_uid": 48724,
"like_num": 0,
"create_time": 1599149139,
"status": 1,
"user_nickname": "书友1598881290YpW0",
"user_head": "http://novel-novel.oss-cn-zhangjiakou.aliyuncs.com/avatar/man_user_hear3.png",
"user_finance_level": 1,
"touser_nickname": "werty",
"fanslevel": 0,
"fanslevelname": "无",
"isding": 0
},
{
"id": 150,
"comment_id": 18760,
"reply_rid": 0,
"reply_type": 0,
"reply_content": "25365",
"form_uid": 48724,
"to_uid": 14490,
"like_num": 1,
"create_time": 1598838468,
"status": 0,
"user_nickname": "werty",
"user_head": "/upload/userhead/20141201125422.jpg",
"user_finance_level": 4,
"touser_nickname": "wxsr1999",
"fanslevel": 0,
"fanslevelname": "无",
"isding": 0
}
],
"first_page_url": "http://www.newread.com/api/novelreplymore?page=1",
"from": 1,
"last_page": 3,
"last_page_url": "http://www.newread.com/api/novelreplymore?page=3",
"next_page_url": "http://www.newread.com/api/novelreplymore?page=2",
"path": "http://www.newread.com/api/novelreplymore",
"per_page": 10,
"prev_page_url": null,
"to": 10,
"total": 22
}
}
}</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>
<p>欢迎使用ShowDoc!</p>