拼团首页轮播消息(2.0)
<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": "queryPkHomeLoopInfo",
"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;">headPortrait</td>
<td style="text-align: left;">String</td>
<td>用户头像</td>
</tr>
<tr>
<td style="text-align: left;">words</td>
<td style="text-align: left;">String</td>
<td>文案</td>
</tr>
<tr>
<td style="text-align: left;">groupId</td>
<td style="text-align: left;">String</td>
<td>成团表id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"resultcode": "0",
"resultdesc":"success",
"result": {
"count": 1,
"list":[ {"headPortrait":"https://img.58xfcs.com/67f51e1b12889d979a28a4a0754b35e4",
"words":"小猪佩奇拼购成功",
"groupId":"7D2E8BDA5C5B4ACEE053161EA8C0E3E8"
},
{"headPortrait":"https://img.58xfcs.com/67f51e1b12889d979a28a4a0754b35e4",
"words":"小猪佩奇拼购成功",
"groupId":"7D2E8BDA5C5B4ACEE053161EA8C0E3E8"
}
]
}
}
</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>