获取用户收藏游戏
<p><strong>获取用户收藏游戏 接口:</strong> </p>
<ul>
<li><code>功能描述</code></li>
<li><code>获取用户收藏游戏 接口</code></li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>GetChatUserCareGame</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST/GET</li>
</ul>
<p><strong>参数:</strong>
无</p>
<p><strong>1.3响应的内容范例:</strong></p>
<pre><code>{
"Status": true,
"Info": "成功.",
"Data": [
{
"GameId": 1, //游戏ID
"GameName": "香港六合彩",
"PeriodInfo": "{\"IsEnabled\":true,\"fisstopseles\":false,\"gameID\":1,\"fid\":1202564,\"fnumberofperiod\":2019009,\"fnextperiod\":0,\"fstatus\":2,\"fsettlefid\":663734,\"fsettlenumber\":2018103,\"fsettletime\":\"\",\"fcodestatus\":true,\"fevencodestatus\":true,\"fbothsidecodestatus\":true,\"fspecialcodeclosetime\":\"2019/01/23 23:54:50\",\"fcodeclosetime\":\"2019/01/23 23:54:50\",\"fevencodeclosetime\":\"2019/01/23 23:54:50\",\"fbothsidecodeclosetime\":\"2019/01/23 23:54:50\",\"fstarttime\":\"2019/01/22 09:30:00\",\"flottostarttime\":\"2019/01/23 23:55:00\",\"ServerTime\":\"2019/01/30 22:19:26\",\"fpreviousperiod\":2018103,\"fpreviousresult\":\"1,2,3,4,5,6,7\",\"fpreviousanimal\":\"Dog,Chicken,Monkey,Sheep,Horse,Snake,Dragon\"}", //游戏的期数信息
"Abbreviation": "⑥HC", //游戏简称
"MobileGameIconUrl","" //游戏图标
},
{
"GameId": 2,
"GameName": "福彩3Daa",
"PeriodInfo": "{\"IsEnabled\":false,\"fisstopseles\":false,\"gameID\":2,\"fid\":0,\"fnumberofperiod\":0,\"fnextperiod\":0,\"fstatus\":0,\"fsettlefid\":0,\"fsettlenumber\":0,\"fsettletime\":null,\"fnextstarttime\":\"0001/01/01 00:00:00\",\"ServerTime\":\"2019/01/30 22:19:26\",\"fpreviousperiod\":0,\"fpreviousresult\":null,\"fpreviousanimal\":null}",
"Abbreviation": "FC3Daa"
},
{
"GameId": 3,
"GameName": "体彩排列3",
"PeriodInfo": "{\"IsEnabled\":false,\"fisstopseles\":false,\"gameID\":3,\"fid\":0,\"fnumberofperiod\":0,\"fnextperiod\":0,\"fstatus\":0,\"fsettlefid\":0,\"fsettlenumber\":0,\"fsettletime\":null,\"fnextstarttime\":\"0001/01/01 00:00:00\",\"ServerTime\":\"2019/01/30 22:19:26\",\"fpreviousperiod\":0,\"fpreviousresult\":null,\"fpreviousanimal\":null}",
"Abbreviation": "TCPL3",
"MobileGameIconUrl","" //游戏图标
},
{
"GameId": 4,
"GameName": "广东11选5",
"PeriodInfo": "{\"IsEnabled\":true,\"fisstopseles\":false,\"gameID\":4,\"fid\":55686120,\"fnumberofperiod\":2019013081,\"fnextperiod\":0,\"fstatus\":0,\"fsettlefid\":55686118,\"fsettlenumber\":2019013079,\"fsettletime\":\"2019/01/30 22:11:19\",\"fnextstarttime\":\"0001/01/01 00:00:00\",\"fclosetime\":\"2019/01/30 22:28:59\",\"fstarttime\":\"2019/01/30 22:20:00\",\"flottostarttime\":\"2019/01/30 22:30:00\",\"ServerTime\":\"2019/01/30 22:19:26\",\"fpreviousperiod\":2019013079,\"fpreviousresult\":\"6,1,11,3,9\",\"fpreviousanimal\":null}",
"Abbreviation": "GD11X5",
"MobileGameIconUrl","" //游戏图标
}
],
"Code": 0
}</code></pre>