查询app为你推荐tab页
<p><strong>简要描述:</strong> </p>
<ul>
<li>查询app为你推荐tab页</li>
</ul>
<p><strong>作者:</strong> </p>
<ul>
<li>kl</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>
</tbody>
</table>
<p><strong>请求示例</strong></p>
<pre><code>{
"modular":"home",
"param":{
"authKey":"0",
"ver":"1",
"userLongitude":"120.48251790364583",
"secretKey":"256F8E714F5915A58CC3F8628D284A57",
"dtype":"5",
"uuid":"bfb4ce82-71e7-4e72-b2c7-6cd64ab031e6",
"userKey":"98280844D4870BC9E053341E1FAC7F92",
"timeStamp":"1605678376045",
"userLatitude":"31.861181911892363",
"custId":"2E97261A4C724D038F990BF8E5F07F0C"
},
"requestname":"queryHomeSelectTab",
"source":"1",
"version":"5.2"
}</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;">selectName</td>
<td style="text-align: left;">int</td>
<td>tab标签</td>
</tr>
<tr>
<td style="text-align: left;">selectType</td>
<td style="text-align: left;">String</td>
<td>1外卖 2团购 3拼团 4淘宝</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"result": {
"count": 4,
"list": [
{
"selectName": "美食外卖",
"selectType": "1"
},
{
"selectName": "幸福团购",
"selectType": "2"
},
{
"selectName": "幸福拼团",
"selectType": "3"
},
{
"selectName": "精选商品",
"selectType": "4"
}
]
},
"resultcode": "0",
"resultdesc": "success"
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<hr />