7.3话术热点问题接口
<p><strong>简要描述:</strong> </p>
<ul>
<li>话术热点问题接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>{BaseUrl}/api/index</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;">pageIndex</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>分页:起始条索引(从0开始,0表示第一页,默认0)</td>
</tr>
<tr>
<td style="text-align: left;">pageSize</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>分页:条数(默认5)</td>
</tr>
<tr>
<td style="text-align: left;">project_sn</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;parent_sn&quot;:&quot;projects|cc137db19d2be790433b0c2877bdc2c2&quot;
}</code></pre>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;code&quot;:0,
&quot;data&quot;:[
{
&quot;ask_caption&quot;:&quot;银行卡丢了&quot;,
&quot;ask_title&quot;:&quot;哦,好的&quot;,
&quot;asked_times&quot;:14
},
{
&quot;ask_caption&quot;:&quot;等等/问一下&quot;,
&quot;ask_title&quot;:&quot;你把你的欠款直接处理到你自己的信用卡上就行,处理完以后我们会安排扣款的,如有其他问题请于我行24小时客服热线:4008895558致电。&quot;,
&quot;asked_times&quot;:7
}
],
&quot;msg&quot;:&quot;数据请求成功&quot;
}</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;">ask_caption</td>
<td style="text-align: left;">string</td>
<td>问题名</td>
</tr>
<tr>
<td style="text-align: left;">asked_times</td>
<td style="text-align: left;">string</td>
<td>询问数</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>