搜一搜_推荐关键词
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>方法_搜一搜_推荐关键词</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://localhost:30001/SearchSuggestion</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;">word</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>要搜一搜的关键词</td>
</tr>
</tbody>
</table>
<h5>发送参数</h5>
<pre><code>{
&quot;word&quot;: &quot;江上清风&quot;
}</code></pre>
<h5>返回示例</h5>
<pre><code>{
&quot;BaseResponse&quot;: {
&quot;Ret&quot;: 0,
&quot;ErrMsg&quot;: {
&quot;String&quot;: &quot;&quot;
}
},
&quot;UpdateCode&quot;: 0,
&quot;Offset&quot;: 0,
&quot;Json&quot;: &quot;{\&quot;bottomEntry\&quot;:{\&quot;items\&quot;:[{\&quot;jumpType\&quot;:3,\&quot;jumpUrl\&quot;:\&quot;https://search.weixin.qq.com/cgi-bin/newsearchweb/userclientjump?path=page/search/feedback&amp;feedbackType=4&amp;taskId=bfmVV8tHh7c9dPgSFL38kZ&amp;tplId=B9deHvCoSNg4K7MWHPhFEb&amp;clientType=2048&amp;subType=4&amp;query=%E6%B1%9F%E4%B8%8A%E6%B8%85%E9%A3%8E\&quot;,\&quot;type\&quot;:1,\&quot;word\&quot;:\&quot;反馈投诉\&quot;}]},\&quot;data\&quot;:[{\&quot;count\&quot;:10,\&quot;items\&quot;:[{\&quot;word\&quot;:\&quot;江上清风\&quot;,\&quot;wordHighlight\&quot;:\&quot;&lt;em class=\\\&quot;gray\\\&quot;&gt;江上清风&lt;/em&gt;\&quot;},{\&quot;word\&quot;:\&quot;江上清风山间明月\&quot;,\&quot;wordHighlight\&quot;:\&quot;&lt;em class=\\\&quot;gray\\\&quot;&gt;江上清风&lt;/em&gt;山间明月\&quot;},{\&quot;word\&quot;:\&quot;江上清风游\&quot;,\&quot;wordHighlight\&quot;:\&quot;&lt;em class=\\\&quot;gray\\\&quot;&gt;江上清风&lt;/em&gt;游\&quot;},{\&quot;word\&quot;:\&quot;江上清风山间明月闲者得之\&quot;,\&quot;wordHighlight\&quot;:\&quot;&lt;em class=\\\&quot;gray\\\&quot;&gt;江上清风&lt;/em&gt;山间明月闲者得之\&quot;},{\&quot;word\&quot;:\&quot;江上清风吹不尽山间明月取无穷\&quot;,\&quot;wordHighlight\&quot;:\&quot;&lt;em class=\\\&quot;gray\\\&quot;&gt;江上清风&lt;/em&gt;吹不尽山间明月取无穷\&quot;},{\&quot;word\&quot;:\&quot;江上清风游mp3\&quot;,\&quot;wordHighlight\&quot;:\&quot;&lt;em class=\\\&quot;gray\\\&quot;&gt;江上清风&lt;/em&gt;游mp3\&quot;},{\&quot;word\&quot;:\&quot;江上清风游音乐\&quot;,\&quot;wordHighlight\&quot;:\&quot;&lt;em class=\\\&quot;gray\\\&quot;&gt;江上清风&lt;/em&gt;游音乐\&quot;},{\&quot;word\&quot;:\&quot;江上清风驿站\&quot;,\&quot;wordHighlight\&quot;:\&quot;&lt;em class=\\\&quot;gray\\\&quot;&gt;江上清风&lt;/em&gt;驿站\&quot;},{\&quot;word\&quot;:\&quot;江上清风辞\&quot;,\&quot;wordHighlight\&quot;:\&quot;&lt;em class=\\\&quot;gray\\\&quot;&gt;江上清风&lt;/em&gt;辞\&quot;},{\&quot;word\&quot;:\&quot;江上清风游 简谱\&quot;,\&quot;wordHighlight\&quot;:\&quot;&lt;em class=\\\&quot;gray\\\&quot;&gt;江上清风&lt;/em&gt;游 简谱\&quot;}],\&quot;type\&quot;:1}],\&quot;requestID\&quot;:\&quot;9e2895fd-0b9d-498b-8c10-337263d10b3b\&quot;,\&quot;ret\&quot;:0,\&quot;suggestionID\&quot;:\&quot;792458331689638851\&quot;,\&quot;total_count\&quot;:10}\n&quot;
}</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;">...</td>
<td style="text-align: left;">string</td>
<td>...</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>