优选首页轮播信息
<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>
</tbody>
</table>
<p><strong>请求示例</strong></p>
<pre><code>{
"modular": "home",
"param": {
"authKey": "0",
"dtype": "1",
"secretKey": "49C368B946B004DAEC6A5C944EA93BA5",
"timeStamp": "1506588688079",
"userKey": "1234567890",
"custId": "1",
"uuid": "6703b053-3530-474a-ab19-c006a3999f32"
},
"requestname": "queryYxHomeLoopInfo",
"version": "1.0"
}</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;">words</td>
<td style="text-align: left;">String</td>
<td>文案</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"resultcode": "0",
"resultdesc":"success",
"result": {
"count": 1,
"list":[ {
"words":"小猪...下单啦"
},
{
"words":"佩奇...下单啦"
}
]
}
}
</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>