获取用户游戏收藏
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取用户游戏收藏</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>GetUserGameCollection</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET </li>
</ul>
<p><strong>参数:</strong>
无</p>
<p><strong>返回示例</strong></p>
<pre><code>{
"Status": true,
"Info": "获取用户游戏收藏 成功",
"Data": [
{
"GameId": 63,
"GameName": "腾讯分分彩",
"GroupId": 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;">GameId</td>
<td style="text-align: left;">int</td>
<td>游戏Id</td>
</tr>
<tr>
<td style="text-align: left;">GameName</td>
<td style="text-align: left;">string</td>
<td>游戏名称</td>
</tr>
<tr>
<td style="text-align: left;">GroupId</td>
<td style="text-align: left;">int</td>
<td>分组Id:0彩票游戏,1电子游戏,2棋牌,3、官方彩票游戏</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>