查询联想词(3.5)
<p><strong>简要描述:</strong> </p>
<ul>
<li>查询联想词(3.5)</li>
</ul>
<p><strong>作者:</strong> </p>
<ul>
<li>梁志杰</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/xtwl_read_interface/cmd</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;">keyWord</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>{
"modular": "readTbk",
"param": {
"timeStamp": "1562913631025",
"authKey": "0",
"secretKey": "1E648888A33F55FD7B56E08EC68E2572",
"custId": "EFAD2C1757EA418BABA8D58D49B9DDFB",
"dtype": "5",
"uuid": "ff3c88eb-5c47-4c9e-bfcd-eb64f7963d1f",
"keyWord":"折扇",
"userKey": "8CAF99E7F5301BE1E053161EA8C0D3B1"
},
"requestname": "queryAssociationalWord",
"source": "3",
"version": "3.5"
}
</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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"result": {
"count": 10,
"list": [
[
"扇子舞演出服",
"82461.2667617689"
],
[
"扇子舞服装新款套装",
"21478.205085312813"
],
[
"扇子折扇 中国风",
"260717.20656036446"
],
[
"扇子舞蹈扇",
"275984.77305171156"
],
[
"扇子女 古风",
"52684.29393376966"
],
[
"扇子折扇",
"265009.7967350189"
],
[
"扇子定制",
"74925.29196794998"
],
[
"扇子夏季",
"157077.32857142857"
],
[
"扇子舞蹈服装演出服",
"58942.89023405973"
],
[
"扇子古风流苏",
"15930.025912838633"
]
]
},
"resultcode": "0",
"resultdesc": "success"
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>