删除小说角色评论
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>删除小说角色评论</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://xx.com/api/delNovelRolePost</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;">post_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;message&quot;: &quot;ok&quot;,
&quot;data&quot;: null
}</code></pre>
<pre><code>{
&quot;code&quot;: 200,
&quot;message&quot;: &quot;ok&quot;,
&quot;data&quot;: {
&quot;id&quot;: 17,
&quot;user_id&quot;: 48724,
&quot;novel_id&quot;: 1077,
&quot;role_id&quot;: 3,
&quot;comment_post_id&quot;: 0,
&quot;comment_user_id&quot;: 0,
&quot;reply_post_id&quot;: 0,
&quot;reply_user_id&quot;: 0,
&quot;content&quot;: &quot;该评论已删除&quot;,
&quot;img&quot;: [],
&quot;ip&quot;: &quot;&quot;,
&quot;reply_count&quot;: 1,
&quot;like_count&quot;: 0,
&quot;istop&quot;: false,
&quot;isbest&quot;: false,
&quot;deleted_user_id&quot;: null,
&quot;is_delete&quot;: 1,
&quot;is_approved&quot;: 1,
&quot;create_time&quot;: 1692240131,
&quot;update_time&quot;: 1692240131,
&quot;option&quot;: null,
&quot;created_at&quot;: &quot;2023-08-17 10:42:11&quot;,
&quot;updated_at&quot;: &quot;2023-08-17 10:52:04&quot;,
&quot;user&quot;: {
&quot;user_id&quot;: 48724,
&quot;user_nickname&quot;: &quot;呵呵1994&quot;,
&quot;user_head&quot;: &quot;/avatar/man_user_hear3.png&quot;,
&quot;user_finance_level&quot;: 2,
&quot;user_sign&quot;: &quot;我已加入联合阅读大家庭&quot;,
&quot;mute_status&quot;: 1,
&quot;user_display&quot;: 2,
&quot;user_finance_level_name&quot;: &quot;高级会员&quot;,
&quot;mute_status_name&quot;: &quot;正常&quot;,
&quot;display_status_name&quot;: &quot;限时封禁&quot;,
&quot;ticket_month_process&quot;: &quot;&quot;,
&quot;surplus_user_gold2&quot;: &quot;&quot;,
&quot;original_user_gold2&quot;: &quot;&quot;,
&quot;fanslevel&quot;: 0,
&quot;fanslevelname&quot;: &quot;暂无&quot;
},
&quot;is_like&quot;: false
}
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>