帮助中心
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/v1/help/help_list</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET </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;">cate_id</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>默认为第一个cate</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"code": 0,
"msg": "返回成功",
"time": 1587527276,
"data": {
"cate": [
{
"cate_id": 1,
"cate_name": "猜你想问"
},
{
"cate_id": 2,
"cate_name": "卖家问题"
},
{
"cate_id": 3,
"cate_name": "买家问题"
}
],
"question": [
{
"question_id": 5,
"question_name": "我被骗了",
"create_time": null
},
{
"question_id": 6,
"question_name": "什么是自动发货",
"create_time": null
}
]
"auth": 2 //认证情况1未认证 2已实名认证 3已芝麻认证 4已实名认证和芝麻认证
}
}</code></pre>