团购搜索输入中
<p><strong>简要描述:</strong> </p>
<ul>
<li>团购搜索输入中(读)</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;">custId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>客户id</td>
</tr>
<tr>
<td style="text-align: left;">searchName</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> {
"version": "1.0",
"modular":"rtShop",
"requestname":"tSearchList",
"param": {
"timeStamp": "1506415038551",
"uuid": "dd0bf721-da04-4761-b247-3d6ecd9d9127",
"authKey": "0",
"secretKey": "48EAF3777B978B3542EC09FA3AB4DC38",
"dtype": 4,
"userKey": "5A2522AEA63C0D94E053C208A8C07F8E",
"custId":"1",
"searchName":"奶"
}
}</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;">name</td>
<td style="text-align: left;">string</td>
<td>搜索到的值</td>
</tr>
<tr>
<td style="text-align: left;">type</td>
<td style="text-align: left;">string</td>
<td>1店铺2分类</td>
</tr>
<tr>
<td style="text-align: left;">typeId</td>
<td style="text-align: left;">string</td>
<td>分类id,0为关键字搜索</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"result": {
"count": 5,
"list": [
{
"name": "奶",
"type": "1",
"typeId": "0"
},
{
"name": "coco奶茶",
"type": "1",
"typeId": "0"
},
{
"name": "奶",
"type": "1",
"typeId": "0"
},
{
"name": "奶查",
"type": "1",
"typeId": "0"
},
{
"name": "奶茶",
"type": "2",
"typeId": "99"
}
]
},
"resultcode": "0",
"resultdesc": "success"
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>