用户举报专家文章
<p><strong>简要描述:</strong> </p>
<ul>
<li>用户举报专家文章</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li>` <a href="http://xx.com/api/publicinterface/expert/report-article">http://xx.com/api/publicinterface/expert/report-article</a></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;">cust_no</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>用户咕啦编号</td>
</tr>
<tr>
<td style="text-align: left;">expert_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;">article_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;">report_reasons</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>举报原因</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;code&quot;: 600,//600成功 109失败
&quot;msg&quot;: &quot;举报成功&quot;,//返回说明
&quot;result&quot;: true
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<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>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>