获取VIP活动列表
<p><strong>请求方法名:</strong></p>
<ul>
<li>GetVipTypeAndDescribe </li>
</ul>
<p><strong>请求参数样例:</strong> </p>
<pre><code>{
"CompanyID":"44231",
"HomeView":"haocai"
}</code></pre>
<p><strong>请求方式:</strong></p>
<ul>
<li>
<p>GET/POST</p>
<p><strong>返回示例</strong></p>
<pre><code>{
"Status": true,
"Info": "成功",
"Data": "[{\"Type\":1,\"Describe\":\"sfd111\"},{\"Type\":2,\"Describe\":\"sadfsadf111\"},{\"Type\":3,\"Describe\":\"sadfsdaf111\"},{\"Type\":4,\"Describe\":\"sadf\"},{\"Type\":5,\"Describe\":\"sadf\"}]",
"Code": 1
}</code></pre>
<p><strong>返回参数说明</strong> </p>
</li>
</ul>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">Type</td>
<td>礼金类型,1=晋级礼金 2=保级礼金 3=每日首次登陆礼金 4=每日消费礼金 5=每日中奖礼金</td>
</tr>
<tr>
<td style="text-align: left;">Describe</td>
<td>礼金描述</td>
</tr>
</tbody>
</table>