{"info":{"_postman_id":"79badecd-b892-4b4e-a38a-b7d1bc3c9d53","name":"TLC API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"7925079","collectionId":"79badecd-b892-4b4e-a38a-b7d1bc3c9d53","publishedId":"SW7bzmeP","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-01-11T07:34:49.000Z"},"item":[{"name":"Web Platform","item":[{"name":"Get Banner","event":[{"listen":"test","script":{"id":"2858e5c0-f8ad-4f37-870f-402438b26025","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var schema = {","   \"type\": \"array\",","   \"items\": [{","        \"type\": \"object\",","        \"required\": [","            \"title\",","            \"body\",","            \"category\",","            \"cmsImageUrl\",","            \"action\"","        ],","        \"properties\": {","            \"title\": { \"type\": \"string\" },","            \"body\": { \"type\": \"string\" },","            \"category\": { \"type\": \"string\" },","            \"cmsImageUrl\": { \"type\": \"string\" },","            \"action\": {","                \"type\": \"object\",","                \"required\": [","                    \"actionId\",","                    \"actionName\",","                ],","                \"properties\": {","                    \"actionId\": { \"type\": \"integer\" },","                    \"actionName\": { \"type\": \"string\" },","                    \"ID\": { \"type\": \"string\" },","                    \"languageCode\": { \"type\": \"string\" },","                    \"sportId\": { \"type\": \"string\" },","                    \"eventId\": { \"type\": \"string\" },","                    \"gameId\": { \"type\": \"integer\" },","                    \"productCode\": { \"type\": \"string\" },","                    \"providerId\": { \"type\": \"string\" },","                    \"providerCode\": { \"type\": \"string\" },","                    \"providerGameId\": { \"type\": \"string\" },","                    \"providerTitle\": { \"type\": \"string\" },","                    \"providerSubtitle\": { \"type\": \"string\" },","                }","            }","        }","    }]","};","","pm.test(\"Valid data and object check\", function(){","   pm.expect(jsonData).to.be.not.empty;","   pm.response.to.have.jsonSchema(schema);","})","","try {","    jsonData.forEach(function(obj){","        pm.sendRequest(obj.cmsImageUrl, function (err, res) {","            if (err) { console.log(err); }","            pm.test(`Image URL: ${obj.cmsImageUrl}`, function(){","                pm.expect(err).to.equal(null);","                pm.expect(res).to.have.property('code', 200);","                var sizeOK = res.responseSize > 50 ? true : false;","                pm.expect(sizeOK).to.be.true;","            });","        });","    });","} catch (e) {","    console.log(e);","}"],"type":"text/javascript"}}],"id":"cb33d762-a19d-4438-b6c4-e98563a0421a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"{{url}}/{{lang}}/api/web/Banners?login={{login_status}}","description":"<ul>\n<li>Response:<ul>\n<li>title (Banner Title)</li>\n<li>body (Banner Body)</li>\n<li>category (Banner Category)</li>\n<li>cmsImageUrl (Full path of the banner image location)</li>\n<li>action<ul>\n<li>actionId (ID of the action listed on the tlc documentation)</li>\n<li>actionName (Name of the action listed on the tlc documentation)</li>\n</ul>\n<ul>\n<li><em>some details based on the action such as :</em></li>\n</ul>\n<ul>\n<li>ID<ul>\n<li>e.g. if the actionName = \"Promotion\", \"Sponsorship\"</li>\n</ul>\n</li>\n<li>URL<ul>\n<li>e.g. if the actionName = \"Link to\"</li>\n</ul>\n</li>\n</ul>\n<ul>\n<li>Game Details for actionName = \"Launch Game\" such as :<ul>\n<li>\"launchMode\": \"game_id\" (available value :  game_id, lobby, web_view)</li>\n<li>\"gameCatCode\": \"P2P\",</li>\n<li>\"providerId\": \"287\",</li>\n<li>\"providerCode\": \"BLE\",</li>\n<li>\"gameId\": \"312\"</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<ul>\n<li>put the token provided into the headers</li>\n<li>There is a parameter that can be used as the filter URL?login=[[login_status]] and the [[login_status]] can be filled by:<ul>\n<li><strong>before</strong> for before login</li>\n<li><strong>after</strong> for after login</li>\n</ul>\n</li>\n<li>The structure of this api is:<ul>\n<li><strong>[base_path]/[language]/api/web/Banners?login=[login_status]</strong></li>\n</ul>\n</li>\n<li>The language code :<ul>\n<li>Chinese : zh-hans</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{lang}}","api","web","Banners"],"host":["{{url}}"],"query":[{"key":"login","value":"{{login_status}}"}],"variable":[]}},"response":[{"id":"6eac93ee-a2a6-48f6-8b9b-e1e526392bb2","name":"Get Banner","originalRequest":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":{"raw":"{{url}}/{{lang}}/api/app/Banners?login={{login_status}}","host":["{{url}}"],"path":["{{lang}}","api","app","Banners"],"query":[{"key":"login","value":"{{login_status}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.12"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Fri, 27 Mar 2020 08:00:32 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_action_app config:field.storage.node.field_autocomplete_category config:field.storage.node.field_body_app config:field.storage.node.field_image_app config:field.storage.node.field_link_app config:views.view.tlc_banner_api extensions http_response node:1093 node:2199 node:2200 node:3565 node:3609 node:3610 node:3611 node:3973 node:3974 node:4032 node:85 node:92 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.node_grants:view user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,token,Culture,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,X-Api-ID,X-Service-RateLimit,X-UsagePlan-RateLimit,X-UsagePlan-Quota,Cache-Control,Connection,Content-Disposition,Date,Keep-Alive,Pragma,Via,Accept,Accept-Charset,Accept-Encoding,Accept-Language,Authorization,Cookie,Expect,From,Host,If-Match,If-Modified-Since,If-None-Match,If-Range,If-Unmodified-Since,Range,Origin,Referer,User-Agent,X-Forwarded-For,X-Forwarded-Host,X-Forwarded-Proto,Accept-Range,Age,Content-Range,Content-Security-Policy,ETag,Expires,Last-Modified,Location,Server,Set-Cookie,Trailer,Transfer-Encoding,Vary,Allow,Content-Encoding,Content-Language,Content-Length,Content-Location,Content-Type"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"title\": \"Banner123\",\n        \"body\": \"Banner\",\n        \"category\": \"home\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-12/Screen%20Shot%202019-12-23%20at%203.47.09%20PM_0.png\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    },\n    {\n        \"title\": \"FIBA支持中国队\",\n        \"body\": \"\",\n        \"category\": \"sponsor\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/banner/5915/supportweb.jpg\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    },\n    {\n        \"title\": \"8号店周末存款\",\n        \"body\": \"\",\n        \"category\": \"sponsor\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/banner/5993/weekendhome%281%29.jpg\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    },\n    {\n        \"title\": \"九月 首存\",\n        \"body\": \"\",\n        \"category\": \"Home_Promotion\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/banner/5998/newmemberhome.jpg\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    },\n    {\n        \"title\": \"九月 推荐好友\",\n        \"body\": \"\",\n        \"category\": \"sponsor\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/banner/6031/referfriendhome%281%29.jpg\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    },\n    {\n        \"title\": \"英雄联盟全球总决赛\",\n        \"body\": \"\",\n        \"category\": \"promotion\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/banner/6108/lolhome%281%29_0.jpg\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    },\n    {\n        \"title\": \"二存三存（十月）\",\n        \"body\": \"\",\n        \"category\": \"sponsor\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/banner/6109/deposithome%283%29_0.jpg\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    },\n    {\n        \"title\": \"banner fish ag\",\n        \"body\": \"Test for Banner Body\",\n        \"category\": \"Home_Promotion\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-07/42.png\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    },\n    {\n        \"title\": \"D日本職棒\",\n        \"body\": \"\",\n        \"category\": \"home\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-08/NPB-Online-Logo_6.jpg\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\",\n            \"url\": \"http://npb.jp/\"\n        }\n    },\n    {\n        \"title\": \"D世界棒球12強\",\n        \"body\": \"\",\n        \"category\": \"home\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-08/WBSCP12_Light_Background_big_1.png\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\",\n            \"url\": \"https://premier12.wbsc.org/en/2019\"\n        }\n    },\n    {\n        \"title\": \"测试中文字体2\",\n        \"body\": \"测试中文字体2\",\n        \"category\": \"abc123\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-07/betwaythb_0.png\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    },\n    {\n        \"title\": \"HomeNavicon1\",\n        \"body\": \"HomeNavicon1\",\n        \"category\": \"Navicon\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-07/143.png\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    }\n]"}],"_postman_id":"cb33d762-a19d-4438-b6c4-e98563a0421a"},{"name":"Get Banner By Category","event":[{"listen":"test","script":{"id":"4dfd5385-3122-42a5-964b-a808fcc4acf0","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var schema = {","   \"type\": \"array\",","   \"items\": [{","        \"type\": \"object\",","        \"required\": [","            \"title\",","            \"body\",","            \"category\",","            \"cmsImageUrl\",","            \"action\"","        ],","        \"properties\": {","            \"title\": {\"type\": \"string\"},","            \"body\": {\"type\": \"string\"},","            \"category\": {\"type\": \"string\"},","            \"cmsImageUrl\": {\"type\": \"string\"},","            \"action\": {","                \"type\": \"object\",","                \"required\": [","                    \"actionId\",","                    \"actionName\",","                ],","                \"properties\": {","                    \"actionId\": { \"type\": \"integer\" },","                    \"actionName\": { \"type\": \"string\" },","                    \"ID\": { \"type\": \"string\" },","                    \"languageCode\": { \"type\": \"string\" },","                    \"sportId\": { \"type\": \"string\" },","                    \"eventId\": { \"type\": \"string\" },","                    \"gameId\": { \"type\": \"integer\" },","                    \"productCode\": { \"type\": \"string\" },","                    \"providerId\": { \"type\": \"string\" },","                    \"providerCode\": { \"type\": \"string\" },","                    \"providerGameId\": { \"type\": \"string\" },","                    \"providerTitle\": { \"type\": \"string\" },","                    \"providerSubtitle\": { \"type\": \"string\" },","                }","            }","        }","    }]","};","","pm.test(\"Valid data and object check\", function(){","   pm.expect(jsonData).to.be.not.empty;","   pm.response.to.have.jsonSchema(schema);","})","","try {","    jsonData.forEach(function(obj){","        pm.sendRequest(obj.cmsImageUrl, function (err, res) {","            if (err) { console.log(err); }","            pm.test(`Image URL: ${obj.cmsImageUrl}`, function(){","                pm.expect(err).to.equal(null);","                pm.expect(res).to.have.property('code', 200);","                var sizeOK = res.responseSize > 50 ? true : false;","                pm.expect(sizeOK).to.be.true;","            });","        });","    });","} catch (e) {","    console.log(e);","}",""],"type":"text/javascript"}}],"id":"ceabebdf-7b88-4d34-bdd9-67deab3dc5b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"{{url}}/{{lang}}/api/web/Banners/Category/home_feature?login={{login_status}}","description":"<ul>\n<li>Response:<ul>\n<li>title (Banner Title)</li>\n<li>body (Banner Body)</li>\n<li>category (Banner Category)</li>\n<li>cmsImageUrl (Full path of the banner image location)</li>\n<li>action<ul>\n<li>actionId (ID of the action listed on the tlc documentation)</li>\n<li>actionName (Name of the action listed on the tlc documentation)</li>\n</ul>\n<ul>\n<li><em>some details based on the action such as :</em></li>\n</ul>\n<ul>\n<li>ID<ul>\n<li>e.g. if the actionName = \"Promotion\", \"Sponsorship\"</li>\n</ul>\n</li>\n<li>URL<ul>\n<li>e.g. if the actionName = \"Link to\"</li>\n</ul>\n</li>\n</ul>\n<ul>\n<li>Game Details for actionName = \"Launch Game\" such as :<ul>\n<li>\"launchMode\": \"game_id\" (available value :  game_id, lobby, web_view)</li>\n<li>\"gameCatCode\": \"P2P\",</li>\n<li>\"providerId\": \"287\",</li>\n<li>\"providerCode\": \"BLE\",</li>\n<li>\"gameId\": \"312\"</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<ul>\n<li>put the token provided into the headers</li>\n<li>There is a parameter that can be used as the filter URL?login=[[login_status]] and the [[login_status]] can be filled by:<ul>\n<li><strong>before</strong> for before login</li>\n<li><strong>after</strong> for after login</li>\n</ul>\n</li>\n<li>The structure of this api is:<ul>\n<li><strong>[base_path]/[language]/api/web/CMS/Banners/Category/[banner_category]?login=[login_status]</strong></li>\n</ul>\n</li>\n<li>The language code :<ul>\n<li>Chinese : zh-hans</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{lang}}","api","web","Banners","Category","home_feature"],"host":["{{url}}"],"query":[{"key":"login","value":"{{login_status}}"}],"variable":[]}},"response":[{"id":"5e587ddd-74d1-4545-a17f-6a9efa1f5e4f","name":"Get Banner By Category","originalRequest":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":{"raw":"{{url}}/{{lang}}/api/web/Banners/Category/{{banner_category}}?login={{login_status}}","host":["{{url}}"],"path":["{{lang}}","api","web","Banners","Category","{{banner_category}}"],"query":[{"key":"login","value":"{{login_status}}"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"ceabebdf-7b88-4d34-bdd9-67deab3dc5b4"},{"name":"Get Web Banner","event":[{"listen":"test","script":{"id":"a2590a27-2d61-403d-bc10-482441cec00d","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var schema = {","   \"type\": \"array\",","   \"items\": [{","        \"type\": \"object\",","        \"required\": [","            \"title\",","            \"body\",","            \"category\",","            \"cmsImageUrl\",","            \"action\"","        ],","        \"properties\": {","            \"title\": { \"type\": \"string\" },","            \"body\": { \"type\": \"string\" },","            \"category\": { \"type\": \"string\" },","            \"cmsImageUrl\": { \"type\": \"string\" },","            \"action\": {","                \"type\": \"object\",","                \"required\": [","                    \"actionId\",","                    \"actionName\",","                ],","                \"properties\": {","                    \"actionId\": { \"type\": \"integer\" },","                    \"actionName\": { \"type\": \"string\" },","                    \"ID\": { \"type\": \"string\" },","                    \"languageCode\": { \"type\": \"string\" },","                    \"sportId\": { \"type\": \"string\" },","                    \"eventId\": { \"type\": \"string\" },","                    \"gameId\": { \"type\": \"integer\" },","                    \"productCode\": { \"type\": \"string\" },","                    \"providerId\": { \"type\": \"string\" },","                    \"providerCode\": { \"type\": \"string\" },","                    \"providerGameId\": { \"type\": \"string\" },","                    \"providerTitle\": { \"type\": \"string\" },","                    \"providerSubtitle\": { \"type\": \"string\" },","                }","            }","        }","    }]","};","","pm.test(\"Valid data and object check\", function(){","   pm.expect(jsonData).to.be.not.empty;","   pm.response.to.have.jsonSchema(schema);","})","","try {","    jsonData.forEach(function(obj){","        pm.sendRequest(obj.cmsImageUrl, function (err, res) {","            if (err) { console.log(err); }","            pm.test(`Image URL: ${obj.cmsImageUrl}`, function(){","                pm.expect(err).to.equal(null);","                pm.expect(res).to.have.property('code', 200);","                var sizeOK = res.responseSize > 50 ? true : false;","                pm.expect(sizeOK).to.be.true;","            });","        });","    });","} catch (e) {","    console.log(e);","}"],"type":"text/javascript"}}],"id":"39d91ca1-b2d9-4c4e-a698-5e3e1e849e90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"{{url}}/{{lang}}/api/v1/web/webbanners?login=after","description":"<ul>\n<li>Response:<ul>\n<li>title (Banner Title)</li>\n<li>body (Banner Body)</li>\n<li>category (Banner Category)</li>\n<li>cmsImageUrl (Full path of the banner image location)</li>\n<li>action<ul>\n<li>actionId (ID of the action listed on the tlc documentation)</li>\n<li>actionName (Name of the action listed on the tlc documentation)</li>\n</ul>\n<ul>\n<li><em>some details based on the action such as :</em></li>\n</ul>\n<ul>\n<li>ID<ul>\n<li>e.g. if the actionName = \"Promotion\", \"Sponsorship\"</li>\n</ul>\n</li>\n<li>URL<ul>\n<li>e.g. if the actionName = \"Link to\"</li>\n</ul>\n</li>\n</ul>\n<ul>\n<li>Game Details for actionName = \"Launch Game\" such as :<ul>\n<li>\"launchMode\": \"game_id\" (available value :  game_id, lobby, web_view)</li>\n<li>\"gameCatCode\": \"P2P\",</li>\n<li>\"providerId\": \"287\",</li>\n<li>\"providerCode\": \"BLE\",</li>\n<li>\"gameId\": \"312\"</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<ul>\n<li>put the token provided into the headers</li>\n<li>There is a parameter that can be used as the filter URL?login=[[login_status]] and the [[login_status]] can be filled by:<ul>\n<li><strong>before</strong> for before login</li>\n<li><strong>after</strong> for after login</li>\n</ul>\n</li>\n<li>The structure of this api is:<ul>\n<li><strong>[base_path]/[language]/api/web/Banners?login=[login_status]</strong></li>\n</ul>\n</li>\n<li>The language code :<ul>\n<li>Chinese : zh-hans</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{lang}}","api","v1","web","webbanners"],"host":["{{url}}"],"query":[{"key":"login","value":"after"}],"variable":[]}},"response":[{"id":"96721170-c8c6-4c0d-a94c-e5d3299f7158","name":"Get Banner","originalRequest":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":{"raw":"{{url}}/{{lang}}/api/app/Banners?login={{login_status}}","host":["{{url}}"],"path":["{{lang}}","api","app","Banners"],"query":[{"key":"login","value":"{{login_status}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.12"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Fri, 27 Mar 2020 08:00:32 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_action_app config:field.storage.node.field_autocomplete_category config:field.storage.node.field_body_app config:field.storage.node.field_image_app config:field.storage.node.field_link_app config:views.view.tlc_banner_api extensions http_response node:1093 node:2199 node:2200 node:3565 node:3609 node:3610 node:3611 node:3973 node:3974 node:4032 node:85 node:92 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.node_grants:view user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,token,Culture,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,X-Api-ID,X-Service-RateLimit,X-UsagePlan-RateLimit,X-UsagePlan-Quota,Cache-Control,Connection,Content-Disposition,Date,Keep-Alive,Pragma,Via,Accept,Accept-Charset,Accept-Encoding,Accept-Language,Authorization,Cookie,Expect,From,Host,If-Match,If-Modified-Since,If-None-Match,If-Range,If-Unmodified-Since,Range,Origin,Referer,User-Agent,X-Forwarded-For,X-Forwarded-Host,X-Forwarded-Proto,Accept-Range,Age,Content-Range,Content-Security-Policy,ETag,Expires,Last-Modified,Location,Server,Set-Cookie,Trailer,Transfer-Encoding,Vary,Allow,Content-Encoding,Content-Language,Content-Length,Content-Location,Content-Type"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"title\": \"Banner123\",\n        \"body\": \"Banner\",\n        \"category\": \"home\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-12/Screen%20Shot%202019-12-23%20at%203.47.09%20PM_0.png\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    },\n    {\n        \"title\": \"FIBA支持中国队\",\n        \"body\": \"\",\n        \"category\": \"sponsor\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/banner/5915/supportweb.jpg\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    },\n    {\n        \"title\": \"8号店周末存款\",\n        \"body\": \"\",\n        \"category\": \"sponsor\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/banner/5993/weekendhome%281%29.jpg\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    },\n    {\n        \"title\": \"九月 首存\",\n        \"body\": \"\",\n        \"category\": \"Home_Promotion\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/banner/5998/newmemberhome.jpg\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    },\n    {\n        \"title\": \"九月 推荐好友\",\n        \"body\": \"\",\n        \"category\": \"sponsor\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/banner/6031/referfriendhome%281%29.jpg\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    },\n    {\n        \"title\": \"英雄联盟全球总决赛\",\n        \"body\": \"\",\n        \"category\": \"promotion\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/banner/6108/lolhome%281%29_0.jpg\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    },\n    {\n        \"title\": \"二存三存（十月）\",\n        \"body\": \"\",\n        \"category\": \"sponsor\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/banner/6109/deposithome%283%29_0.jpg\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    },\n    {\n        \"title\": \"banner fish ag\",\n        \"body\": \"Test for Banner Body\",\n        \"category\": \"Home_Promotion\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-07/42.png\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    },\n    {\n        \"title\": \"D日本職棒\",\n        \"body\": \"\",\n        \"category\": \"home\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-08/NPB-Online-Logo_6.jpg\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\",\n            \"url\": \"http://npb.jp/\"\n        }\n    },\n    {\n        \"title\": \"D世界棒球12強\",\n        \"body\": \"\",\n        \"category\": \"home\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-08/WBSCP12_Light_Background_big_1.png\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\",\n            \"url\": \"https://premier12.wbsc.org/en/2019\"\n        }\n    },\n    {\n        \"title\": \"测试中文字体2\",\n        \"body\": \"测试中文字体2\",\n        \"category\": \"abc123\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-07/betwaythb_0.png\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    },\n    {\n        \"title\": \"HomeNavicon1\",\n        \"body\": \"HomeNavicon1\",\n        \"category\": \"Navicon\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-07/143.png\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    }\n]"}],"_postman_id":"39d91ca1-b2d9-4c4e-a698-5e3e1e849e90"},{"name":"Get Game Category","event":[{"listen":"test","script":{"id":"b09874cc-dd36-4580-8e77-10a5042c24b3","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var schema = {","  \"type\": \"array\",","  \"items\": [","    {","      \"type\": \"object\",","      \"required\": [\"gameCatId\",\"gameCatCode\",\"gameCatPageName\",\"gameCatDesc\",\"gameCatDefaultImageUrl\",\"gameCatIconImageUrl\",\"gameCatClass\",\"gameCatTitle\",\"gameCatSubtitle\"],","      \"properties\": {","        \"gameCatId\": {\"type\": \"string\"},","        \"gameCatCode\": {\"type\": \"string\"},","        \"gameCatPageName\": {\"type\": \"string\"},","        \"gameCatDesc\": {\"type\": \"string\"},","        \"gameCatDefaultImageUrl\": {\"type\": \"string\"},","        \"gameCatIconImageUrl\": {\"type\": \"string\"},","        \"gameCatClass\": {","          \"type\": \"array\",","          \"items\": [","            {\"type\": \"string\"},","            {\"type\": \"string\"}","          ]","        },","        \"gameCatTitle\": {\"type\": \"string\"},","        \"gameCatSubtitle\": {\"type\": \"string\"}","      }","    }","  ]","};","","pm.test(\"Valid data and object check\", function(){","   pm.expect(jsonData).to.be.not.empty;","   pm.response.to.have.jsonSchema(schema);","})","","// var gameCategoryIDs = [];","// var gameCategoryIDsForSub = [];","","try {","    var keysToCheck = schema[\"items\"][0][\"required\"];","    ","    jsonData.forEach(function(obj){","        pm.test(`Check for all keys`, function(){","            pm.expect(obj).to.have.all.keys(keysToCheck);","        });","","        keysToCheck.forEach(function(key){","            pm.test(`Check key not empty - ${key}`, function(){","                if( ['gameCatIconImageUrl'].indexOf(key) == -1 ){","                    pm.expect(obj[key]).to.be.not.empty;","                }","            });","        });","","        // gameCategoryIDs.push(obj.gameCatId);","        // if ( ['P2P', 'Slot', 'Casino'].indexOf(obj.gameCatCode) > -1 ){","        //     gameCategoryIDsForSub.push(obj.gameCatId)","        // }","","        pm.sendRequest(obj.gameCatDefaultImageUrl, function (err, res){","            if (err) { console.log(err); }","            pm.test(`Image URL: ${obj.gameCatDefaultImageUrl}`, function(){","                pm.expect(err).to.equal(null);","                pm.expect(res).to.have.property('code', 200);","                pm.expect(res).to.have.property('status', 'OK');","                var sizeOK = res.responseSize > 50 ? true : false;","                pm.expect(sizeOK).to.be.true;","            })","        })","","        pm.sendRequest(obj.gameCatIconImageUrl, function (err, res){","            if (err) { console.log(err); }","            pm.test(obj.gameCatIconImageUrl + ' image is ok', function(){","                pm.expect(err).to.equal(null);","                pm.expect(res).to.have.property('code', 200);","                pm.expect(res).to.have.property('status', 'OK');","                var sizeOK = res.responseSize > 50 ? true : false;","                pm.expect(sizeOK).to.be.true;","            })","        })","    })","} catch (e) {","    console.log(e);","}","","// pm.environment.set('gameCategoryIDs', gameCategoryIDs);","// pm.environment.set('gameCategoryIDsForSub', gameCategoryIDsForSub);","// pm.environment.set('gameCategoryIDsForGames', gameCategoryIDsForSub);","// pm.environment.set('gameCategoryIDsForGamesBKP', gameCategoryIDsForSub);",""],"type":"text/javascript"}}],"id":"779d1aeb-229e-4e86-acbd-3f7ecf51555f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"{{url}}/{{lang}}/api/web/GameCategory","description":"<ul>\n<li>This API is used to get Game Category which contains:<ul>\n<li>gameCatId (Category ID)</li>\n<li>gameCatCode (Category Name)</li>\n<li>gameCatDesc (Category Description)</li>\n<li>gameCatDefaultImageUrl (Full Path of the Default Image)</li>\n<li>gameCatHoverImageUrl (Full Path of the Hover Image)</li>\n</ul>\n</li>\n</ul>\n<ul>\n<li>Put the token provided into the header section</li>\n<li>The structure of this api is:<ul>\n<li><strong>[base_path]/[language]/api/CMS/GameCategory</strong></li>\n</ul>\n</li>\n<li>The language code :<ul>\n<li>Chinese : zh-hans</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{lang}}","api","web","GameCategory"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9f2413f1-69c1-401b-99bc-8517cbfb6d7c","name":"Get Game Category","originalRequest":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"{{url}}/{{lang}}/api/CMS/GameCategory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.6"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Thu, 20 Feb 2020 06:43:34 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.taxonomy_term.field_icon config:field.storage.taxonomy_term.field_image config:views.view.tlc_game_category_view extensions http_response taxonomy_term:123 taxonomy_term:124 taxonomy_term:157 taxonomy_term:167 taxonomy_term:187 taxonomy_term:188 taxonomy_term:191 taxonomy_term:194 taxonomy_term:41 taxonomy_term:42 taxonomy_term:43 taxonomy_term:45 taxonomy_term_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"gameCatId\": \"41\",\n        \"gameCatCode\": \"Esports\",\n        \"gameCatDesc\": \"Esports 电竞投注\",\n        \"gameCatDefaultImageUrl\": \"http://18.217.73.220/sites/default/files/2019-08/icons_esport_defult.png\",\n        \"gameCatHoverImageUrl\": \"http://18.217.73.220/sites/default/files/2019-08/icons_esport_selected.png\"\n    },\n    {\n        \"gameCatId\": \"42\",\n        \"gameCatCode\": \"P2P\",\n        \"gameCatDesc\": \"P2P 棋牌\",\n        \"gameCatDefaultImageUrl\": \"http://18.217.73.220/sites/default/files/2019-07/p2p%20%281%29_0.png\",\n        \"gameCatHoverImageUrl\": \"http://18.217.73.220/sites/default/files/2019-08/icons_ky_selected.png\"\n    },\n    {\n        \"gameCatId\": \"43\",\n        \"gameCatCode\": \"Slot\",\n        \"gameCatDesc\": \"Slot 电子\",\n        \"gameCatDefaultImageUrl\": \"http://18.217.73.220/sites/default/files/2019-07/slot_0.png\",\n        \"gameCatHoverImageUrl\": \"http://18.217.73.220/sites/default/files/2019-08/icons_slot_selected.png\"\n    },\n    {\n        \"gameCatId\": \"45\",\n        \"gameCatCode\": \"Lottery\",\n        \"gameCatDesc\": \"Lottery 彩票\",\n        \"gameCatDefaultImageUrl\": \"http://18.217.73.220/sites/default/files/2019-07/lottery%20%281%29_0.png\",\n        \"gameCatHoverImageUrl\": \"http://18.217.73.220/sites/default/files/2019-08/icons_lottery_selected.png\"\n    },\n    {\n        \"gameCatId\": \"157\",\n        \"gameCatCode\": \"Fishing\",\n        \"gameCatDesc\": \"Fishing捕魚\",\n        \"gameCatDefaultImageUrl\": \"http://18.217.73.220/sites/default/files/2019-08/fishing.png\",\n        \"gameCatHoverImageUrl\": \"http://18.217.73.220/sites/default/files/2019-08/fishing2.png\"\n    },\n    {\n        \"gameCatId\": \"123\",\n        \"gameCatCode\": \"Sportsbook\",\n        \"gameCatDesc\": \"Sportsbook 体育\",\n        \"gameCatDefaultImageUrl\": \"http://18.217.73.220/sites/default/files/2019-08/icons_sport_defult.png\",\n        \"gameCatHoverImageUrl\": \"http://18.217.73.220/sites/default/files/2019-08/icons_sport_selected.png\"\n    },\n    {\n        \"gameCatId\": \"124\",\n        \"gameCatCode\": \"Casino\",\n        \"gameCatDesc\": \"Live Dealer 真人\",\n        \"gameCatDefaultImageUrl\": \"http://18.217.73.220/sites/default/files/2019-08/icons_casino_defult.png\",\n        \"gameCatHoverImageUrl\": \"http://18.217.73.220/sites/default/files/2019-08/icons_casino_selected.png\"\n    },\n    {\n        \"gameCatId\": \"167\",\n        \"gameCatCode\": \"UBISOFT\",\n        \"gameCatDesc\": \"UBISOFT\",\n        \"gameCatDefaultImageUrl\": \"http://18.217.73.220/sites/default/files/2019-08/ubisoft-logo-banner_6.jpg\",\n        \"gameCatHoverImageUrl\": \"http://18.217.73.220/sites/default/files/2019-08/giphy_5.gif\"\n    },\n    {\n        \"gameCatId\": \"187\",\n        \"gameCatCode\": \"BBSOFT\",\n        \"gameCatDesc\": \"BBSOFT\",\n        \"gameCatDefaultImageUrl\": \"http://18.217.73.220/sites/default/files/2019-08/fishing2_0.png\",\n        \"gameCatHoverImageUrl\": \"http://18.217.73.220/sites/default/files/2019-08/fishing_0.png\"\n    },\n    {\n        \"gameCatId\": \"188\",\n        \"gameCatCode\": \"ROCKSTAR\",\n        \"gameCatDesc\": \"ROCKSTAR\",\n        \"gameCatDefaultImageUrl\": \"http://18.217.73.220/sites/default/files/2019-08/ROCKSTAR.png\",\n        \"gameCatHoverImageUrl\": \"\"\n    },\n    {\n        \"gameCatId\": \"194\",\n        \"gameCatCode\": \"Legend of Zelda\",\n        \"gameCatDesc\": \"ゼルダの伝説\",\n        \"gameCatDefaultImageUrl\": \"http://18.217.73.220/sites/default/files/2019-08/zelda_icon_by_slamiticon_d5z7ns8-pre.png\",\n        \"gameCatHoverImageUrl\": \"\"\n    },\n    {\n        \"gameCatId\": \"191\",\n        \"gameCatCode\": \"Super Mario Bros\",\n        \"gameCatDesc\": \"Super Mario Bros\",\n        \"gameCatDefaultImageUrl\": \"http://18.217.73.220/sites/default/files/2019-09/giphy_1.gif\",\n        \"gameCatHoverImageUrl\": \"\"\n    }\n]"}],"_postman_id":"779d1aeb-229e-4e86-acbd-3f7ecf51555f"},{"name":"Get Game Provider by Game Category","event":[{"listen":"test","script":{"id":"6a2226c4-00ba-4985-86db-d81ab5a847de","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var schema = {","    \"type\": \"object\",","    \"required\": [","        \"providers\"","    ],","    \"properties\": {","        \"providers\": {","            \"type\": \"array\",","            \"items\": [{","                \"type\": \"object\",","                \"required\": [\"providerId\",\"providerCode\",\"productGroup\",\"providerTitle\",\"providerSubtitle\",\"providerDesc\",\"providerImageUrl\",\"providerImageClass\",\"providerIconClass\",\"providerBannerUrl\",\"providerBannerClass\",\"providerIconUrl\",\"providerClass\",\"providerGameId\",\"gameCatCode\"],","                \"properties\": {","                    \"providerId\": {\"type\": \"string\"},","                    \"providerCode\": {\"type\": \"string\"},","                    \"productGroup\": {\"type\": \"string\"},","                    \"providerTitle\": {\"type\": \"string\"},","                    \"providerSubtitle\": {\"type\": \"string\"},","                    \"providerDesc\": {\"type\": \"string\"},","                    \"providerImageUrl\": {\"type\": \"string\"},","                    \"providerImageClass\": {\"type\": \"string\"},","                    \"providerIconClass\": {\"type\": \"string\"},","                    \"providerBannerUrl\": {\"type\": \"string\"},","                    \"providerBannerClass\": {\"type\": \"string\"},","                    \"providerIconUrl\": {\"type\": \"string\"},","                    \"providerClass\": {","                        \"type\": \"array\",","                        \"items\": [","                            {\"type\": \"string\"},","                            {\"type\": \"string\"},","                            {\"type\": \"string\"},","                            {\"type\": \"string\"}","                        ]","                    },","                    \"providerGameId\": {\"type\": \"integer\"},","                    \"gameCatCode\": {\"type\": \"string\"}","                }","            }]","        }","    }","};","","pm.test(\"Valid data and object check\", function(){","   pm.expect(jsonData).to.be.not.empty;","   pm.response.to.have.jsonSchema(schema);","})","","var gamesData = pm.environment.get('gamesData');","if(!gamesData){","  gamesData = {};","}else{","  gamesData = JSON.parse(gamesData);","}","","// var currentGameCategory = pm.environment.get('game_category_id');","// var pageIDs = pm.environment.get('gameCategoryIDsForGames');","","try {","    var keysToCheck = schema[\"properties\"][\"providers\"][\"items\"][0][\"required\"];","    ","    jsonData.providers.forEach(function(obj){","        pm.test(`Check for all keys`, function(){","            pm.expect(obj).to.have.all.keys(keysToCheck);","        });","","        keysToCheck.forEach(function(key){","            pm.test(`Check key not empty - ${key}`, function(){","                if(key == 'providerGameId'){","                    pm.expect(obj[key]).to.be.a('number');","                } else {","                    pm.expect(obj[key]).to.be.not.empty;","                }","            })","        })","","        // if ( pageIDs.indexOf(currentGameCategory) > -1 ){","        //     if( gamesData[currentGameCategory] === undefined){","        //         gamesData[currentGameCategory] = [];","        //     }","        //     if( obj.providerGameId < 0 ){","        //         gamesData[currentGameCategory].push(obj.providerId);","        //     }","        // }","","        pm.sendRequest(obj.providerImageUrl, function (err, res){","            if (err) { console.log(err); }","            pm.test(obj.providerImageUrl + ' image is ok', function(){","                pm.expect(err).to.equal(null);","                pm.expect(res).to.have.property('code', 200);","                pm.expect(res).to.have.property('status', 'OK');","                var sizeOK = res.responseSize > 50 ? true : false;","                pm.expect(sizeOK).to.be.true;","            })","        })","        ","        pm.sendRequest(obj.providerIconUrl, function (err, res){","            if (err) { console.log(err); }","            pm.test(obj.providerIconUrl + ' image is ok', function(){","                pm.expect(err).to.equal(null);","                pm.expect(res).to.have.property('code', 200);","                pm.expect(res).to.have.property('status', 'OK');","                var sizeOK = res.responseSize > 50 ? true : false;","                pm.expect(sizeOK).to.be.true;","            })","        })","    })","} catch (e) {","    console.log(e);","}","","// self loop ","var gameCategoryIDs = pm.environment.get('gameCategoryIDs');","if(!gameCategoryIDs){","  gameCategoryIDs = [];","}","gameCategoryIDs = gameCategoryIDs.slice(1);","if(gameCategoryIDs.length > 0){","  pm.environment.set('gameCategoryIDs', gameCategoryIDs);","  postman.setNextRequest('Get Game Provider by Game Category');","}else{","  pm.environment.unset('gameCategoryIDs');","}","pm.environment.set('gamesData', JSON.stringify(gamesData));","pm.environment.set('gamesDataBKP', JSON.stringify(gamesData));",""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"7c4c4420-08ee-4115-b036-7f33ad998f84","exec":["// var gameCategoryIDs = pm.environment.get('gameCategoryIDs');","// var gameCategoryID;","","// if(!gameCategoryIDs){","//     gameCategoryIDs = [];","// }","","// if(gameCategoryIDs.length > 0){","//     gameCategoryID = gameCategoryIDs[0];","// }else{","//     gameCategoryID = pm.environment.get('game_category_id');","// }","// if(!gameCategoryID){","//     gameCategoryID = 123;","// }","// pm.environment.set('game_category_id', gameCategoryID);"],"type":"text/javascript"}}],"id":"989840cd-6e4a-4f5b-9fc6-3f755849ed54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"{{url}}/{{lang}}/api/web/game/provider/{{game_category_id}}","description":"<ul>\n<li><p>to get specific providers/vendors based on its game category</p>\n<ul>\n<li><strong>[base_path]/[language]/API/web/game/provider/[categoryId from Game Category API]</strong></li>\n<li>the last parameter depends on the game category you want to retrieve</li>\n</ul>\n</li>\n<li><p>the response contains:</p>\n<ul>\n<li>layout : layout arrangement of the providers/vendors in array<ul>\n<li>e.g. [2,5,4] : for the first page, shows 2 provides/vendors from the data below, continued by 5 providers/vendors for the next page and the last are 4 providers/vendors.</li>\n</ul>\n</li>\n<li>providers: detail of the providers/vendors in array.<ul>\n<li>providerId : provider/vendor ID</li>\n<li>providerCode : provider/vendor code</li>\n<li>productGroup : to retrieve productGroup on hydra for each provider</li>\n<li>providerTitle : text that will be shown as provider name</li>\n<li>providerDesc : description of the provider</li>\n<li>providerImageUrl : provider/vendor logo (contains tge full path of the logo location)</li>\n<li>providerClass : provider/vendor class in array<ul>\n<li>e.g. [\"new\", \"usp_8\", \"featured\"] : Class contain new, featured, and the usp is 8%.</li>\n</ul>\n</li>\n<li>gameCatCode : category of the game provider</li>\n</ul>\n</li>\n<li>response format:  <pre><code>{    \n      \"layout\" : [array],\n      \"providers\" : [{\n          \"providerId\" : string,\n          \"providerCode\" : string,\n          \"providerTitle\" : string,\n          \"productGroup\" : string,                            \n          \"providerDesc\" : \"string\"\n          \"providerImageUrl\" : \"string\",\n          \"providerClass\" :  [array],\n          \"gameCatCode\" : \"string\"\n      }]</code></pre></li>\n</ul>\n<p>  }\n  </p>\n</li>\n<li><p>Put the token provided into the header section</p>\n</li>\n<li><p>Category params : can be retrieved from <strong>categoryId</strong> in <strong>\"Get Game Category API\"</strong></p>\n</li>\n<li><p>The language code :</p>\n<ul>\n<li>Chinese : zh-hans</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{lang}}","api","web","game","provider","{{game_category_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9e40db08-78e7-4e9c-9c13-f89861ca2060","name":"Get Game Provider by Game Category","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/{{lang}}/api/game/provider/{{game_category_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.12"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Fri, 21 Feb 2020 08:36:35 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.taxonomy_term.field_class config:field.storage.taxonomy_term.field_game_page_fk config:field.storage.taxonomy_term.field_image config:field.storage.taxonomy_term.field_vendor_title config:views.view.tlc_game_provider_view extensions http_response taxonomy_term:68 taxonomy_term_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,token,Culture,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,X-Api-ID,X-Service-RateLimit,X-UsagePlan-RateLimit,X-UsagePlan-Quota,Cache-Control,Connection,Content-Disposition,Date,Keep-Alive,Pragma,Via,Accept,Accept-Charset,Accept-Encoding,Accept-Language,Authorization,Cookie,Expect,From,Host,If-Match,If-Modified-Since,If-None-Match,If-Range,If-Unmodified-Since,Range,Origin,Referer,User-Agent,X-Forwarded-For,X-Forwarded-Host,X-Forwarded-Proto,Accept-Range,Age,Content-Range,Content-Security-Policy,ETag,Expires,Last-Modified,Location,Server,Set-Cookie,Trailer,Transfer-Encoding,Vary,Allow,Content-Encoding,Content-Language,Content-Length,Content-Location,Content-Type"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"layout\": [\n        2,\n        5\n    ],\n    \"providers\": [\n        {\n            \"providerId\": \"71\",\n            \"providerCode\": \"BSG\",\n            \"providerTitle\": \"BS 电子\",\n            \"providerDesc\": \"\",\n            \"providerImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-07/Slot_BS.jpg\",\n            \"providerClass\": [\n                \"\"\n            ],\n            \"gameCatCode\": \"Slot\"\n        },\n        {\n            \"providerId\": \"76\",\n            \"providerCode\": \"CW\",\n            \"providerTitle\": null,\n            \"providerDesc\": \"TT 电子\",\n            \"providerImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-07/Slot_TTG.jpg\",\n            \"providerClass\": [\n                \"\"\n            ],\n            \"gameCatCode\": \"Slot\"\n        },\n        {\n            \"providerId\": \"75\",\n            \"providerCode\": \"DTG\",\n            \"providerTitle\": null,\n            \"providerDesc\": \"DT 电子\",\n            \"providerImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-07/dt.jpeg\",\n            \"providerClass\": [\n                \"\"\n            ],\n            \"gameCatCode\": \"Slot\"\n        },\n        {\n            \"providerId\": \"56\",\n            \"providerCode\": \"MGSQF\",\n            \"providerTitle\": null,\n            \"providerDesc\": \"MG 电子\",\n            \"providerImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-07/Slot_MG_0.jpg\",\n            \"providerClass\": [\n                \"\"\n            ],\n            \"gameCatCode\": \"Slot\"\n        },\n        {\n            \"providerId\": \"70\",\n            \"providerCode\": \"PT\",\n            \"providerTitle\": null,\n            \"providerDesc\": \"PT 电子\",\n            \"providerImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-07/Slot_PT.jpg\",\n            \"providerClass\": [\n                \"\"\n            ],\n            \"gameCatCode\": \"Slot\"\n        },\n        {\n            \"providerId\": \"73\",\n            \"providerCode\": \"SPG\",\n            \"providerTitle\": null,\n            \"providerDesc\": \"SP 电子\",\n            \"providerImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-07/Slot_SPG.jpg\",\n            \"providerClass\": [\n                \"\"\n            ],\n            \"gameCatCode\": \"Slot\"\n        },\n        {\n            \"providerId\": \"128\",\n            \"providerCode\": \"TG\",\n            \"providerTitle\": null,\n            \"providerDesc\": \"PP 电子\",\n            \"providerImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-07/Slot_PP_0.jpg\",\n            \"providerClass\": [\n                \"\"\n            ],\n            \"gameCatCode\": \"Slot\"\n        }\n    ]\n}"}],"_postman_id":"989840cd-6e4a-4f5b-9fc6-3f755849ed54"},{"name":"Get Faqs Web","event":[{"listen":"test","script":{"id":"582e9950-42db-439a-8f37-72ad59ccc0a7","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var schema = {","    \"type\": \"array\",","    \"items\": [{","        \"type\": \"object\",","        \"required\": [\"id\",\"title\",\"menus\"],","        \"properties\": {","            \"id\": {\"type\": \"string\"},","            \"title\": {\"type\": \"string\"},","            \"menus\": {","                \"type\": \"array\",","                \"items\": [{","                    \"type\": \"object\",","                    \"required\": [\"id\",\"title\"],","                    \"properties\": {","                        \"id\": {\"type\": \"string\"},","                        \"title\": {\"type\": \"string\"}","                    }","                }]","            }","        }","    }]","};","","pm.test(\"Valid data and object check\", function(){","   pm.expect(jsonData).to.be.not.empty;","   pm.response.to.have.jsonSchema(schema);","})","","try {","    var keysToCheck = schema[\"items\"][0][\"required\"];","    var menuKeysToCheck = schema[\"items\"][0][\"properties\"][\"menus\"][\"items\"][0][\"required\"];","    ","    jsonData.forEach(function(obj){","        pm.test(`Check for all keys`, function(){","            pm.expect(obj).to.have.all.keys(keysToCheck);","        });","","        keysToCheck.forEach(function(key){","            pm.test(`Check key not empty - ${key}`, function(){","                pm.expect(obj[key]).to.be.not.empty;","            });","        });","","        obj.menus.forEach(function(menu){","            pm.test(`Check for all menu keys`, function(){","                pm.expect(menu).to.have.any.keys(menuKeysToCheck);","            });","","            menuKeysToCheck.forEach(function(key){","                pm.test(`Check menu key not empty - ${key}`, function(){","                    pm.expect(menu[key]).to.be.not.empty;","                });","            });","        })","    });","} catch (e) {","    console.log(e);","}"],"type":"text/javascript"}}],"id":"044a01ea-c9fc-4861-afac-523f0a283242","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"{{url}}/{{lang}}/api/web/faq","description":"<ul>\n<li>This API is used to get all Faq for Web platform which contains:<ul>\n<li>id (Category ID)</li>\n<li>title (Category Title)</li>\n<li>menus : (Faq List in Array)   </li>\n<li>response format:  <pre><code>{    \n      \"id\" : int,\n      \"title\" : string,\n      \"menus\" : [{\n          \"id\" : int,\n          \"title\" : string\n      },{\n          \"id\" : int,\n          \"title\" : string\n      }]</code></pre></li>\n</ul>\n<p>  }\n  </p>\n</li>\n</ul>\n<ul>\n<li>Put the token provided into the header section</li>\n<li>The structure of this api is:<ul>\n<li><strong>[base_path]/[language]/api/web/faq/</strong></li>\n</ul>\n</li>\n<li>The language code :<ul>\n<li>Chinese : zh-hans</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{lang}}","api","web","faq"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9b5582fd-2092-4daa-b4b8-4706bc939863","name":"Get Faqs Web","originalRequest":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"{{url}}/{{lang}}/api/web/faq"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"044a01ea-c9fc-4861-afac-523f0a283242"},{"name":"Get Faq Detail","event":[{"listen":"test","script":{"id":"f6737579-7510-426c-a7cf-f118ca4460ad","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var schema = {","    \"type\": \"array\",","    \"items\": [{","        \"type\": \"object\",","        \"required\": [\"id\",\"title\",\"body\",\"category\",\"parent\",\"queryParams\",\"list\"],","        \"properties\": {","            \"id\": {\"type\": \"string\"},","            \"title\": {\"type\": \"string\"},","            \"body\": {\"type\": \"string\"},","            \"category\": {\"type\": \"string\"},","            \"parent\": {\"type\": \"string\"},","            \"queryParams\": {","                \"type\": \"object\",","                \"required\": [\"platform\"],","                \"properties\": {","                    \"platform\": {\"type\": \"string\"}","                }","            },","            \"list\": {","                \"type\": \"array\",","                \"items\": {}","            }","        }","    }]","};","","pm.test(\"Valid data and object check\", function(){","    pm.expect(jsonData).to.be.not.empty;","    pm.response.to.have.jsonSchema(schema);","})","","try {","    var keysToCheck = schema[\"items\"][0][\"required\"];","    ","    jsonData.forEach(function(obj){","        pm.test(`Check for all keys`, function(){","            pm.expect(obj).to.have.all.keys(keysToCheck);","        });","","        keysToCheck.forEach(function(key){","            pm.test(`Check key not empty - ${key}`, function(){","                // if( ['list', 'parent'].indexOf(key) == -1 ){","                pm.expect(obj[key]).to.be.not.empty;","                // }","            });","        })","","        // if( ['8941', '8950'].indexOf(obj.id) > -1 ){","        //     pm.expect(obj.list).to.be.not.empty;","        // }","        // if( ['8951', '8954', '8955', '8956', '8957', '8962'].indexOf(obj.id) > -1 ){","        //     pm.expect(obj.parent).to.be.not.empty;","        // }","    })","} catch (e) {","    console.log(e);","}","","// var currentFaqId = parseInt(pm.environment.get('current_faq_id'));","// currentFaqId = currentFaqId + 1;","// if(currentFaqId > 8967){","//   pm.environment.unset('current_faq_id');","//   pm.environment.set('current_faq_id', null);","// }else{","//   pm.environment.set('current_faq_id', currentFaqId);","//   postman.setNextRequest('Get Faq Detail');","// }","","",""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"9edfe97e-f79b-4f5e-8301-ef6a5592173a","exec":["// var currentFaqId = pm.environment.get('current_faq_id');","// if(!currentFaqId){","//     pm.environment.set('current_faq_id',\"8941\");","// }"],"type":"text/javascript"}}],"id":"1c374544-9799-48f2-ab09-3c8f2f6514ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"{{url}}/{{lang}}/api/web/faq/detail/{{current_faq_id}}","description":"<ul>\n<li>This API is used to get specified Faq which contains:<ul>\n<li>id (Faq ID)</li>\n<li>title (Faq Title)</li>\n<li>body (HTML Body of Faq)</li>\n<li>category (Faq Category)</li>\n<li>parent (The parent faq of current faq)</li>\n<li>list : (Array of this faq's children)\n  [<ul>\n<li>id : About us content's id</li>\n<li>title : About us content's title\n  ]</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<ul>\n<li>Put the token provided into the header section</li>\n<li>The structure of this api is:<ul>\n<li><strong>[base_path]/[language]/api/web/faq/detail/[faq_id]</strong>\n+To get the detail of all FAQ contents:</li>\n<li><strong>[base_path]/[language]/api/web/faq/detail/all</strong></li>\n</ul>\n</li>\n<li>The language code :<ul>\n<li>Chinese : zh-hans</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{lang}}","api","web","faq","detail","{{current_faq_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"07405122-4bd7-4849-9796-64c57a85d17c","name":"Get All Faq Detail","originalRequest":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"{{url}}/{{lang}}/api/web/faq/detail/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.6"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Tue, 07 Apr 2020 03:14:54 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_body_web config:field.storage.node.field_category config:field.storage.node.field_parent_faq config:views.view.tlc_faq_view extensions http_response node:160 node:161 node:162 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"160\",\n        \"title\": \"【如何充值】\",\n        \"body\": \"<p>当当当当~！玩家在小同注册好后，当然是想马上充值去游戏啦，对不?<br /> </p><ol>\\t<li>首先，请登入您还是热腾腾的账户（小同提醒您，要记住密码噢），点击首页右上角的 “＄资金管理” 按钮，然后再点击 “充值”；或直接点击 “充值”按钮。<img alt=\\\"img1.1\\\" data-entity-type=\\\"file\\\" data-entity-uuid=\\\"5906b5bf-5de1-4359-9ac7-c287d724dfde\\\" src=\\\"/sites/default/files/inline-images/img1.1.jpg\\\" class=\\\"align-center\\\" /></li>\\t<li>目前小同支持银行卡 “在线支付”、“银行转账/支付宝”、“京东钱包”、“AstroPay” 、“同乐卡” 5种存款方式。 您可以根据自己的实际情况，选择相对方便的一种进行支付。当然啦，“在线支付” 充值方式可即时到账，自然是小同的首选推荐！<img alt=\\\"img1.2\\\" data-entity-type=\\\"file\\\" data-entity-uuid=\\\"6f99df83-9288-4253-b8b4-6be6281991e8\\\" src=\\\"/sites/default/files/inline-images/img1.2.jpg\\\" class=\\\"align-center\\\" /></li>\\t<li>如果玩家选择 “在线支付” ，可以在“充值方式”中选择“高额存款”需插入U盾认证完成支付；或选择“快捷支付”则需接收短信认证完成支付。接著在下方空格里输入您想要充值的金额，选择充值銀行、目标帐户，再点击 “提交” 即可。是不是很简单阿！<img alt=\\\"img1.3\\\" data-entity-type=\\\"file\\\" data-entity-uuid=\\\"ea79d045-dfb3-4034-9faf-e1f8a6f4f322\\\" src=\\\"/sites/default/files/inline-images/img1.3.jpg\\\" class=\\\"align-center\\\" /></li>\\t<li>如果玩家选择 “银行转账/支付宝” 充值方式，要仔细填写信息内容喔～请先选择使用 “支付宝”或“银行转账”，接著填写“银行户口”、“存款人姓名”、 “充值金额”和“目标帐户” 四项必须填写准确；接著按下一步，再次仔细确认每一个充值信息有没有填写正确！！确认后按下“充值完成”就可以啦～另外 “存款收据” 也需要在转账成功的 24 小时后上传哦。<img alt=\\\"img1.4\\\" data-entity-type=\\\"file\\\" data-entity-uuid=\\\"e598ba3b-fd62-4e92-a8cc-8940737b15ba\\\" src=\\\"/sites/default/files/inline-images/img1.4.jpg\\\" class=\\\"align-center\\\" /><br />\\t<img alt=\\\"img1.4-2\\\" data-entity-type=\\\"file\\\" data-entity-uuid=\\\"1817e66c-410a-4aed-bf5b-173c46fe7920\\\" src=\\\"/sites/default/files/inline-images/img1.4-2.jpg\\\" class=\\\"align-center\\\" /><br />\\t<img alt=\\\"img1.4-3\\\" data-entity-type=\\\"file\\\" data-entity-uuid=\\\"1221a1a4-6cff-4620-bc2b-983dfd7f614b\\\" src=\\\"/sites/default/files/inline-images/img1.4-3.jpg\\\" /></li>\\t<li>如果玩家选择 “东京钱包” 充值方式，. 请输入“充值金额” ，选择要存入的“目标帐户”后点击 “提交”。接着，使用手机 京东 APP 扫描二维码。扫描二维码后，京东 APP 将会显示付款信息点击“立即付款”继续付款过程。 输入确认支付密码再点击“完成”即可。一旦支付过程完成，京东 APP 将显示一个通知页面以确认支付成功。<img alt=\\\"img1.5\\\" data-entity-type=\\\"file\\\" data-entity-uuid=\\\"28dd7689-b941-4353-a942-b7d7bcae931c\\\" src=\\\"/sites/default/files/inline-images/img1.5.jpg\\\" class=\\\"align-center\\\" /><br />\\t<img alt=\\\"img1.5-2\\\" data-entity-type=\\\"file\\\" data-entity-uuid=\\\"0b92752f-222c-4733-9f77-e7b89c014795\\\" src=\\\"/sites/default/files/inline-images/img1.5-2.jpg\\\" class=\\\"align-center\\\" /><br />\\t<img alt=\\\"img1.5-3\\\" data-entity-type=\\\"file\\\" data-entity-uuid=\\\"6d7930ba-be64-4640-b6b8-4576ffd88c82\\\" src=\\\"/sites/default/files/inline-images/img1.5-3.jpg\\\" /></li>\\t<li>如果玩家选择 “AstroPay” 充值方式，请输入“AstroPay卡号”、 “安全码” 、 “有效日期” 、 “卡片面值(RMB)”以及“目标帐户”，都依序填写完成后按下“提交”就完成了。<img alt=\\\"img1.6\\\" data-entity-type=\\\"file\\\" data-entity-uuid=\\\"882c784d-5dbb-4762-81b0-c31ce791f16f\\\" src=\\\"/sites/default/files/inline-images/img1.6.jpg\\\" class=\\\"align-center\\\" /></li>\\t<li>如果玩家选择 “同乐卡” 充值，先填入“充值金额”，接著接将卡面上信息依序输入 “同乐卡序列号” 、 “同乐卡密码” 、 最后选择“目标帐户”后按下“提交”就可以了。<img alt=\\\"img1.7\\\" data-entity-type=\\\"file\\\" data-entity-uuid=\\\"c8fe27b8-970f-4413-9646-92598ce37850\\\" src=\\\"/sites/default/files/inline-images/img1.7.jpg\\\" class=\\\"align-center\\\" /></li>\\t<li>会员可在页面下方查看自己的充值记录。<img alt=\\\"img1.8\\\" data-entity-type=\\\"file\\\" data-entity-uuid=\\\"21e71fd7-31ff-43d7-b296-a48ff3e25b4c\\\" src=\\\"/sites/default/files/inline-images/img1.8.jpg\\\" class=\\\"align-center\\\" /></li></ol>\",\n        \"category\": \"Bank\",\n        \"parent\": \"\"\n    },\n    {\n        \"id\": \"161\",\n        \"title\": \"【体育投注规则】\",\n        \"body\": \"<p>【体育投注规则】</p>\",\n        \"category\": \"Rules\",\n        \"parent\": \"\"\n    },\n    {\n        \"id\": \"162\",\n        \"title\": \"一般投注规则与规定\",\n        \"body\": \"<ol><li>总则<ol><li>本公司的所有投注信息都是出于诚意提供的。 不过，本公司不对有关日期、时间、地点、竞争对手、赔率、结果、统计数据、团队制服（显示在实时视频中）或其它投注信息的任何错误或遗漏负责。 本公司保留纠正任何明显错误的权利，并且应当采取所有合理行动确保以诚信透明的方式管理赌盘，赌盘定义为针对某一体育赛事所提供的不同的投注类型。 公司保留做出最终性决定的权利。</li><li>如果一项赛事在预定时间之前开始，则只有该项赛事开始之前所做投注（除指定的现场投注以外）会被视为有效投注，赛事的定义是两个团队或个人间有组织的体育比赛或活动。 如果一个赌盘未在正确时间关闭或中止，则本公司有权取消在实际开始时间之后进行的所有投注（除指定的现场投注以外）。</li><li>如果网站对赛事所用的简体中文和非简体中文名称之间有任何差异，以亚洲版的简体中文为准。</li><li>在任何时候，客户有责任了解比赛分数和所有相关的比赛信息，并且建议客户在下注之前确认比赛状况。</li><li>本公司有权在任何时候出于任何原因修改这些规则。 一旦在网站上发布，任何此类修改都是具有约束性和立即生效的。</li><li>客户承认网站上提供的当前分数、所用时间及其它数据虽然是由第三方以“直播”形式提供，但仍会有时间延迟以及/或者可能不准确的情况，并且根据这些数据做任何投注时，客户应自行承担所有风险。 本公司提供这些数据时，不保证其准确性、完整性或及时性，并且不对客户因依赖这些数据而遭受的任何损失（直接或间接损失）负责。</li><li>\\t\\t在出现以下任何情形时，本公司可全权在不提前通知的前提下决定取消或宣布投注无效或暂停用户帐号：</p><p>\\t\\t• 投注细节不完整或错误；<br />\\t\\t• 投注超出公司所规定的限额；<br />\\t\\t• 以违反公司规则方式投注；<br />\\t\\t• 人为的打字及传输错误导致不正确的游戏数据或概率；<br />\\t\\t• 当出现异常或不规范使用游戏平台的情况，或出现过高的损失或收益。\\t\\t</li><li>本公司保留暂停比赛游戏或特定产品的权利，以纠正任何明显错误，维持该游戏的诚信和公平性。</li><li>一旦公司确认赌注，则客户不能修改或取消该赌注。</li><li>如果客户存有任何疑问或怀疑系统错误，则建议客户停止游戏，并与本公司的客户支持部门相协调。如果客户继续游戏，该客户应对其赌注的结果负责，且公司有权决定是否解决这一问题。</li><li>当开始现场比赛或游戏，且客户在其活动进行时予以投注，如果由于任何原因导致赌注断开的，不管断开的原因如何，或出现赌注冻结或崩溃，都将停止所有赌注，直到该活动完成并已知结果时才能进行结算。该一般规则不适用于某一游戏或产品拥有发生断开意外时具体规则的情形，适用该具体规则时的结果应以该规则对客户的约束力为基础。</li><li>本公司保留暂停和/或随时关闭客户账户的权利，如果公司认为客户违反任何适用的规则和规章，或欺骗、黑客入侵、攻击、操纵或破坏了正常的投注程序，或如果该客户从事洗钱或其他非法活动，或者该客户低于其所在管辖区或实际区域参与赌博的法定年龄。一旦由于上述原因关闭客户帐户，包括客户账户余额在内的所有奖金和/或支出都将没收。</li><li>本公司保留为其现有产品和即将提供的产品设置最大奖金额的权利。</li><li>如果公司有证据表明价格或联营的操纵，或比赛、活动或竞赛中的作弊行为，则公司保留拒绝付款的权利。上述证据以所有投注渠道的投注大小、容量或模式为基础。如上述规则解释存有任何争议，以公司解释为准。</li><li>本公司保留作废并取消涉及非法赌博活动的所有投注的权利。</li><li>本公司保留拒绝客户进入游戏或将客户踢出游戏的权利。</li><li>该软件不存在任何明示或暗示、法定或公司其他方面规定的保证、条件、承诺或声明。本公司不出于任何目的保证该软件适销性、质量及适合性，且不保证该软件能够满足客户的要求，不保证软件不会构成侵权。</li><li>虽然公司承诺会合理且谨慎行事，公司并不保证该软件不会出现任何错误或中断，不保证会修正软件内的任何错误，也不保证软件或服务器无病毒。</li><li>本公司对因账户结算相关的通信或系统错误造成的所有成本、费用、损失或索赔概不负责。本公司保留采取任何适当的措施，包括删除所有相关游戏软件以纠正此类错误的权利。</li><li>当下注或使用该软件时，客户承认公司无法控制客户如何使用该软件。此外，客户应承担其下注及使用软件的所有风险，且公司对任何直接、间接、附加、偶然的或特殊的任何形式的伤害或损失概不负责。</li><li>禁止客户披露软件内属于公司或软件供应商的任何机密信息。</li><li>为进行游戏或投注，授予客户个人的、非排他的、不可转让的使用该软件的权利。</li><li>禁止客户：<ol><li>将软件安装或加载至另一个设备的服务器上，或采取措施使其他人可在网络上获取该软件。</li><li>再许可、转让、出租、出借、转移、复制或分发本软件的副本；</li><li>以该软件、该软件或复制品的任何部分为基础，解码、还原工程、反汇编、修改或创造衍生软件，或适应性转录或合并软件的任何部分，转换软件或软件的任何部分或企图破解本软件的源代码；</li><li>删除软件供应商的任何版权、专利或类似通知；和</li><li>进入、访问，或试图进入、访问或以其他方式进入公司安全系统或以任何方式干扰软件、游戏和网站。</li></ol></li><li>使用该软件并不授予客户该软件任何知识产权的所有权。</li><li>以上一般规则应仅使用于特殊游戏或产品缺乏特殊规则的情况。</li></ol></li><li>中止和延期<ol><li>如果一项赛事未在预定开始日期开始，并且未按特定体育规则的规定，在原先预定的完成日期完成，则所有的投注都将无效，除了对已获得无条件确定的赌盘所做的投注以外。</li><li>如果一项赛事已经开始，但之后又中止，并且未按特定体育规则的规定，在原先预定的完成日期完成，则所有的投注都将无效，除了对无条件决定结果的赌盘所做的投注以外。</li><li>如果一项赛事未按特定体育规则的规定，在原告预定的完成日期完成，而正式的比赛结果得以宣布，或者特定赛事的相关主管机构宣布了一个结果，则本公司有权认定这一比赛是正式有效的。 在此方面，本公司的决定是最终和具有结束性的。</li></ol></li><li>场地变更<ol><li>除非另有说明，如果一项比赛预计在一个中立性场地上展开，但却在非中立的场地上展开，所有的投注仍将被视为有效，反之亦然。如果主场团队打客场团队的场地变更，反之亦然，对该场比赛的所有投注都将被视为无效。如果主场和客场团队的名称被错误地颠倒，投注也会被视为无效。</li><li>对于所有非团队赛事，如果预定的场地在赌盘开放后变更，则所有的投注仍将被视为有效。</li></ol></li><li>赛事期间<ol><li>所显示的赛事进行时间仅供于参考。尽管赛事进行时间和所显示的有所差异，投注仍有可能被视为有效。</li><li>在比赛伤停时间发生的任何情况都被视为在常规时间末时发生，例如一场足球比赛上半场伤停补时阶段的一个进球会被视为是在第45分钟时踢进的。</li></ol></li><li>赛果<ol><li>必要时，颁奖仪式的位次将被视为是正式赛果，不论之后是否出现取消或更改赛果的情况。 如果没有颁奖仪式，赛果将会依据相关主管机构在赌盘结算时提供的官方结果而定，不论之后是否出现取消或更改赛果的情况。 如果没有提供适用的官方结果，则将依据到赌盘结算时适用且已知的证据来确定赛果。</li><li>赌盘通常会在一项赛事结束后不久进行结算。 完全出于服务客户的目的，一些赌盘可能会在正式结果公布之前结算。 如果一个赌盘结算错误，本公司有权撤销结算。</li><li>如果无法确定赛事结果，公司保留暂停任何赌盘结算的权利。</li><li>除了不存在的赛事以外，公司将不会因任何赛事结果，球队名称或该赛事任何细节上的修改而对已结算72小时的投注项目作出更改。</li><li>当官方赛果与本公司网站赛果版块公布的赛果之间有冲突时，应当通过参考本公司的有关赛事视频记录来确定正确的结果，以便解决冲突。 然而，如果没有此类适用的视频记录，应当根据特定赛事的相关主管机构在其官方网站上公布的赛果确定正确的结果。 如果该官方网站无法提供这一结果或者官方网站公布的赛果明显有错，则本公司有权做出决定/修正，以便确定最终的结果。 在此方面，本公司的决定是最终和具有结束性的。</li><li>无论任何的项目在结束后出现后续的决定更改、抗议或上诉而引致的成绩变动，项目的获胜者将就根据项目结束时的成绩来确定投注的胜负。</li></ol></li><li>自动计时器接受功能<ol><li>对于某些可由本公司确定的赛事，客户可以利用计时器接受功能进行投注，选择菜单上的“计时器接受”按钮即可。 利用计时器接受功能所做的每次投注将有自己的倒计时，其持续时间将由本公司独家决定。 在计时器倒数完毕时，若没有下文1.6.2节所述任何妨害的情况出现，投注将会被接受。</li><li>如果在计时器倒数结束前发生任何本节所述的妨害情况，所有使用计时器接受功能所做投注都将立即被取消；<ol><li>如果很可能或确实领得一张红牌；</li><li>如果可能或确实被判罚一个点球；</li><li>如果任何球队可能入球或取得入球；</li><li>偶发事件包括但不限于，影响正确地下注、接受投注、记录或通告投注的任何设备或通讯中断，操作或传输延误或中断，通讯线路故障等。</li></ol></li><li>在使用计时器接受功能时，客户承认本网站上提供的当前分数、所用时间及其它数据虽然是由第三方以直播形式提供，但仍会有时间延迟以及/或者可能不准确的情况，并且根据这些数据做任何投注时，客户应自行承担所有风险。 本公司提供这些数据，并且不对客户因依赖这些数据而遭受的任何损失（直接或间接损失）负责。</li></ol></li><li>即时兑现<ol><li>即时兑现在选定赛事或赛程的结果确定之前让客户可以选择出售其全部或部分注单。</li><li>即时兑现仅适用于在线（「直播」）投注赛事、赛程或具有即时兑现图标的赌盘。即时兑现不适用于混合过关、其他多投注选项以及使用免费投注的注单。</li><li>只要注单的剩余金额不等于或低于原始投注金额的 20％，便可以出售一部分注单。最低的部分即时兑现金额至少为注单原始投注金额的 20％。</li><li>实时赔率决定了即时兑现的金额。如果兑现时, 即时兑现金额改变或是赌盘被暂停，客户可能无法即时兑现成功。客户可以重试直到系统成功接受即时兑现。</li><li>如果系统成功接受了该注单的即时兑现，客户则无法取消兑现交易。已即时兑现的注单金额将计入客户余额中，并且不会受到投注赛事、赛程或赌盘的官方结果影响。</li><li>如果赛事赌盘结算错误或公司认为撤销结算合理必要，公司保留撤销已即时兑现注单的权利。如撤销结算，客户已收到该注单的即时兑现金额将从其账户余额中扣除，且注单将保持原始投注金额或是当时进行部分即时兑现的剩余价值。</li><li>如果选定赛事或赛程被取消而注单已即时兑现，除了无条件决定投注结果的注单外，注单的即时兑现将被撤回。注单即时兑现的金额将从客户的帐户中扣除，且原始投注金额将退还给客户。</li><li>注单即时兑现的金额将在合理的时间内计入客户的帐户。</li><li>公司保留权利并有绝对决定权以接受或拒绝使用即时兑现、在某些赛事、赛程或赌盘上提供即时兑现的功能，以及在其认为必要时修改、暂停或删除即时兑现的功能。</li><li>客户明白公司对于由于技术错误而引致无法使用即时兑现的功能概不负责。</li><li>客户明白即时兑现是第三方提供的产品。对于透过即时兑现出售的注单的结算和客户因使用即时兑现而产生的所有其他索赔，第三方须承担最终责任。公司对客户使用即时兑现而遭受的直接或间接损失不承担任何责任。</li><li>即时兑现功能不适用于已利用或使用公司提供红利的客户，除非客户已符合及满足针对该红利的条款和条件。选择使用即时兑现功能的客户可要求客户服务部收回红利，以使用即时兑现功能。公司拥有最终决定是否允许收回红利并使用即时兑现的功能。</li></ol></li></ol>\",\n        \"category\": \"Rules\",\n        \"parent\": \"【体育投注规则】\"\n    }\n]"},{"id":"08f0cd6a-9da7-4bf4-9985-0c7d4da5d50c","name":"Get Faq Detail","originalRequest":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"{{url}}/{{lang}}/api/web/faq/detail/136"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Cookie"},{"key":"X-Powered-By","value":"PHP/7.3.12"},{"key":"Cache-Control","value":"max-age=3600, public"},{"key":"Date","value":"Fri, 17 Apr 2020 07:50:12 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_body_web config:field.storage.node.field_category config:field.storage.node.field_parent_faq config:views.view.tlc_faq_view extensions http_response node:136 node_list taxonomy_term:6 taxonomy_term_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.node_grants:view user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Last-Modified","value":"Fri, 17 Apr 2020 07:50:11 GMT"},{"key":"ETag","value":"W/\"1587109811\""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,token,Culture,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,X-Api-ID,X-Service-RateLimit,X-UsagePlan-RateLimit,X-UsagePlan-Quota,Cache-Control,Connection,Content-Disposition,Date,Keep-Alive,Pragma,Via,Accept,Accept-Charset,Accept-Encoding,Accept-Language,Authorization,Cookie,Expect,From,Host,If-Match,If-Modified-Since,If-None-Match,If-Range,If-Unmodified-Since,Range,Origin,Referer,User-Agent,X-Forwarded-For,X-Forwarded-Host,X-Forwarded-Proto,Accept-Range,Age,Content-Range,Content-Security-Policy,ETag,Expires,Last-Modified,Location,Server,Set-Cookie,Trailer,Transfer-Encoding,Vary,Allow,Content-Encoding,Content-Language,Content-Length,Content-Location,Content-Type"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"136\",\n        \"title\": \"体育投注\",\n        \"body\": \"<table>\\t<caption>体育投注</caption>\\t<tbody>\\t\\t<tr>\\t\\t\\t<td>某些赛事和赌盘有不同的规则，这些规则列于本网站有关特定赛事或赌盘/投注类型的《特别赛事/赌盘投注规则》中。 下述内容为适用于所有赛事和赌盘/投注类型的一般规则，必须完全遵守。 在适用的情况下，本公司网站公布的《条款和条件》中所列规定与定义应当适用于本《投注规则与规定》。</td>\\t\\t</tr>\\t</tbody></table>\",\n        \"category\": \"Rules\",\n        \"parent\": \"\",\n        \"list\": [\n            {\n                \"id\": \"1083\",\n                \"title\": \"1. 一般投注规则与规定\",\n                \"body\": \"<ol>\\r\\n\\t<li>总则\\r\\n\\t<ol>\\r\\n\\t\\t<li>本公司的所有投注信息都是出于诚意提供的。 不过，本公司不对有关日期、时间、地点、竞争对手、赔率、结果、统计数据、团队制服（显示在实时视频中）或其它投注信息的任何错误或遗漏负责。 本公司保留纠正任何明显错误的权利，并且应当采取所有合理行动确保以诚信透明的方式管理赌盘，赌盘定义为针对某一体育赛事所提供的不同的投注类型。 公司保留做出最终性决定的权利。</li>\\r\\n\\t\\t<li>如果一项赛事在预定时间之前开始，则只有该项赛事开始之前所做投注（除指定的现场投注以外）会被视为有效投注，赛事的定义是两个团队或个人间有组织的体育比赛或活动。 如果一个赌盘未在正确时间关闭或中止，则本公司有权取消在实际开始时间之后进行的所有投注（除指定的现场投注以外）。</li>\\r\\n\\t\\t<li>如果网站对赛事所用的简体中文和非简体中文名称之间有任何差异，以亚洲版的简体中文为准。</li>\\r\\n\\t\\t<li>在任何时候，客户有责任了解比赛分数和所有相关的比赛信息，并且建议客户在下注之前确认比赛状况。</li>\\r\\n\\t\\t<li>本公司有权在任何时候出于任何原因修改这些规则。 一旦在网站上发布，任何此类修改都是具有约束性和立即生效的。</li>\\r\\n\\t\\t<li>客户承认网站上提供的当前分数、所用时间及其它数据虽然是由第三方以“直播”形式提供，但仍会有时间延迟以及/或者可能不准确的情况，并且根据这些数据做任何投注时，客户应自行承担所有风险。 本公司提供这些数据时，不保证其准确性、完整性或及时性，并且不对客户因依赖这些数据而遭受的任何损失（直接或间接损失）负责。</li>\\r\\n\\t\\t<li>\\r\\n\\t\\t<p>在出现以下任何情形时，本公司可全权在不提前通知的前提下决定取消或宣布投注无效或暂停用户帐号：</p>\\r\\n\\r\\n\\t\\t<p>• 投注细节不完整或错误；<br />\\r\\n\\t\\t• 投注超出公司所规定的限额；<br />\\r\\n\\t\\t• 以违反公司规则方式投注；<br />\\r\\n\\t\\t• 人为的打字及传输错误导致不正确的游戏数据或概率；<br />\\r\\n\\t\\t• 当出现异常或不规范使用游戏平台的情况，或出现过高的损失或收益。</p>\\r\\n\\t\\t</li>\\r\\n\\t\\t<li>本公司保留暂停比赛游戏或特定产品的权利，以纠正任何明显错误，维持该游戏的诚信和公平性。</li>\\r\\n\\t\\t<li>一旦公司确认赌注，则客户不能修改或取消该赌注。</li>\\r\\n\\t\\t<li>如果客户存有任何疑问或怀疑系统错误，则建议客户停止游戏，并与本公司的客户支持部门相协调。如果客户继续游戏，该客户应对其赌注的结果负责，且公司有权决定是否解决这一问题。</li>\\r\\n\\t\\t<li>当开始现场比赛或游戏，且客户在其活动进行时予以投注，如果由于任何原因导致赌注断开的，不管断开的原因如何，或出现赌注冻结或崩溃，都将停止所有赌注，直到该活动完成并已知结果时才能进行结算。该一般规则不适用于某一游戏或产品拥有发生断开意外时具体规则的情形，适用该具体规则时的结果应以该规则对客户的约束力为基础。</li>\\r\\n\\t\\t<li>本公司保留暂停和/或随时关闭客户账户的权利，如果公司认为客户违反任何适用的规则和规章，或欺骗、黑客入侵、攻击、操纵或破坏了正常的投注程序，或如果该客户从事洗钱或其他非法活动，或者该客户低于其所在管辖区或实际区域参与赌博的法定年龄。一旦由于上述原因关闭客户帐户，包括客户账户余额在内的所有奖金和/或支出都将没收。</li>\\r\\n\\t\\t<li>本公司保留为其现有产品和即将提供的产品设置最大奖金额的权利。</li>\\r\\n\\t\\t<li>如果公司有证据表明价格或联营的操纵，或比赛、活动或竞赛中的作弊行为，则公司保留拒绝付款的权利。上述证据以所有投注渠道的投注大小、容量或模式为基础。如上述规则解释存有任何争议，以公司解释为准。</li>\\r\\n\\t\\t<li>本公司保留作废并取消涉及非法赌博活动的所有投注的权利。</li>\\r\\n\\t\\t<li>本公司保留拒绝客户进入游戏或将客户踢出游戏的权利。</li>\\r\\n\\t\\t<li>该软件不存在任何明示或暗示、法定或公司其他方面规定的保证、条件、承诺或声明。本公司不出于任何目的保证该软件适销性、质量及适合性，且不保证该软件能够满足客户的要求，不保证软件不会构成侵权。</li>\\r\\n\\t\\t<li>虽然公司承诺会合理且谨慎行事，公司并不保证该软件不会出现任何错误或中断，不保证会修正软件内的任何错误，也不保证软件或服务器无病毒。</li>\\r\\n\\t\\t<li>本公司对因账户结算相关的通信或系统错误造成的所有成本、费用、损失或索赔概不负责。本公司保留采取任何适当的措施，包括删除所有相关游戏软件以纠正此类错误的权利。</li>\\r\\n\\t\\t<li>当下注或使用该软件时，客户承认公司无法控制客户如何使用该软件。此外，客户应承担其下注及使用软件的所有风险，且公司对任何直接、间接、附加、偶然的或特殊的任何形式的伤害或损失概不负责。</li>\\r\\n\\t\\t<li>禁止客户披露软件内属于公司或软件供应商的任何机密信息。</li>\\r\\n\\t\\t<li>为进行游戏或投注，授予客户个人的、非排他的、不可转让的使用该软件的权利。</li>\\r\\n\\t\\t<li>禁止客户：\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li>将软件安装或加载至另一个设备的服务器上，或采取措施使其他人可在网络上获取该软件。</li>\\r\\n\\t\\t\\t<li>再许可、转让、出租、出借、转移、复制或分发本软件的副本；</li>\\r\\n\\t\\t\\t<li>以该软件、该软件或复制品的任何部分为基础，解码、还原工程、反汇编、修改或创造衍生软件，或适应性转录或合并软件的任何部分，转换软件或软件的任何部分或企图破解本软件的源代码；</li>\\r\\n\\t\\t\\t<li>删除软件供应商的任何版权、专利或类似通知；和</li>\\r\\n\\t\\t\\t<li>进入、访问，或试图进入、访问或以其他方式进入公司安全系统或以任何方式干扰软件、游戏和网站。</li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t</li>\\r\\n\\t\\t<li>使用该软件并不授予客户该软件任何知识产权的所有权。</li>\\r\\n\\t\\t<li>以上一般规则应仅使用于特殊游戏或产品缺乏特殊规则的情况。</li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li>中止和延期\\r\\n\\t<ol>\\r\\n\\t\\t<li>如果一项赛事未在预定开始日期开始，并且未按特定体育规则的规定，在原先预定的完成日期完成，则所有的投注都将无效，除了对已获得无条件确定的赌盘所做的投注以外。</li>\\r\\n\\t\\t<li>如果一项赛事已经开始，但之后又中止，并且未按特定体育规则的规定，在原先预定的完成日期完成，则所有的投注都将无效，除了对无条件决定结果的赌盘所做的投注以外。</li>\\r\\n\\t\\t<li>如果一项赛事未按特定体育规则的规定，在原告预定的完成日期完成，而正式的比赛结果得以宣布，或者特定赛事的相关主管机构宣布了一个结果，则本公司有权认定这一比赛是正式有效的。 在此方面，本公司的决定是最终和具有结束性的。</li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li>场地变更\\r\\n\\t<ol>\\r\\n\\t\\t<li>除非另有说明，如果一项比赛预计在一个中立性场地上展开，但却在非中立的场地上展开，所有的投注仍将被视为有效，反之亦然。如果主场团队打客场团队的场地变更，反之亦然，对该场比赛的所有投注都将被视为无效。如果主场和客场团队的名称被错误地颠倒，投注也会被视为无效。</li>\\r\\n\\t\\t<li>对于所有非团队赛事，如果预定的场地在赌盘开放后变更，则所有的投注仍将被视为有效。</li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li>赛事期间\\r\\n\\t<ol>\\r\\n\\t\\t<li>所显示的赛事进行时间仅供于参考。尽管赛事进行时间和所显示的有所差异，投注仍有可能被视为有效。</li>\\r\\n\\t\\t<li>在比赛伤停时间发生的任何情况都被视为在常规时间末时发生，例如一场足球比赛上半场伤停补时阶段的一个进球会被视为是在第45分钟时踢进的。</li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li>赛果\\r\\n\\t<ol>\\r\\n\\t\\t<li>必要时，颁奖仪式的位次将被视为是正式赛果，不论之后是否出现取消或更改赛果的情况。 如果没有颁奖仪式，赛果将会依据相关主管机构在赌盘结算时提供的官方结果而定，不论之后是否出现取消或更改赛果的情况。 如果没有提供适用的官方结果，则将依据到赌盘结算时适用且已知的证据来确定赛果。</li>\\r\\n\\t\\t<li>赌盘通常会在一项赛事结束后不久进行结算。 完全出于服务客户的目的，一些赌盘可能会在正式结果公布之前结算。 如果一个赌盘结算错误，本公司有权撤销结算。</li>\\r\\n\\t\\t<li>如果无法确定赛事结果，公司保留暂停任何赌盘结算的权利。</li>\\r\\n\\t\\t<li>除了不存在的赛事以外，公司将不会因任何赛事结果，球队名称或该赛事任何细节上的修改而对已结算72小时的投注项目作出更改。</li>\\r\\n\\t\\t<li>当官方赛果与本公司网站赛果版块公布的赛果之间有冲突时，应当通过参考本公司的有关赛事视频记录来确定正确的结果，以便解决冲突。 然而，如果没有此类适用的视频记录，应当根据特定赛事的相关主管机构在其官方网站上公布的赛果确定正确的结果。 如果该官方网站无法提供这一结果或者官方网站公布的赛果明显有错，则本公司有权做出决定/修正，以便确定最终的结果。 在此方面，本公司的决定是最终和具有结束性的。</li>\\r\\n\\t\\t<li>无论任何的项目在结束后出现后续的决定更改、抗议或上诉而引致的成绩变动，项目的获胜者将就根据项目结束时的成绩来确定投注的胜负。</li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li>自动计时器接受功能\\r\\n\\t<ol>\\r\\n\\t\\t<li>对于某些可由本公司确定的赛事，客户可以利用计时器接受功能进行投注，选择菜单上的“计时器接受”按钮即可。 利用计时器接受功能所做的每次投注将有自己的倒计时，其持续时间将由本公司独家决定。 在计时器倒数完毕时，若没有下文1.6.2节所述任何妨害的情况出现，投注将会被接受。</li>\\r\\n\\t\\t<li>如果在计时器倒数结束前发生任何本节所述的妨害情况，所有使用计时器接受功能所做投注都将立即被取消；\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li>如果很可能或确实领得一张红牌；</li>\\r\\n\\t\\t\\t<li>如果可能或确实被判罚一个点球；</li>\\r\\n\\t\\t\\t<li>如果任何球队可能入球或取得入球；</li>\\r\\n\\t\\t\\t<li>偶发事件包括但不限于，影响正确地下注、接受投注、记录或通告投注的任何设备或通讯中断，操作或传输延误或中断，通讯线路故障等。</li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t</li>\\r\\n\\t\\t<li>在使用计时器接受功能时，客户承认本网站上提供的当前分数、所用时间及其它数据虽然是由第三方以直播形式提供，但仍会有时间延迟以及/或者可能不准确的情况，并且根据这些数据做任何投注时，客户应自行承担所有风险。 本公司提供这些数据，并且不对客户因依赖这些数据而遭受的任何损失（直接或间接损失）负责。</li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li>即时兑现\\r\\n\\t<ol>\\r\\n\\t\\t<li>即时兑现在选定赛事或赛程的结果确定之前让客户可以选择出售其全部或部分注单。</li>\\r\\n\\t\\t<li>即时兑现仅适用于在线（「直播」）投注赛事、赛程或具有即时兑现图标的赌盘。即时兑现不适用于混合过关、其他多投注选项以及使用免费投注的注单。</li>\\r\\n\\t\\t<li>只要注单的剩余金额不等于或低于原始投注金额的 20％，便可以出售一部分注单。最低的部分即时兑现金额至少为注单原始投注金额的 20％。</li>\\r\\n\\t\\t<li>实时赔率决定了即时兑现的金额。如果兑现时, 即时兑现金额改变或是赌盘被暂停，客户可能无法即时兑现成功。客户可以重试直到系统成功接受即时兑现。</li>\\r\\n\\t\\t<li>如果系统成功接受了该注单的即时兑现，客户则无法取消兑现交易。已即时兑现的注单金额将计入客户余额中，并且不会受到投注赛事、赛程或赌盘的官方结果影响。</li>\\r\\n\\t\\t<li>如果赛事赌盘结算错误或公司认为撤销结算合理必要，公司保留撤销已即时兑现注单的权利。如撤销结算，客户已收到该注单的即时兑现金额将从其账户余额中扣除，且注单将保持原始投注金额或是当时进行部分即时兑现的剩余价值。</li>\\r\\n\\t\\t<li>如果选定赛事或赛程被取消而注单已即时兑现，除了无条件决定投注结果的注单外，注单的即时兑现将被撤回。注单即时兑现的金额将从客户的帐户中扣除，且原始投注金额将退还给客户。</li>\\r\\n\\t\\t<li>注单即时兑现的金额将在合理的时间内计入客户的帐户。</li>\\r\\n\\t\\t<li>公司保留权利并有绝对决定权以接受或拒绝使用即时兑现、在某些赛事、赛程或赌盘上提供即时兑现的功能，以及在其认为必要时修改、暂停或删除即时兑现的功能。</li>\\r\\n\\t\\t<li>客户明白公司对于由于技术错误而引致无法使用即时兑现的功能概不负责。</li>\\r\\n\\t\\t<li>客户明白即时兑现是第三方提供的产品。对于透过即时兑现出售的注单的结算和客户因使用即时兑现而产生的所有其他索赔，第三方须承担最终责任。公司对客户使用即时兑现而遭受的直接或间接损失不承担任何责任。</li>\\r\\n\\t\\t<li>即时兑现功能不适用于已利用或使用公司提供红利的客户，除非客户已符合及满足针对该红利的条款和条件。选择使用即时兑现功能的客户可要求客户服务部收回红利，以使用即时兑现功能。公司拥有最终决定是否允许收回红利并使用即时兑现的功能。</li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n</ol>\\r\\n\"\n            },\n            {\n                \"id\": \"1088\",\n                \"title\": \"2. 赌盘（投注类型）规则之一般规则\",\n                \"body\": \"<ol>\\r\\n\\t<li><span>总则</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>冠军投注 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>冠军投注是指对一项赛事、比赛或锦标赛中的获胜者投注。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>冠军排名投注是指对参赛者在一项赛事、比赛或锦标赛中获得的指定名次投注。 赌盘标题中将标明会赢得排名投注的数量。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果参赛者/球员没有出场参加赛事、比赛或锦标赛，则所有投注于该参赛者/球员的“优胜冠军(冠军)”投注将作废，除非在特定的投注规则中另有说明。</span></span></li>\\r\\n\\t\\t\\t<li>\\r\\n\\t\\t\\t<p><span><span>如果有有两名或以上的获胜者，或者任何冠军赌盘中宣布有“不分胜负”的情况，则彩金赔率（减去下注金额）将按获胜者的数量分配和结算，同时退还下注金额。</span></span></p>\\r\\n\\r\\n\\t\\t\\t<p><span><span>这有一个示例，客户询问如果英格兰超级联赛 – 最佳射手有2位，公司应如何计算彩金？</span></span></p>\\r\\n\\r\\n\\t\\t\\t<p><span><span>彩金将为：下注金额/赢家x（赔率 - 1）= 彩金（如果最佳射手超过2人=下注金额/（人数））</span></span></p>\\r\\n\\r\\n\\t\\t\\t<p><span><span>例如：<br />\\r\\n\\t\\t\\t英格兰超级联赛 - 最佳射手<br />\\r\\n\\t\\t\\t迪米塔•贝尔巴托夫（Dimitar Berbatov）1.40<br />\\r\\n\\t\\t\\t特维斯（Carlos Tevez）3.50<br />\\r\\n\\t\\t\\t如果我对迪米塔•贝尔巴托夫投注100，赔率为1.40。<br />\\r\\n\\t\\t\\t如果最佳射手有2人。<br />\\r\\n\\t\\t\\t我的彩金将为：=下注金额100/2 X(赔率- 1) = 20<br />\\r\\n\\t\\t\\t如果我对特维斯投注100，赔率为3.50<br />\\r\\n\\t\\t\\t如果最佳射手有2人。<br />\\r\\n\\t\\t\\t那么我的彩金将为：=下注金额100/2 X(赔率- 1) =125 </span></span></p>\\r\\n\\t\\t\\t</li>\\r\\n\\t\\t\\t<li><span><span>术语“任何其他选手”（任何其他团队等）指所有未在赌盘中列名的参赛者。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>胜负盘 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>胜负盘表示投注一方参赛者或团队会在一项赛事中击败另一方参赛者，或者在一项配对赛中排名较高。 在《特定赛事投注规则》中列出了其余的胜负盘规则。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>术语“出场阵容（The Field）”指除了胜负盘配对赛中提名的参赛者以外的所有参赛者。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>让球盘 (HDP) ，上半场让球盘 (FH HDP) 和下半场让球盘 (2H HDP) </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>让球盘是指当一方参赛者或团队获得假定的预先让分（在赛事开始之前凭借该让分而有效领先）。 获胜者为赛果加上该让分后得分更高的参赛者或团队。 在《特定赛事投注规则》中列出了其余的让球盘规则。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>上半场让球盘是指投注于上半场将让分数加上实际比赛结果后，得分较高的参赛者或队伍即为赢家。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>下半场让球盘是指投注于下半场将让分数加上实际赛事结果后，得分较高的参赛者或队伍即为赢家。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>大小盘，上半场大小盘和下半场大小盘 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>大/小盘是指由一项赛事最终赛果的总分（入球数、得分情况等）来确定的投注。 如果总分超过大/小盘预先指定的分数线，则投注“大盘”者为赢家；如果总分低于大/小盘预先指定的分数线，则投注“小盘”者为赢家。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>上半场大小盘是指投注结果由上半场赛事的总分来决定。如果总分大于“大小盘”预先指定的总分，则投注“大盘”的为赢家；如果总分小于“大小盘”预先指定的总分，则投注“小盘”的为赢家。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>下半场大小盘是指投注结果由下半场赛事的总分来决定。如果总分大于“大小盘”预先指定的总分，则投注“大盘”的为赢家；如果总分小于“大小盘”预先指定的总分，则投注“小盘”的为赢家。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>单双盘 (OE) ，上半场单双盘 (FH OE) 和下半场单双盘 (2H OE) </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>单/双盘是指由一项赛事最终赛果的总分（入球数、得分情况等）来确定的投注。 </span></span></li>\\r\\n\\t\\t\\t<li><span><span>上半场单双盘是指投注结果由上半场赛事的总分来决定。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>下半场单双盘是指投注结果由下半场赛事的总分来决定。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果赛事在上半场结束之前中止，全部上半场的投注将视为无效。相反的，如果赛事在上半场结束之后中止，则全部上半场的投注将视为有效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>单支团队单/双盘 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>单支团队单/双盘是指预测一支特定团队在一项赛事中全场得分为单数还是双数的投注。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>任何对此赛事的额外补时将不计入内，以便确定一支特定团队的全场得分。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>比赛半场/全场单/双盘 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>比赛半场/全场单/双盘是指预测一项赛事半场和全场结果是为单数和单数，单数和双数，双数和单数，还是双数和双数。</span></span></li>\\r\\n\\t\\t\\t<li>\\r\\n\\t\\t\\t<p><span><span>有四（4）种选择方案可供投注：</span></span></p>\\r\\n\\r\\n\\t\\t\\t<p><span><span>*单数/单数<br />\\r\\n\\t\\t\\t*单数/双数<br />\\r\\n\\t\\t\\t*双数/单数<br />\\r\\n\\t\\t\\t*双数/双数 </span></span></p>\\r\\n\\t\\t\\t</li>\\r\\n\\t\\t\\t<li><span><span>对于此种投注类型，为了确定一项赛事的全场结果，任何额外的补时将不会被计入。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>混合过关(综合过关)（Mix Parlays） </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>“混合过关(综合过关)”乃指以两个或以上的赛事投注为组合的博彩方式。若全部选择均赢，则该混合过关(综合过关)投注为赢, 并将获赔两个投注的组合赔率。若一个 (或多个) 选择均输, 则 “过关” 投注为输。若一个 (或多个) 选择被推迟, 则该选择的赔率将恢复为1.00的赔率。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>在现场混合过关(综合过关)投注期间，如果对选择方案的任何投注被拒绝，则这一过关投注将不会生效。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>有关更多详情，请参阅“混合过关(综合过关)”投注页面上的“帮助”。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>三串四式（trixie）投注包含4项投注，涉及不同赛事的3种选择方案，3个双倍赔率和1个三倍赔率。 任何两种选择方案获胜都能保证赢得彩金。 如果您的选择方案中有任何两者获胜，双倍赔率之一能赢得彩金。 如果您的选择方案中有任何三者获胜，则全部3个双倍赔率和1个三倍赔率将为您赢得彩金。 如果一种（或以上）选择方案延期，则该方案的赔率恢复为1.00。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>四串十一式（yankee）投注包含11项投注，涉及不同赛事的4种选择方案，6个双倍赔率和4个三倍赔率和1个四倍赔率。 任何两种选择方案获胜都能保证赢得彩金。 如果您的选择方案中有任何两者获胜，双倍赔率之一能赢得彩金。 如果任何3个选择方案获胜，3个双倍赔率和1个四倍赔率能赢得彩金。 如果全部4个选择方案获胜，所有6个双倍赔率，4个三倍赔率和1个四倍赔率能赢得彩金。 如果一种（或以上）选择方案延期，则该方案的赔率恢复为1.00。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>五串二十六式（Canadian）投注包含26项投注，涉及不同赛事的5种选择方案，10个双倍赔率，10个三倍赔率，5个四倍赔率和1个五倍赔率。 任何两种选择方案获胜都能保证赢得彩金。 如果您的选择方案中有任何两者获胜，双倍赔率之一能赢得彩金。 如果任何4个选择方案获胜，则6个双倍赔率，4个三倍赔率和1个四倍赔率能赢得彩金。 如果全部5个选择方案获胜，则所有10个双倍赔率，10个三倍赔率，5个四倍赔率和1个五倍赔率能赢得彩金。 如果一种（或以上）选择方案延期，则该方案的赔率恢复为1.00。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>六串五十七式（heinz）投注包含57项投注，涉及不同赛事的6种选择方案，15个双倍赔率，20个三倍赔率，15个四倍赔率，6个五倍赔率和1个六倍赔率。 任何两种选择方案获胜都能保证赢得彩金。 如果您的选择方案中有任何两者获胜，双倍赔率之一能赢得彩金。 如果任何5个选择方案获胜，则所有10个双倍赔率，10个三倍赔率，5个四倍赔率和1个五倍赔率能赢得彩金。 如果全部6个选择方案获胜，则所有15个双倍赔率，20个三倍赔率，15个四倍赔率，6个五倍赔率和1个六倍赔率能赢得彩金。 如果一种（或以上）选择方案延期，则该方案的赔率恢复为1.00。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>七串一百二十式（super heinz）投注包含120项投注，涉及不同赛事的7种选择方案，21个双倍赔率，35个三倍赔率，35个四倍赔率，21个五倍赔率，7个六倍赔率和1个七倍赔率。 任何两种选择方案获胜都能保证赢得彩金。 如果您的选择方案中有任何两者获胜，双倍赔率之一能赢得彩金。 如果任何6个选择方案获胜，则所有15个双倍赔率，20个三倍赔率，15个四倍赔率，6个五倍赔率和1个六倍赔率能赢得彩金。 如果全部7个选择方案获胜，则所有21个双倍赔率，35个三倍赔率，35个四倍赔率，21个五倍赔率，7个六倍赔率和1个七倍赔率能赢得彩金。 如果一种（或以上）选择方案延期，则该方案的赔率恢复为1.00。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>八串二百四十七式（goliath）投注包含247项投注，涉及不同赛事的8种选择方案，28个双倍赔率，56个三倍赔率，70个四倍赔率，56个五倍赔率，28个六倍赔率，8个七倍赔率和1个八倍赔率。 任何两种选择方案获胜都能保证赢得彩金。 如果您的选择方案中有任何两者获胜，双倍赔率之一能赢得彩金。 如果任何7个选择方案获胜，则所有21个双倍赔率，35个三倍赔率，35个四倍赔率，21个五倍赔率，7个六倍赔率和1个七倍赔率能赢得彩金。 如果全部8种选择方案获胜，则所有的28个双倍赔率，56个三倍赔率，70个四倍赔率，56个五倍赔率，28个六倍赔率，8个七倍赔率和1个八倍赔率能赢得彩金。如果一个（或以上）选择方案延期，则该方案的赔率恢复为1.00。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>有关更多详情，请点击混合过关(综合过关)投注页面中投注菜单上的图标 \\\" <img src=\\\"https://www.tlc880109.com/Assets/img/icon_help.gif\\\" /> \\\" 参看。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>相关偶发事件 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>相关偶发事件发生在复式投注，且一个选择的结果可能会影响另一个选择的结果。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>相关偶发事件的例子：<br />\\r\\n\\t\\t\\t\\t• 投注内马尔进球和投注巴西在同一场赛事进多过两球。<br />\\r\\n\\t\\t\\t\\t• 投注克里斯蒂亚诺。罗纳尔多进多过两球和在同一场葡萄牙赛事投注“两队皆进球 – 是”。<br />\\r\\n\\t\\t\\t\\t• 投注梅西赢得最佳射脚和投注巴萨赢得联赛冠军。 </span> </span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>此类复式投注无法通过常规的赌注放置选项下注。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果此类复式投注不慎被接受，则投注将被视为无效。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>足球投注类型</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>除非另有说明，足球投注类型的成绩是指在常规比赛时间（包括裁判判决的伤停补时）结束时的得分。 加时赛不计入内。</span></li>\\r\\n\\t\\t<li><span>1X2(独赢)，上半场1X2(独赢)和下半场1X2(独赢) </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>1X2(独赢)指对一项赛事三种可能的获胜结果之一下注。 1代表首先被提及的球队（通常是主场球队）；X代表比赛结果打平或为平局；2代表第二个被提及的球队（通常是客场球队）。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>上半场1X2(独赢) 是指在单一上半场赛事中投注于三种可能的胜利结果中的任何一种。 1 表示首先被提及的队伍（通常是主队）；X 代表赛事结果平手；2 代表第二个被提及的队伍（通常是客队）。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>下半场1X2(独赢) 是指在单一下半场赛事中投注于三种可能的胜利结果中的任何一种。 1 表示首先被提及的队伍（通常是主队）；X 代表赛事结果平手；2 代表第二个被提及的队伍（通常是客队）。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>前10分钟1X2(独赢) </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>前10分钟1X2(独赢)是指在单一赛事中的前10分钟投注于三种可能的胜利结果中的任何一种。 1 表示首先被提及的队伍（通常是主队）；X 代表赛事结果平手；2 代表第二个被提及的队伍（通常是客队）。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>波胆 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>波胆是指投注预测常规赛时间结束后的最终比分。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>投注\\\"波胆\\\"时，如果要赢得\\\"AOS”，表示投注者选择的队伍必须以没有列入投注选项的成绩获胜。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>总进球数(总入球数)，上半场总进球数(总入球数)和下半场总进球数(总入球数) </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>总进球(总入球)是指由一项赛事的进球总数来决定投注结果。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>上半场总进球数(总入球数)是指由上半场赛事中的总进球数(总入球数)决定投注结果。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>上半场总进球数(总入球数)与下半场总进球数(总入球数) </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>上半场总进球数(总入球数)与下半场总进球数(总入球数)是指投注预测上半场两队的总进球数(总入球数)与下半场两队的总进球数(总入球数)。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>主队上半场总进球数(总入球数)与主队下半场总进球数(总入球数)是指投注预测上半场主队的总进球数(总入球数)与下半场主队的总进球数(总入球数)。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>客队上半场总进球数(总入球数)与客队下半场总进球数(总入球数)是指投注预测上半场客队的总进球数(总入球数)与下半场客队的总进球数(总入球数)。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>下半场总进球数(总入球数)是指由下半场赛事中的总进球数(总入球数)决定投注结果。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>半场/全场（HT、FT） </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>半场/全场表示投注预测一项赛事的半场赛果和全场赛果（加时赛不计入内）。 下列与本赌盘有关的字母含义：H指首先被提及的球队（通常是主场球队）；D指平手；A指第二个被提及的球队（通常是客场球队）。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>示例 – HA表示首先被提及的球队（主队）半场会领先，第二个被提及的球队（客队）的全场得分会领先。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>最先进球/最后进球和上半场最先进球/最后进球 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>最先进球/最后进球表示投注哪支队伍在一场比赛中会首先进球和最后进球。 关于本赌盘，下列字母代表：HF指首先被提及的队伍（通常是主队）率先进球。 HL指首先被提及的队伍射进最后一球。 AF指第二个被提及的球队（通常是客队）率先进球。 AL指第二个被提及的队伍射进最后一球。 NG指赛事期间没有进球。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>上半场最先进球/最后进球是指投注哪个队伍会在上半场比赛中率先进球或射进最后一球。下面介绍与此赌盘相关的意义：HF 表示首先被提及的队伍（通常是主队）会率先进球。 HL 表示首先被提及的队伍会射进最后一球。 AF 表示第二个被提及的队伍（通常是客队）会率先进球。 AL 表示第二个被提及的队伍会射进最后一球。 NG 表示赛事中没有队伍射门得分。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>乌龙球计入进球队伍的得分。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果在一次进球后一项赛事中止，则所有对最先进球（以及无进球）的投注仍有效，但对最后进球的投注将无效。如果一项赛事在没有进球的情况下中止，则所有对最先进球、最后进球和无进球的投注将无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>开球队伍 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>开球队伍表示对赛事中开球的队伍投注。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果开球后一项赛事中止，则所有投注仍然有效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>主队总球数与客队总球数 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>主队总进球数(总入球数)与 客队总进球数(总入球数) </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>主队总进球数(总入球数)与 客队总进球数(总入球数)是指投注预测在特定日期的特定联赛中，主队的总进球数(总入球数)与客队的总进球数(总入球数)。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>主队总角球数与客队总角球数 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>主队总角球数与客队总角球数是指投注预测在特定日期的特定联赛中，主队的总角球数与客队的总角球数。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>主队总罚牌数与客队总罚牌数 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>主队总罚牌数与客队总罚牌数是指投注预测在特定日期的特定联赛中，主队总罚牌数与客队总罚牌数。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>主队表示首先被提及的队伍，客队表示第二个被提及的队伍。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果一场（或更多）的赛事延期或中止，则投注作废。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>单队大小盘和单队上半场大小盘 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>单支队伍大/小盘表示特定球队在一场比赛中的进球数。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>单队上半场大盘/小盘是指投注预测特定队伍在该场上半场赛事中的得分。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果总进球数(总入球数)大于“大小盘”预先指定的总进球数(总入球数)，则投注“大盘”的为赢家；如果总进球数(总入球数)少于“大小盘”预先指定的总进球数(总入球数)，则投注“小盘”的为赢家。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>角球 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>判罚后未开出的角球不计入内。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>角球数 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>让球和上半场让球 </span></span></span>\\r\\n\\t\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>让球指投注哪支队伍在一场比赛中角球数最多，包括任何让球数。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>上半场让球是指投注上半场比赛中角球数最多的队伍，包含任何让球数。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>如果赛事在上半场期间中止，全部上半场让球的投注将视为无效。相反的，如果赛事在下半场期间中止，则全部上半场让球的投注将视为有效。如果赛事在上半场期间中止，全部上半场让球的投注将视为无效。相反的，如果赛事在下半场期间中止，则全部上半场让球的投注将视为有效。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t</ol>\\r\\n\\t\\t\\t\\t<span><span><span> </span> </span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>大小盘和上半场大小盘 </span></span></span>\\r\\n\\t\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>大/小盘是指投注一场比赛中两支队伍总共开出的角球数。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>上半场大小盘是指投注上半场比赛中双方所开出角球的总数。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>如果总角球数大于“大小盘”预先指定的总角球数，则投注“大盘”的为赢家；如果总角球数少于“大小盘”预先指定的总角球数，则投注“小盘”的为赢家。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t</ol>\\r\\n\\t\\t\\t\\t<span><span><span> </span> </span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>第一个角球，上半场第一个角球和下半场第一个角球 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>第一个角球是指投注比赛中获得第一个角球的队伍。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>上半场第一个角球是指投注上半场赛事中获得第一个角球的队伍。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>下半场第一个角球是指投注下半场比赛中获得第一个角球的队伍。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>所有第一个角球赌盘的投注选项包括主队，客队或两队皆不。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>最后一个角球和上半场最后一个角球 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>最后一个角球表示投注一场比赛中哪支队伍会发出最后一个角球。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>上半场最后一个角球是指投注上半场赛事中获得最后一个角球的队伍。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果赛事在上半场期间中止，全部上半场最后一个角球的投注将视为无效。相反的，如果赛事在下半场期间中止，则全部上半场最后一个角球的投注将视为有效。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>所有最后一个角球赌盘的投注选项包括主队，客队或两队皆不。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>下一个角球 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>下一个角球表示投注一场比赛中哪支队伍会发出下一个角球。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果下注指定的角球已经开出，所有投注会被视为有效。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>单队总角球数大小盘 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>单队总角球数大小盘是指投注预测特定队伍在该场赛事中的总角球数。 </span></span></span>\\r\\n\\t\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>主队准确的角球数是指投注于主队在赛事中所取得准确的角球数。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>上半场主队准确的角球数是指投注于主队在上半场赛事中所取得准确的角球数。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t</ol>\\r\\n\\t\\t\\t\\t<span><span><span> </span> </span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果总角球数大于“大小盘”预先指定的总角球数，则投注“大盘”的为赢家；如果总角球数少于“大小盘”预先指定的总角球数，则投注“小盘”的为赢家。 </span></span></span>\\r\\n\\t\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>客队准确的角球数是指投注于客队在赛事中所取得准确的角球数。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>上半场客队准确的角球数是指投注于客队在上半场赛事中所取得准确的角球数。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t</ol>\\r\\n\\t\\t\\t\\t<span><span><span> </span> </span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>合计的角球数和上半场合计的角球数 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>合计的角球数是指投注赛事中双方所开出角球的总数。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>上半场合计的角球数是指投注上半场赛事中双方所开出角球的总数。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>罚牌总数 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>一张黄牌计一点，一张红牌计两点。 一场比赛中一位球员的最高点数为三点（黄牌一点，红牌两点，第二张黄牌不计入内）。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>非上场球员（经理、教练、替补球员）收到的罚牌不计入内。</span> </span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span>在主裁判吹哨判定终场后而发出的罚牌将不予以计算。</span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span>在主裁判吹哨判定中场休息后而发出的罚牌将计算为该赛事下半场的罚牌。</span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span> </span></li>\\r\\n\\t\\t\\t<li><span><span>总罚牌数 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>让分和上半场让分 </span></span></span>\\r\\n\\t\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>让分：投注比赛中收到最多罚牌的队伍，包含任何让分。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>上半场让分是指投注上半场比赛中收到最多罚牌的队伍，包含任何让分。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>如果赛事在上半场期间中止，全部上半场让分的投注将视为无效。相反的，如果赛事在下半场期间中止，则全部上半场让分的投注将视为有效。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t</ol>\\r\\n\\t\\t\\t\\t<span><span><span> </span> </span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>大小盘和上半场大小盘 </span></span></span>\\r\\n\\t\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>大/小盘是指投注一场比赛中两支队伍总共收到的罚牌数。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>上半场大小盘是指投注上半场比赛中两队收到的罚牌总数。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>如果总罚牌数大于“大小盘”预先指定的总罚牌数，则投注“大盘”的为赢家；如果总罚牌数少于“大小盘”预先指定的总罚牌数，则投注“小盘”的为赢家。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t</ol>\\r\\n\\t\\t\\t\\t<span><span><span> </span> </span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>第一张罚牌和下半场第一张罚牌 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>第一张罚牌是指投注在一场比赛中哪支球队会收到第一张罚牌（黄牌或红牌）。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>下半场第一张罚牌是指投注下半场比赛中收到第一张罚牌 (黄牌或红牌) 的队伍。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>若两名以上的球员因为同一个事件收到罚牌，则以裁判首先亮牌的球员为赢家。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>若在第一张罚牌发出后赛事中止，所有投注仍有效。若在第一张罚牌发出前赛事中止，所有投注皆作废。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>最后一张罚牌 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>最后一张罚牌是指投注在一场比赛中哪支球队会收到最后一张罚牌（黄牌或红牌）。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果两名或以上球员因为同一事件收到罚牌，则最后被裁判亮牌的球员将被视为赢方。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果赛事中止，则所有投注都无效。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>下一张罚牌 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>下一张罚牌是指投注预测取得下一张罚牌(黄牌或红牌) 的队伍。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果投注的罚牌已经发出，注单将视为有效。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>单队总罚牌数大小盘 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>单队总罚牌数大小盘是指投注预测特定队伍在该场赛事中的总罚牌数。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果总罚牌数大于“大小盘”预先指定的总罚牌数，则投注“大盘”的为赢家；如果总罚牌数少于“大小盘”预先指定的总罚牌数，则投注“小盘”的为赢家。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>越位 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>越位次数 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>让分和上半场让分 </span></span></span>\\r\\n\\t\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>让分指投注哪支队伍在一场比赛中越位次数最多，包括任何让分数。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>上半场让分是指投注上半场比赛中越位次数最多的队伍，包含任何让分。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>如果赛事在上半场期间中止，全部上半场让分的投注将视为无效。相反的，如果赛事在下半场期间中止，则全部上半场让分的投注将视为有效。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t</ol>\\r\\n\\t\\t\\t\\t<span><span><span> </span> </span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>大小盘和上半场大小盘 </span></span></span>\\r\\n\\t\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>大/小盘是指投注一场比赛中被判决的总越位次数。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>上半场大于/小于是指投注上半场比赛中越位判罚的总数。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>如果总越位次数大于“大小盘”预先指定的总越位次数，则投注“大盘”的为赢家；如果总越位次数少于“大小盘”预先指定的总越位次数，则投注“小盘”的为赢家。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t</ol>\\r\\n\\t\\t\\t\\t<span><span><span> </span> </span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>第一次越位和下半场第一次越位 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>第一次越位表示投注一场比赛中哪支队伍会发生第一次越位。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>下半场第一次越位是指投注下半场最先被判越位的队伍。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果在第一次越位判罚后赛事中止，所有投注均有效。如果在第一次越位判罚前赛事中止，所有投注均作废。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>最后一次越位 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>最后一次越位表示投注一场比赛中哪支队伍会发生最后一次越位。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果赛事中止，则所有投注都无效。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>下一次越位 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>下一次越位是指投注预测下一个被判越位的队伍。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果投注的越位已经判出，注单将视为有效。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>换人 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>换人次数 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>让分 </span></span></span>\\r\\n\\t\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>让分指投注哪支队伍在一场比赛中换人次数最多，包括任何让分。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>如果赛事中止，则所有投注都无效。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t</ol>\\r\\n\\t\\t\\t\\t<span><span><span> </span> </span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>大/小盘 </span></span></span>\\r\\n\\t\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>大/小盘是指投注一场比赛中的总换人次数。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>如果总换人次数超过大/小盘的基线换人次数，则投注大盘者为赢家；如果总越位数少于大/小盘的基线换人次数，则投注小盘者为赢家。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t</ol>\\r\\n\\t\\t\\t\\t<span><span><span> </span> </span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>第一次换人 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>第一次换人表示投注一场比赛中哪支队伍会首先换人。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果同一时间内两名或以上球员被替换，则首先被第四裁判亮出编号的球员将被视为赢方。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果在第一次换人后，比赛中止，则所有投注都有效。 如果在第一次换人前比赛中止，则所有投注都无效。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>最后一次换人 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>最后一次换人表示投注一场比赛中哪支队伍会最后换人。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果同一时间内两名或以上球员被替换，则最后被第四裁判亮出编号的球员将被视为赢方。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果赛事中止，则所有投注都无效。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>零失球 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>零失球表示对将会保持零失球的一支球队投注“是”（不会失分）或者对不会保持零失球（会失分）的一支球队投注“否”。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果赛事在只有主场进球之后中止， 则“客场是和没有”的投注将有效，但“主场是和没有”的投注均视为无效。如果只有客场进球，则“主场是和没有”的投注将有效，但“客场是和没有”的投注均视为无效。如果主客场都有进球，则全部投注视为有效。如果赛事在没有任何进球的情况下中止，则全部投注视为无效。<br />\\r\\n\\t\\t\\t<br />\\r\\n\\t\\t\\t规则1：<br />\\r\\n\\t\\t\\t主场得分 ≥ 1，客场得分 = 0 (1, 2…: 0)<br />\\r\\n\\t\\t\\t主场是 – 退还 &nbsp; &nbsp; &nbsp; &nbsp;客场是 – 输<br />\\r\\n\\t\\t\\t主场没有 – 退还&nbsp; &nbsp; &nbsp; &nbsp;客场没有 – 赢<br />\\r\\n\\t\\t\\t<br />\\r\\n\\t\\t\\t规则2：<br />\\r\\n\\t\\t\\t主场得分 ≥ 1，客场得分 ≥ 1 (1, 2…: 1, 2…)<br />\\r\\n\\t\\t\\t主场是 – 输 &nbsp; &nbsp; &nbsp; &nbsp;客场是 – 输<br />\\r\\n\\t\\t\\t主场没有 – 赢 &nbsp; &nbsp; &nbsp; &nbsp; 客场没有 – 赢<br />\\r\\n\\t\\t\\t<br />\\r\\n\\t\\t\\t规则3：<br />\\r\\n\\t\\t\\t主场得分 = 0，客场得分 ≥ 1 (0 : 1, 2…)<br />\\r\\n\\t\\t\\t主场是 – 输 &nbsp; &nbsp; &nbsp; &nbsp;客场是 – 退还<br />\\r\\n\\t\\t\\t主场没有 – 赢 &nbsp; &nbsp; &nbsp; &nbsp;客场没有 – 退还 </span> </span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>点球 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>点球是指对一场比赛中判罚的点球次数下注。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果一场比赛在一次点球判罚并发出后中止，则所有投注皆有效。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果一场比赛在一次点球判罚并发出前中止，则所有投注皆无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>点球大战 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>点球大战是指投注哪支球队会在点球大战中获胜。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>在让分赌盘中，结果包含点球决胜中所有得分的罚球数，包括突然死亡。在“大小盘”赌盘中，结果仅包含点球决胜中正规十个罚球，不包括突然死亡。如果其中一队取得罚球得分已经超过另一队所剩余的罚球数 量，无论还剩下几个罚球数量，点球决胜都会立即结束。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>梦幻联赛 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>梦幻比赛是将不同赛事中的队伍配对比赛。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>所有场地完全仅供参考。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>特定15分钟大/小盘（OU） </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>特定15分钟大/小盘（OU）是指投注结果由一场比赛时间[间隔]每15分钟末时的总点数（入球数、角球数、得分情况、牌数）确定。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果总分超过大/小盘预先指定的分数线，则投注大盘者为赢家；如果总分低于大/小盘预先指定的分数线，则投注小盘者为赢家。</span></span></li>\\r\\n\\t\\t\\t<li>\\r\\n\\t\\t\\t<p><span><span>例如，<br />\\r\\n\\t\\t\\t第15分钟的大/小盘<br />\\r\\n\\t\\t\\t00:00–15:00大/小盘：从00:00到15:00时计入的总点数。所有投注必须在第15分钟结束之时或之前做出。<br />\\r\\n\\t\\t\\t<br />\\r\\n\\t\\t\\t第30分钟的大/小盘<br />\\r\\n\\t\\t\\t15:01-30:00大/小盘：从15:01到30:00时计入的总点数。所有投注必须在第30分钟结束之时或之前做出。<br />\\r\\n\\t\\t\\t<br />\\r\\n\\t\\t\\t第45分钟的大/小盘<br />\\r\\n\\t\\t\\t30:01- 45:00 的大/小盘：总分数为30:01至45:00。所有下注应在45分钟结束前进行。<br />\\r\\n\\t\\t\\t<br />\\r\\n\\t\\t\\t第60分钟的大/小盘<br />\\r\\n\\t\\t\\t45:01–60:00大/小盘：从45:01到60:00时计入的总点数。所有投注必须在第60分钟结束之时或之前做出。<br />\\r\\n\\t\\t\\t<br />\\r\\n\\t\\t\\t第75分钟的大/小盘<br />\\r\\n\\t\\t\\t60:01-75:00大/小盘：从60:01到75:00时计入的总点数。所有投注必须在第75分钟结束之时或之前做出。<br />\\r\\n\\t\\t\\t<br />\\r\\n\\t\\t\\t第90分钟的大/小盘<br />\\r\\n\\t\\t\\t75:01- 90:00 OU：总分数为75:01至90:00。所有下注应在90分钟结束前进行。 </span></span></p>\\r\\n\\t\\t\\t</li>\\r\\n\\t\\t\\t<li><span><span>对于特定15分钟大/小盘来说，投注以现场直播公布的时间显示为准，将根据准确的进球时间（球越过球门线）和角球数（实际开出）黄牌总数（裁判给出的牌数）进行结算。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果一场比赛暂停或中止，对于投注于未完成的特定15分钟大/小盘将被视为无效。 如果指定的特定15分钟大/小盘已经完成，则投注有效。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>对于任何特定15分钟大/小盘现场投注的最后两（2）分钟，除本条下述操作以外，任何行为都将被视为安全比赛，因此任何待定的投注都会被接受：进球、罚点球和领红牌。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>对于在任意特定15分钟角球数的最后两（2）分钟内的即时投注，除了以下提到的，任何其他行动都将被视为安全玩法，因此所有未决投注将是可接受的：前场危险任意球；攻方球员在前场持球；点球。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>对于在任意特定15分钟罚牌数的最后两（2）分钟内的即时投注，除了以下提到的，任何其他行动都将被视为安全玩法，因此所有未决投注将是可接受的：前场危险任意球；点球；进球；角球；球员受伤倒地原因不明；球员争吵和打架。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>对于30:01-45:00和75:01 - 90:00这两个时段，根据现场转播显示的时间，但不包括加时和伤停补时，在确定得分（球超过球门线）、角球数（获得角球）和总红黄牌数（由官方裁判掏牌）时结算投注。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>任意球 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>判罚后未开出的任意球不计入内。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>任意球指直接任意球和间接任意球。 （除点球和球门球以外）</span></span></li>\\r\\n\\t\\t\\t<li><span><span>任意球数 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>让分和上半场让分 </span></span></span>\\r\\n\\t\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>让分指投注哪支队伍在一场比赛中任意球数最多，包括任何让分。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>上半场让分是指投注上半场比赛中任意球数最多的队伍，包含任何让分数。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>如果赛事在上半场期间中止，全部上半场让分的投注将视为无效。相反的，如果赛事在下半场期间中止，则全部上半场让分的投注将视为有效。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t</ol>\\r\\n\\t\\t\\t\\t<span><span><span> </span> </span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>大小盘和上半场大小盘 </span></span></span>\\r\\n\\t\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>大/小盘是指投注一场比赛中两支队伍总共开出的任意球数。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>上半场大小盘是指投注上半场比赛中双方所开出任意球的总数。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>如果总任意球数大于“大小盘”预先指定的总任意球数，则投注“大盘”的为赢家；如果总进球数(总入球数)少于“大小盘”预先指定的总任意球数，则投注“小盘”的为赢家。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t</ol>\\r\\n\\t\\t\\t\\t<span><span><span> </span> </span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>第一个任意球和下半场第一个任意球 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>第一个任意球表示投注一场比赛中哪支队伍会踢出第一个任意球。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>下半场第一个任意球是指投注下半场比赛中获得第一个任意球的队伍。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果在开出第一个任意球后赛事中止，所有投注仍有效。如果在开出第一个任意球前赛事中止，所有投注均作废。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>最后一个任意球 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>最后一个任意球表示投注一场比赛中哪支队伍会踢出最后一个任意球。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果赛事中止，则所有投注都无效。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>下一个任意球 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>下一个任意球是指投注预测下一个获得任意球的队伍。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果投注的任意球已经开出，注单将视为有效。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>球门球 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>如果足球接触到攻方球员后，完全越过底线，则守方球队将获得一个球门球。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>经判罚后而未开出之龙门球以及由守门员接球后开出的龙门球将不计算在内。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>球门球数 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>让分和上半场让分 </span></span></span>\\r\\n\\t\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>让分指投注哪支队伍在一场比赛中球门球数最多，包括任何让分。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>上半场让分是指投注上半场比赛中龙门球数最多的队伍，包含任何让分数。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>如果赛事在上半场期间中止，全部上半场让分的投注将视为无效。相反的，如果赛事在下半场期间中止，则全部上半场让分的投注将视为有效。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t</ol>\\r\\n\\t\\t\\t\\t<span><span><span> </span> </span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>大小盘和上半场大小盘 </span></span></span>\\r\\n\\t\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>大/小盘是指投注一场比赛中两支队伍总共开出的球门球数。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>上半场大小盘是指投注上半场比赛中双方所开出龙门球的总数。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>如果总龙门球数大于“大小盘”预先指定的总龙门球数，则投注“大盘”的为赢家；如果总龙门球数少于“大小盘”预先指定的总龙门球数，则投注“小盘”的为赢家。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t</ol>\\r\\n\\t\\t\\t\\t<span><span><span> </span> </span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>第一个龙门球和下半场第一个龙门球 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>第一个球门球表示投注一场比赛中哪支队伍会踢出第一个球门球。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>下半场第一个龙门球是指投注下半场比赛中获得第一个龙门球的队伍。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果在开出第一个龙门球后赛事中止，所有投注仍有效。如果在开出第一个龙门球前赛事中止，所有投注均作废。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>最后一个球门球 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>最后一个球门球表示投注一场比赛中哪支队伍会踢出最后一个球门球。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果赛事中止，则所有投注都无效。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>下一个龙门球 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>下一个龙门球是指投注预测下一个获得龙门球的队伍。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果投注的龙门球已经开出，注单将视为有效。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>界外球 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>如果足球接触到对方球员后，完全越过边线，则另一方球队将获得一个界外球。 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>经判罚后而未抛出之界外球将不计算在内。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>界外球数 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>让分和上半场让分 </span></span></span>\\r\\n\\t\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>让球指投注哪支队伍在一场比赛中界外球数最多，包括任何让分。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>上半场让分是指投注上半场比赛中界外球数最多的队伍，包含任何让分数。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>如果赛事在上半场期间中止，全部上半场让分的投注将视为无效。相反的，如果赛事在下半场期间中止，则全部上半场让分的投注将视为有效。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t</ol>\\r\\n\\t\\t\\t\\t<span><span><span> </span> </span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>大小盘和上半场大小盘 </span></span></span>\\r\\n\\t\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>大/小盘是指投注一场比赛中两支队伍总共掷出的界外球数。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>上半场大小盘是指投注上半场比赛中双方所开出界外球的总数。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>如果总界外球数大于“大小盘”预先指定的总界外球数，则投注“大盘”的为赢家；如果总界外球数少于“大小盘”预先指定的总界外球数，则投注“小盘”的为赢家。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t\\t<li><span><span><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></span></span></li>\\r\\n\\t\\t\\t\\t</ol>\\r\\n\\t\\t\\t\\t<span><span><span> </span> </span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>第一个界外球和下半场第一个界外球 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>第一个界外球表示投注一场比赛中哪支队伍会掷出第一个界外球。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>下半场第一个界外球是指投注下半场比赛中获得第一个界外球的队伍。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果在开出第一个界外球后赛事中止，所有投注仍有效。如果在开出第一个界外球前赛事中止，所有投注均作废。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>最后一个界外球 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>最后一个界外球表示投注一场比赛中哪支队伍会掷出最后一个界外球。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果赛事中止，则所有投注都无效。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>下一个界外球 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>下一个界外球是指投注预测下一个获得界外球的队伍。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果投注的界外球已经抛出，注单将视为有效。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>特定10分钟大小盘分段投注 (O/U) </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>特定10分钟分段投注 (OU) 的意思是，在每场比赛中的每10分钟 [中场休息] 结束时，根据总点数投注 (进球、角球、比赛、掏牌等)。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果总点次数大于“大小盘”预先指定的总点次数，则投注“大盘”的为赢家；如果总点次数少于“大小盘”预先指定的总点次数，则投注“小盘”的为赢家。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>例如：<br />\\r\\n\\t\\t\\t第10分钟OU<br />\\r\\n\\t\\t\\t00:00 – 10:00 O/U: 可得分的总点数从00:00至10:00。<br />\\r\\n\\t\\t\\t必须在第10分钟结束时或在这一刻之前投注。<br />\\r\\n\\t\\t\\t<br />\\r\\n\\t\\t\\t第20分钟OU<br />\\r\\n\\t\\t\\t10:01 – 20:00 O/U: 可得分的总点数从10:01至20:00。<br />\\r\\n\\t\\t\\t必须在第20分钟结束时或在这一刻之前投注。<br />\\r\\n\\t\\t\\t<br />\\r\\n\\t\\t\\t第30分钟OU<br />\\r\\n\\t\\t\\t20:01 – 30:00 O/U: 可得分的总点数从20:01至30:00。<br />\\r\\n\\t\\t\\t必须在第30分钟结束时或在这一刻之前投注。<br />\\r\\n\\t\\t\\t<br />\\r\\n\\t\\t\\t第40分钟OU<br />\\r\\n\\t\\t\\t30:01 – 40:00 O/U: 可得分的总点数从30:01至40:00。<br />\\r\\n\\t\\t\\t必须在第40分钟结束时或在这一刻之前投注。<br />\\r\\n\\t\\t\\t<br />\\r\\n\\t\\t\\t第60分钟OU<br />\\r\\n\\t\\t\\t50:01 – 60:00 O/U: 可得分的总点数从50:01至60:00。<br />\\r\\n\\t\\t\\t必须在第60分钟结束时或在这一刻之前投注。<br />\\r\\n\\t\\t\\t<br />\\r\\n\\t\\t\\t第70分钟OU<br />\\r\\n\\t\\t\\t60:01 – 70:00 O/U: 可得分的总点数从60:01至70:00。<br />\\r\\n\\t\\t\\t必须在第70分钟结束时或在这一刻之前投注。<br />\\r\\n\\t\\t\\t<br />\\r\\n\\t\\t\\t第80分钟OU<br />\\r\\n\\t\\t\\t70:01 – 80:00 O/U: 可得分的总点数从70:01至80:00。<br />\\r\\n\\t\\t\\t必须在第80分钟结束时或在这一刻之前投注。<br />\\r\\n\\t\\t\\t<br />\\r\\n\\t\\t\\t第90分钟OU<br />\\r\\n\\t\\t\\t80:01 – 90:00 O/U: 可得分的总点数从80:01至90:00。<br />\\r\\n\\t\\t\\t必须在第90分钟结束时或在这一刻之前投注。 </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>对于特定的10分钟OU，根据现场转播显示的时间，在确定得分（球超过球门线）、角球数（获得角球）和总红黄牌数（由官方裁判掏牌）时结算投注。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果暂停或放弃比赛，那么在未结束的这一特定10分钟内的投注将被视为无效。如果指定的特定10分钟O/U结束，那么投注有效。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>对于在任意特定10分钟大小盘的最后两（2）分钟内的即时投注，除了以下提到的，任何其他行动都将被视为安全玩法，因此所有未决投注将是可接受的：进球；点球和红牌。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>对于80:01-90:00这个时段，根据现场转播显示的时间，但不包括加时和伤停补时，在确定得分（球超过球门线）、角球数（获得角球）和总红黄牌数（由官方裁判掏牌）时结算投注。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>室内足球规则 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>所有投注依据预定的40分钟（2 x 20分钟）常规时间末时的赛果而定。 加时赛或点球不计入内。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果一场比赛延时，或暂停并且未能于当天复赛，则所有投注将被视为无效。 </span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果一场比赛在预定时间之前开始，则只有在实际开球之前做出的投注才会被视为有效。 所有比赛开始时间后做出的投注将会被视为无效，除了现场投注以外。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>进球最多的球员 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>联赛最佳射脚 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>联赛最佳射脚是指以投注来预测哪个球员将会在一个常规联赛中入球较多。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>若一个球员在赛季中期加入同一联赛中的另一个球队， 所有在不同球队的进球将计算在总进球(总入球)内。但任何在联赛之外的比赛之进球将不予以计算。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>任何在附加赛和点球决胜中的进球将不予以计算。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>乌龙球将不予以计算及不列入投注目的。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>非首发球员的投注仍有效。非首发球员是指任何球员在本赛季联赛没有被列入首发阵容名单。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>若一个球员在本赛季开始之前退出本赛季联赛或是转移到不同联赛的球队，所有投注于该球员的“最佳射脚”投注将退还。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>若宣布的结果为“不分胜负”，则一半赌金将分配给完全赔率，而另一半赌金将全部丧失。若超过两名参赛者“不分胜负”，则按比例分配赌金。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>杯赛(非赛事)最佳射脚 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>杯赛 (非联赛) 最佳射脚是指以投注来预测哪个球员将会在一个常规杯赛或比赛中入球较多。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>乌龙球和点球决胜中的进球将不予以计算及不列入投注目的。然而，任何在加时赛的进球将计算在总进球(总入球)内。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>非首发球员的投注仍有效。非首发球员是指任何球员在本杯赛或比赛没有被列入首发阵容名单。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>若一个球员在本赛季开始之前退出本杯赛或比赛或是转移到不同杯赛的球队，所有投注于该球员的“最佳射脚”投注将退还。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>若宣布的结果为“不分胜负”，则一半赌金将分配给完全赔率，而另一半赌金将全部丧失。若超过两名参赛者“不分胜负”，则按比例分配赌金。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>球员对垒赛事进球最多之球员和球员vs.球队进球最多之球员 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>乌龙球和点球大战中的进球不计入内。 加时赛除外，将不计入投注。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果一名球员未展开/进行比赛，则所有投注都将被视为无效。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>所有结果依据比赛结束时由主管机构宣布的官方结果而定。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>受伤补时 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li>\\r\\n\\t\\t\\t<p><span><span>受伤补时是指为了弥补比赛时球员受伤所耗时间而额外增加的比赛时间。 在下半场比赛末时给予受伤补时，如下所述：</span></span></p>\\r\\n\\r\\n\\t\\t\\t<p><span><span>无补时<br />\\r\\n\\t\\t\\t1 分钟<br />\\r\\n\\t\\t\\t2 分钟<br />\\r\\n\\t\\t\\t3 分钟<br />\\r\\n\\t\\t\\t4 分钟及以上 </span></span></p>\\r\\n\\t\\t\\t</li>\\r\\n\\t\\t\\t<li><span><span>在上半场末时给予的受伤补时 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>所有投注以完整的45分钟比赛为准，不包括加时。 投注以由第四裁判员在完整45分钟比赛以后或上半场末时所判给的受伤补时为准进行结算。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果一场比赛在上半场任何时间中止，对上半场末受伤补时的所有投注都将被视为无效，并且下注金额将被退还到会员的账户中。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>下半场判给的受伤补时 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>所有投注以完整的90分钟比赛为准，不包括加时。 投注以由第四裁判员在完整90分钟比赛后或下半场末时所判给的受伤补时为准进行结算。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果一场比赛在任何时间中止，对下半场末受伤补时的所有投注都将被视为无效，并且下注金额将被退还到会员的账户中。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>本公司将根据由负责组织此次比赛的足球主管机构提供的官方结果结算投注。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>双重机会，上半场双重机会和下半场双重机会 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li>\\r\\n\\t\\t\\t<p><span><span>下列选项可供选择：</span></span></p>\\r\\n\\r\\n\\t\\t\\t<p><span><span>1或X – 如果赛果是主队获胜或平局，则投注于本选项者为赢家。<br />\\r\\n\\t\\t\\tX或2 – 如果赛果是平局或客队获胜，则投注于本选项者为赢家。<br />\\r\\n\\t\\t\\t1或2 – 如果赛果是主队获胜或客队获胜，则投注于本选项者为赢家。 </span></span></p>\\r\\n\\r\\n\\t\\t\\t<p><span><span>为便于投注，如果一场比赛是在一个中立场地举行，排名在前的球队将被视为是主队。</span></span></p>\\r\\n\\t\\t\\t</li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>获胜球队，上半场获胜球队和下半场获胜球队（和局退款） </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>获胜球队是指投注预测主队或客队在赛事中获胜。如果赛事出现和局，所有的投注将视为无效。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>上半场获胜球队是指投注预测主队或客队在上半场赛事中获胜。如果上半场赛事出现和局，所有的上半场获胜球队投注将视为无效。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>下半场获胜球队是指投注预测主队或客队在下半场赛事中获胜。如果下半场赛事出现和局，所有的下半场获胜球队投注将视为无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li>\\r\\n\\t\\t<p><span>双方/一方/双方皆不得分</span></p>\\r\\n\\r\\n\\t\\t<p><span>双方 = 双方球队皆得分<br />\\r\\n\\t\\t一方 = 一方球队得分<br />\\r\\n\\t\\t双方皆不 = 双方球队皆不得分 </span></p>\\r\\n\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>如果赛事在只有主场进球之后中止， 则“两者皆不”的投注将有效，但“双方 ”和“一方”的投注均视为无效 。如果只有客场进球之后中止，则“两者皆不”的投注将有效，但“双方”和“一方”的投注均视为无效。如果主客场都有进球之后中止，则全部投注视为有效。如果赛事在没有任何进球的情况下中止，则全部投注视为无效。<br />\\r\\n\\t\\t\\t<br />\\r\\n\\t\\t\\t规则1：<br />\\r\\n\\t\\t\\t主场得分 ≥ 1，客场得分 = 0 (1, 2…: 0)<br />\\r\\n\\t\\t\\t双方 – 退还<br />\\r\\n\\t\\t\\t一方 – 退还<br />\\r\\n\\t\\t\\t两者皆不 – 输<br />\\r\\n\\t\\t\\t<br />\\r\\n\\t\\t\\t规则2：<br />\\r\\n\\t\\t\\t主场得分 ≥ 1，客场得分 ≥ 1 (1, 2…: 1, 2…)<br />\\r\\n\\t\\t\\t双方 – 赢<br />\\r\\n\\t\\t\\t一方 – 输<br />\\r\\n\\t\\t\\t两者皆不 – 输<br />\\r\\n\\t\\t\\t<br />\\r\\n\\t\\t\\t规则3：<br />\\r\\n\\t\\t\\t主场得分 = 0，客场得分 ≥ 1 (0 : 1, 2…)<br />\\r\\n\\t\\t\\t双方 – 退还<br />\\r\\n\\t\\t\\t一方 – 退还<br />\\r\\n\\t\\t\\t两者皆不 – 输 </span> </span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t</li>\\r\\n\\t\\t<li><span>零失球获胜 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>预测您所选择的球队是否能在常规比赛时间或预定比赛时间末时获胜且无失球，加时赛或点球大战不计入内。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果赛事在只有主场进球之后中止， 则“客场”的投注将有效，但“主场”的投注均视为无效。如果只有客场进球，则“主场”的投注将有效，但“客场”的投注均视为无效。如果主客场都有进球，则全部投注视为有效。如果赛事在没有任何进球的情况下中止，则全部投注视为无效。<br />\\r\\n\\t\\t\\t<br />\\r\\n\\t\\t\\t规则1：<br />\\r\\n\\t\\t\\t主场得分 ≥ 1，客场得分 = 0 (1, 2…: 0)<br />\\r\\n\\t\\t\\t主场 – 退还&nbsp;&nbsp;&nbsp;&nbsp;客场 – 输<br />\\r\\n\\t\\t\\t<br />\\r\\n\\t\\t\\t规则2：<br />\\r\\n\\t\\t\\t主场得分 ≥ 1，客场得分 ≥ 1 (1, 2…: 1, 2…)<br />\\r\\n\\t\\t\\t主场 – 输&nbsp;&nbsp;&nbsp;&nbsp;客场 – 输<br />\\r\\n\\t\\t\\t<br />\\r\\n\\t\\t\\t规则3：<br />\\r\\n\\t\\t\\t主场得分 = 0，客场得分 ≥ 1 (0 : 1, 2…)<br />\\r\\n\\t\\t\\t主场 – 输&nbsp;&nbsp;&nbsp;&nbsp;客场 – 退还 </span> </span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>3 项让分 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>将依让分调整后的实际比赛得分所定的赔率进行投注结算。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>半场获胜 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>预测您所选择的球队是否在上半场或下半场内可以比对手赢得更多进球。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>主队胜出其中一个半场 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>主队胜出其中一个半场是指投注预测主队在其中一个半场的进球数多于对手。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>客队胜出其中一个半场 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>客队胜出其中一个半场是指投注预测客队在其中一个半场的进球数多于对手。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>上下半场皆赢 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li>\\r\\n\\t\\t\\t<p><span><span>预测您所选择的球队是否在每个半场都可以比对手赢得更多进球。</span></span></p>\\r\\n\\r\\n\\t\\t\\t<p><span><span>示例：如果您选择的球队在一场比赛的上半场得分，并且整场比赛以1-0结束，虽然上半场以1-0胜出，但在第二个45分钟比赛中实际比分为0-0，因此为平局。 如果这一情况出现，则只有上半场会被视为“赢”，所以这一投注为输。</span></span></p>\\r\\n\\t\\t\\t</li>\\r\\n\\t\\t\\t<li><span><span>主队胜出两个半场 (包括上/下半场投注) </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>主队胜出两个半场是指投注预测主队在两个半场中的进球数都多于对手。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>客队胜出两个半场 (包括上/下半场投注) </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>客队胜出两个半场是指投注预测客队在两个半场中的进球数都多于对手。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>进球最多的球队和进球最少的球队 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>进球最多的球队 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>进球最多的球队就是赢家。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>不计算净胜球。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果出现两支或以上并列最多进球的球队，则按“不分胜负”的投注规则来分配赌金。</span></span></span>\\r\\n\\t\\t\\t\\t<p><span><span><span>例子 :<br />\\r\\n\\t\\t\\t\\t曼市进 4 球 ，史云斯进 4 球<br />\\r\\n\\t\\t\\t\\t利物浦进 4 球 ，桑德兰进 1 球<br />\\r\\n\\t\\t\\t\\t那利物浦，曼市和史云斯都是赢家。 </span></span></span></p>\\r\\n\\t\\t\\t\\t<span><span><span> </span> </span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>进球最少的球队 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>进球最少的球队就是赢家。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>不计算净胜球。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果出现两支或以上并列最多进球的球队，则按“不分胜负”的投注规则来分配赌金。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>如果有一场赛事中止或延期并未在本公司所预定的时间内复赛，所有有关球队的投注将视为无效。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>点球决胜中的进球将不予以计算。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>针对于杯赛的投注，任何在加时赛的进球将予以计算。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>针对于特定日期内的赛事的投注，任何在加时赛的进球将不予以计算。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>准确的总进球(总入球)和准确的上半場总进球(总入球)和准确的下半场总进球(总入球) </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>准确的总进球(总入球)是指准确地投注预测两队在赛事中的总进球数(总入球数)。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>准确的上半场总进球(总入球)是指准确地投注预测两队在上半场赛事中的总进球数(总入球数)。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>准确的下半场总进球(总入球)是指准确地投注预测两队在下半场赛事中的总进球数(总入球数)。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>准确的主队总进球和准确的上半場主队总进球 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>准确的主队总进球是指准确地投注预测主队在赛事中的总进球数。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>准确的上半場主队总进球是指准确地投注预测主队在上半场赛事中的总进球数。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>准确的客队总进球(总入球)和准确的上半場客队总进球(总入球) </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>准确的客队总进球(总入球)是指准确地投注预测客队在赛事中的总进球数(总入球数)。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>准确的上半場客队总进球(总入球)是指准确地投注预测客队在上半场赛事中的总进球数(总入球数)。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>准确组积分 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>准确组积分指投注预测一支球队在一轮小组赛结束时得到的特定总积分数。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>得分最高组 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>表示投注预测在指定日期一个组的总进球数(总入球数)。</span></span></li>\\r\\n\\t\\t\\t<li>\\r\\n\\t\\t\\t<p><span><span>如果小组得分持平，则适用“不分胜负”的规则。</span></span></p>\\r\\n\\r\\n\\t\\t\\t<p><span><span>示例:<br />\\r\\n\\t\\t\\tA驵<br />\\r\\n\\t\\t\\t波兰比希腊2-1=3个进球<br />\\r\\n\\t\\t\\t俄罗斯比捷克3-2=5个进球<br />\\r\\n\\t\\t\\tA组总进球数(总入球数)：8个进球<br />\\r\\n\\t\\t\\tB组总进球数(总入球数)：7个进球<br />\\r\\n\\t\\t\\tC组总进球数(总入球数)：7个进球<br />\\r\\n\\t\\t\\tD 组总进球数(总入球数)：6个进球<br />\\r\\n\\t\\t\\tA组为赢家。 </span></span></p>\\r\\n\\t\\t\\t</li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>球队组积分 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li>\\r\\n\\t\\t\\t<p><span><span>表示投注在一轮小组赛结束时一支球队的积分所属的准确类别，“小盘”、“中间盘”和“大盘”。</span></span></p>\\r\\n\\r\\n\\t\\t\\t<p><span><span>示例:<br />\\r\\n\\t\\t\\t球队X的总积分为5分 </span></span></p>\\r\\n\\r\\n\\t\\t\\t<p><span><span>如果投注为：<br />\\r\\n\\t\\t\\t小盘低于3分 – 输:<br />\\r\\n\\t\\t\\t中间盘3-4分 – 输:<br />\\r\\n\\t\\t\\t大盘4分以上 – 赢 </span></span></p>\\r\\n\\t\\t\\t</li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>小组顺序科卡士 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>表示投注预测在小组赛阶段结束时，在各自的小组排名中以特定顺序排列，位于第一和第二的球队。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>受伤补时大/小盘 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>上半场结束时的受伤补时大/小盘： </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>上半场受伤补时大/小盘表示对上半场结束时受伤补时的大/小盘投注。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果总补时数超过大/小盘的基线补时数，则投注大盘者为赢家；如果总补时数少于大/小盘的基线补时数，则投注小盘者为赢家。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>投注以由第四裁判员在完整45分钟比赛以后或上半场末时所判给的受伤补时为准进行结算。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>下半场结束时的受伤补时大/小盘： </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>下半场受伤补时大/小盘表示对下半场结束时受伤补时的大/小盘投注。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果总补时数超过大/小盘的基线补时数，则投注大盘者为赢家；如果总补时数少于大/小盘的基线补时数，则投注小盘者为赢家。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>投注以由第四裁判员在完整90分钟比赛以后或下半场末时所判给的受伤补时为准进行结算。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>第一个进球方式 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>表示预测一场比赛中任一球队第一个进球的方式。 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>任意球 - 进球必须是直接通过任意球实现的进球。 如果任意球的开出者被判进球，则应算做弹射进门。 同时包括由一个角球直接获得的进球。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>点球 - 进球必须是直接由点球获得的进球，并在点球开出者被称为得分球员时。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>乌龙球 – 如果进球被视为乌龙球而宣布。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>头球 – 进球队员最后接触球的部分必须为头部。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>射门 – 上述未含的所有其它进球类型。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>无进球</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>本公司将根据由负责组织此次比赛的足球主办单位提供的官方结果结算投注。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>点球大战 – 点球是否会得分？ </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>表示投注预测在点球大战中一名指定的开球员是否会得分或错失良机。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果未进行点球大战，则所有投注将被视作无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>双重科卡士 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>双重科卡士表示投注预测在比赛结束时，不论以何种顺序，哪两（2）支球队会位居前两名。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>顺序科卡士 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>顺序科卡士表示投注预测在比赛结束时，以准确的顺序，哪两（2）支球队会位居前两名。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>最佳新队 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>最佳新人表示预测哪支球队会是一场赛事或比赛的最佳新队。 一支“新队”指一支新近加入一场赛事或比赛的球队。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>地区赢家 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li>\\r\\n\\t\\t\\t<p><span><span>地区赢家表示预测一个地区赛事或比赛的获胜方。</span></span></p>\\r\\n\\r\\n\\t\\t\\t<p><span><span>所有结果依据比赛结束时由主办单位宣布的官方结果而定。</span></span></p>\\r\\n\\t\\t\\t</li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>主队不赌 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>预测一场比赛是平局还是客队赢。如果常规比赛时间后或预定时间末时，最终结果为主队赢，则所有投注都会被退款。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>客队不赌 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>预测一场比赛是平局还是主队赢。如果常规比赛时间后或预定时间末时，最终结果为客队赢，则所有投注都会被退款。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>平局/非平局 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>预测常规比赛时间后或预定时间末时的最终结果是否为平局还是非平局。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>上半场波胆和下半场波胆 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>上半场波胆是指投注预测在上半场比赛时间结束后的最后比分。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>下半场波胆是指投注预测该赛事在下半场的比分。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>赛果 / 总进球(总入球) </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>赛果 / 总进球(总入球)是指准确地投注预测全场赛果是主队赢，客队赢或和局；以及总进球数(总入球数)在特定的球数是大或小。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>六种投注选项为：<br />\\r\\n\\t\\t\\t• 主队&amp;大 ： 主队赢以及总进球(总入球)大过特定球数<br />\\r\\n\\t\\t\\t• 主队&amp;小 ： 主队赢以及总进球(总入球)小过特定球数<br />\\r\\n\\t\\t\\t• 和局&amp;大 ： 和局以及总进球(总入球)大过特定球数<br />\\r\\n\\t\\t\\t• 和局&amp;小 ： 和局以及总进球(总入球)小过特定球数<br />\\r\\n\\t\\t\\t• 客队&amp;大 ： 客队赢以及总进球(总入球)大过特定球数<br />\\r\\n\\t\\t\\t• 客队&amp;小 ： 客队赢以及总进球(总入球)小过特定球数 </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>球队反败为胜 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>球队反败为胜表示预测一支在比赛中任何时候输球的球队最终反败为胜，并在90分钟结束时赢得比赛。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>第一射脚 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>“第一射脚”是指投注预测在赛事中第一个进球的球员。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>对未参赛球员或仅在第一个进球后才作为替补上场的球员的投注将视为无效并退还。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>乌龙球将不计算为第一个进球。在这种情况下，下个进球的球员将视为“第一射脚”。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果赛事中没有球员进球，则投注\\\"无进球\\\"者将赢。如果乌龙球是赛事中唯一的进球，则投注\\\"无进球\\\"者将赢。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>投注于第一个进球前被替补或离场的球员将输。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>最先进球的球队和最后进球的球队 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>最先进球的球队是指投注预测哪个球队会在赛事中最先进球。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>最后进球的球队是指投注预测哪个球队会在赛事中最后进球。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>最先进两个球的球队和最先进三个球的球队 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>最先进两个球的球队是指投注预测哪个球队会在赛事中率先攻进两个球。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>最先进三个球的球队是指投注预测哪个球队会在赛事中率先攻进三个球。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>投注选项包括：<br />\\r\\n\\t\\t\\t• 主队<br />\\r\\n\\t\\t\\t• 客队<br />\\r\\n\\t\\t\\t• 两队皆不 </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>第一个进球的时间 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>表示投注预测第一个进球的时间段。 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>第一个进球时段（10分钟）是指投注预测第一个进球在哪个10分钟时段发生。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>第一个进球时段（15分钟）是指投注预测第一个进球在哪个15分钟时段发生。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>如果一场比赛在第一个进球产生之后中止，则所有投注都将有效。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果一场比赛在第一个进球产生之前中止，则所有投注都将无效。 </span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>会产生第一个进球的半场 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>表示投注预测哪个半场会产生第一个进球。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>下列投注选项可供选择：<br />\\r\\n\\t\\t\\t• 上半场<br />\\r\\n\\t\\t\\t• 下半场<br />\\r\\n\\t\\t\\t• 无进球 </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>如果一场比赛在上半场第一个进球产生之后中止，则所有投注都将有效。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果一场比赛在第一个进球产生之前的任何时间中止，则所有投注都将无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>两队皆进球/赛果和上半场两队皆进球/赛果 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>两队得分/结果表示投注预测： </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>一场比赛是否会导致两队皆得分，以及</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>一场比赛是主队赢、客队赢还是平局。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>下列投注选项可供选择：<br />\\r\\n\\t\\t\\t• 是的以及主队赢 – 如果两队皆进球且主队赢，则此投注赢。<br />\\r\\n\\t\\t\\t• 是的以及客队赢 – 如果两队皆进球且客队赢，则此投注赢。<br />\\r\\n\\t\\t\\t• 是的以及平局 – 如果两队皆进球且比赛结果为平局，则此投注赢。 </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>上半场两队皆进球/赛果是指投注预测赛事的上半场赛果以及两队是否都在上半场皆有进球。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>比赛半场/全场单双盘(O/E) </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>比赛半场/全场单双盘(O/E)是指投注预测半场结果和全场结果中的赛事是单单盘，单双盘，双单盘或双双盘。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>共四种投注选项:<br />\\r\\n\\t\\t\\t• 单/单<br />\\r\\n\\t\\t\\t• 单/双<br />\\r\\n\\t\\t\\t• 双/单<br />\\r\\n\\t\\t\\t• 双/双 </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>比赛中的任何额外加时赛将不被计算在此投注类型的全场比分结果中。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>赛果/最先进球的球队 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>赛果/最先进球的球队是指投注预测哪个球队会在赛事中最先进球和预测三种可能的胜利结果中的任何一种。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>主队进第一个球的半场 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>表示投注预测主队在哪个半场会产生第一个进球。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>下列选项可供选择：<br />\\r\\n\\t\\t\\t*上半场<br />\\r\\n\\t\\t\\t*下半场<br />\\r\\n\\t\\t\\t*无进球 </span> </span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>客队进第一个球的半场 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>表示投注预测客队在哪个半场会产生第一个进球。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>下列选项可供选择：<br />\\r\\n\\t\\t\\t*上半场<br />\\r\\n\\t\\t\\t*下半场<br />\\r\\n\\t\\t\\t*无进球 </span> </span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>特定15分钟让分盘（HDP） </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>特定15分钟让分盘表示投注预测参赛者或队伍什么时候会获得假定的预先让分。获胜者为一场比赛内每15分钟（间隔时间）末时的赛果加上假定的让分后成绩较高的参赛者或队伍。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>例如：<br />\\r\\n\\t\\t\\t15分钟HDP<br />\\r\\n\\t\\t\\t00:00 – 15:00 HDP：胜方为.00:00到15:00时成绩较高的参赛者或队伍。<br />\\r\\n\\t\\t\\t所有投注必须在此15分钟之前或末尾时做出。<br />\\r\\n\\t\\t\\t<br />\\r\\n\\t\\t\\t30分钟HDP<br />\\r\\n\\t\\t\\t15:01 – 30:00 HDP：胜方为. 15:01到30:00时成绩较高的参赛者或队伍。<br />\\r\\n\\t\\t\\t所有投注必须在此30分钟之前或末尾时做出。<br />\\r\\n\\t\\t\\t<br />\\r\\n\\t\\t\\t45分钟HDP<br />\\r\\n\\t\\t\\t30:01- 45:00 HDP：胜方为30:01到45:00时成绩较高的参赛者或队伍。<br />\\r\\n\\t\\t\\t所有投注必须在此45分钟之前或末尾时做出。<br />\\r\\n\\t\\t\\t<br />\\r\\n\\t\\t\\t60分钟HDP<br />\\r\\n\\t\\t\\t45:01 – 60:00 HDP：胜方为45:01到60:00时成绩较高的参赛者或队伍。<br />\\r\\n\\t\\t\\t所有投注必须在此60分钟之前或末尾时做出。<br />\\r\\n\\t\\t\\t<br />\\r\\n\\t\\t\\t75分钟HDP<br />\\r\\n\\t\\t\\t60:01 – 75:00HDP：胜方为60:01到75:00时成绩较高的参赛者或队伍。<br />\\r\\n\\t\\t\\t所有投注必须在此75分钟之前或末尾时做出。<br />\\r\\n\\t\\t\\t<br />\\r\\n\\t\\t\\t90分钟HDP<br />\\r\\n\\t\\t\\t75:01 – 90:00 HDP：胜方为75:01到90:00时成绩较高的参赛者或队伍。<br />\\r\\n\\t\\t\\t所有投注必须在此90分钟之前或末尾时做出。 </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>对于特定15分钟让分盘来说，投注以现场直播公布的时间显示为准，将根据准确的进球时间（球越过龙门线）、角球数（实际开出）以及总罚牌数（裁判员发出的罚牌）进行结算。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果一场比赛暂停或中止，对于投注于未完成的特定15分钟让分盘将被视为无效。 如果指定的特定15分钟让分盘已经完成，则投注有效。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>对于任何特定15分钟让分盘现场投注的最后两（2）分钟，除本条下述操作以外，任何行为都将被视为安全比赛，因此任何待定的投注都会被接受：进球、罚点球和领红牌。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>对于30:01-45:00和75:01 - 90:00来说，投注以现场直播公布的时间显示为准，将根据准确的进球时间（球越过龙门线）、角球数（实际开出）以及总罚牌数（裁判员发出的罚牌）进行结算，除了任何额外的时间或伤停补时以外。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>梦幻比赛: 率先进球的球队 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>梦幻比赛：率先进球的球队表示投注预测在一场梦幻比赛中哪支球队会率先进球。<br />\\r\\n\\t\\t\\t示例：<br />\\r\\n\\t\\t\\t比赛：曼城对阵利物浦；切尔西对阵曼联<br />\\r\\n\\t\\t\\t梦幻比赛：曼城对阵切尔西<br />\\r\\n\\t\\t\\t曼城在比赛第25分10秒时进球<br />\\r\\n\\t\\t\\t切尔西在比赛25分48秒时破门<br />\\r\\n\\t\\t\\t获胜投注：曼城 </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>如果两场比赛在同一时间（精确到分秒）进球或者两场比赛都没有进球，则视梦幻比赛为平局。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果在一场比赛进第一个球之后，另一场比赛被推迟或取消，则所有投注都有效。 如果在一场比赛进第一个球之前，另一场比赛被推迟或取消，则所有投注都无效。<br />\\r\\n\\t\\t\\t示例：<br />\\r\\n\\t\\t\\t比赛：曼城对阵利物浦；切尔西对阵曼联<br />\\r\\n\\t\\t\\t梦幻比赛：曼城对阵切尔西<br />\\r\\n\\t\\t\\t曼城在比赛第25分10秒时进球<br />\\r\\n\\t\\t\\t切尔西的比赛在25分10秒之前被推迟或取消<br />\\r\\n\\t\\t\\t结果：所有投注都无效。 </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>如果两场比赛在未进球的情况下被取消，则所有投注都无效。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>任何在加时赛期间的进球不计入内。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>欧洲最高名次球队 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>欧洲最高名次球队是指投注预测哪支欧洲球队在国际足联世界杯赛事得到最高名次。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果两个欧洲球队在总决赛或季军争夺赛对决，本场球赛的获胜者将被视为欧洲最高名次球队。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>在其他情况下，如果多个欧洲球队在同一轮赛事终止，则应用“不分胜负”的投注规则，一半赌金将分配给完全赔率，而另一半赌金将全部丧失。若超过两名参赛者“不分胜负”，则按比例分配赌金。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>所有欧洲最高名次球队的投注将根据国际足联世界杯官方公告的成绩来结算投注。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>南美洲最高名次球队 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>南美洲最高名次球队是指投注预测哪支南美洲球队在国际足联世界杯赛事得到最高名次。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果两个南美洲球队在总决赛或季军争夺赛对决，本场球赛的获胜者将被视为南美洲最高名次球队。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>在其他情况下，如果多个南美洲球队在同一轮赛事终止，则应用“不分胜负”的投注规则，一半赌金将分配给完全赔率，而另一半赌金将全部丧失。若超过两名参赛者“不分胜负”，则按比例分配赌金。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>所有南美洲最高名次球队的投注将根据国际足联世界杯官方公告的成绩来结算投注。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>非洲最高名次球队 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>非洲最高名次球队是指投注预测哪支非洲球队在国际足联世界杯赛事得到最高名次。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果两个非洲球队在总决赛或季军争夺赛对决，本场球赛的获胜者将被视为非洲最高名次球队。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>在其他情况下，如果多个非洲球队在同一轮赛事终止，则应用“不分胜负”的投注规则，一半赌金将分配给完全赔率，而另一半赌金将全部丧失。若超过两名参赛者“不分胜负”，则按比例分配赌金。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>所有非洲最高名次球队的投注将根据国际足联世界杯官方公告的成绩来结算投注。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>两队皆进球 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>两队皆进球是指投注预测两队是否都在赛事中皆有进球。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>上半场两队皆进球 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>上半场两队皆进球是指投注预测两队是否都在赛事中的上半场皆有进球。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果赛事当主客队都有在上半场进球后中止，“是”的投注将视为胜方，“不是”的投注并视为负方。如果赛事在上半场之前并没有任何进球的情况下中止，则全部投注视为无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>下半场两队皆进球 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>下半场两队皆进球是指投注预测两队是否都在赛事中的下半场皆有进球。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果赛事当主客队都有在下半场进球后中止，“是”的投注将视为胜方，“不是”的投注并视为负方。如果赛事在没有任何进球的情况下中止，则全部投注视为无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>两队皆进球 上半场/下半场 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>两队皆进球，上半场/下半场是指投注预测两队是否在赛事中的上半场皆有进球以及两队是否在赛事中的下半场皆有进球。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果赛事中止，除非主客队都有在上半场和下半场进球，否则投注将视为无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>两队皆进球/总进球数(总入球数) </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>两队皆进球/总进球数(总入球数)是指投注预测两队在赛事中的总进球数(总入球数)以及两队是否都在赛事中进球。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>上半场赛果/总进球数(总入球数) </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>上半场赛果/总进球数(总入球数)是指投注预测赛事的上半场赛果以及两队在上半场的总进球数(总入球数)。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果赛事在上半场期间中止，所有投注将视为无效。如果赛事在下半场期间中止，则所有投注将视为有效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>主队均进球 上半场/下半场 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>主队均进球，上半场/下半场是指投注预测主队是否均在上半场和下半场都进球。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>客队均进球 上半场/下半场 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>客队均进球，上半场/下半场是指投注预测客队是否均在上半场和下半场都进球。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>特定15分钟分段投注（1X2）(独赢) </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>特定15分钟分段投注（1X2）(独赢)是指投注在每场比赛中的每15分钟（中场休息）结束时，预测三种可能的胜利结果中的任何一种。1表示首先被提及的队伍（通常是主队）；X代表比赛结果平手；2代表第二个被提及的队伍（通常是客队）。将以每15分钟比赛结果后决定胜负。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>例如：<br />\\r\\n\\t\\t\\t第15分钟1X2(独赢)<br />\\r\\n\\t\\t\\t预测从00:00 – 15:00三种可能的胜利结果中的任何一种，必须在第15分钟结束时或在这一刻之前投注。<br />\\r\\n\\t\\t\\t<br />\\r\\n\\t\\t\\t第30分钟1X2(独赢)<br />\\r\\n\\t\\t\\t预测从15:01 – 30:00三种可能的胜利结果中的任何一种，必须在第15分钟结束时或在这一刻之前投注。<br />\\r\\n\\t\\t\\t<br />\\r\\n\\t\\t\\t第45分钟1X2(独赢)<br />\\r\\n\\t\\t\\t预测从30:01 – 45:00三种可能的胜利结果中的任何一种，必须在第15分钟结束时或在这一刻之前投注。<br />\\r\\n\\t\\t\\t<br />\\r\\n\\t\\t\\t第60分钟1X2(独赢)<br />\\r\\n\\t\\t\\t预测从45:01 – 60:00三种可能的胜利结果中的任何一种，必须在第15分钟结束时或在这一刻之前投注。<br />\\r\\n\\t\\t\\t<br />\\r\\n\\t\\t\\t第75分钟1X2(独赢)<br />\\r\\n\\t\\t\\t预测从60:01 – 75:00三种可能的胜利结果中的任何一种，必须在第15分钟结束时或在这一刻之前投注。<br />\\r\\n\\t\\t\\t<br />\\r\\n\\t\\t\\t第90分钟1X2(独赢)<br />\\r\\n\\t\\t\\t预测从75:01 – 90:00三种可能的胜利结果中的任何一种，必须在第15分钟结束时或在这一刻之前投注。 </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>对于特定的15分钟1X2(独赢)，根据现场转播显示的时间，在确定得分（球超过球门线）、角球数（获得角球）和总红黄牌数（由官方裁判掏牌）时结算投注。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果暂停或放弃比赛，那么在未结束的这一特定15分钟内的投注将被视为无效。如果指定的特定15分钟1X2(独赢)结束，那么投注将视为有效。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>对于在任意特定15分钟1X2(独赢)盘的最后两（2）分钟内的即时投注，除了以下提到的，任何其他行动都将被视为安全玩法，因此所有未决投注将是可接受的：进球；点球和红牌。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>对于30:01 – 45:00和75:01 – 90:00这两个时段，根据现场转播显示的时间，但不包括加时和伤停补时，在确定得分（球超过球门线）、角球数（获得角球）和总红黄牌数（由官方裁判掏牌）时结算投注。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>哪支球队晋级 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>哪支球队晋级是指投注预测哪支球队将会晋级下一轮赛事。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>特定10分钟让球分段投注(HDP) </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>特定10分钟分段投注 (HDP) 的意思是，在每场比赛中的每10分钟 [中场休息] 结束时，将假定的让分数预先加给其中一方参赛者或队伍并据此进行投注。将让分数加上每10分钟比赛结果后，得分较高的参赛者或队伍即为赢家。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>供于参考:<br />\\r\\n\\t\\t\\t第10分钟HDP<br />\\r\\n\\t\\t\\t预测从00:00至10:00得分较高的参赛者或队伍，必须在第10分钟结束时或在这一刻之前投注。<br />\\r\\n\\t\\t\\t<br />\\r\\n\\t\\t\\t第20分钟HDP<br />\\r\\n\\t\\t\\t预测从10:01至20:00得分较高的参赛者或队伍，必须在第20分钟结束时或在这一刻之前投注。<br />\\r\\n\\t\\t\\t<br />\\r\\n\\t\\t\\t第30分钟HDP<br />\\r\\n\\t\\t\\t预测从20:01至30:00得分较高的参赛者或队伍，必须在第30分钟结束时或在这一刻之前投注。<br />\\r\\n\\t\\t\\t<br />\\r\\n\\t\\t\\t第40分钟HDP<br />\\r\\n\\t\\t\\t预测从30:01至40:00得分较高的参赛者或队伍，必须在第40分钟结束时或在这一刻之前投注。<br />\\r\\n\\t\\t\\t<br />\\r\\n\\t\\t\\t第60分钟HDP<br />\\r\\n\\t\\t\\t预测从50:01至60:00得分较高的参赛者或队伍，必须在第60分钟结束时或在这一刻之前投注。<br />\\r\\n\\t\\t\\t<br />\\r\\n\\t\\t\\t第70分钟HDP<br />\\r\\n\\t\\t\\t预测从60:01至70:00得分较高的参赛者或队伍，必须在第70分钟结束时或在这一刻之前投注。<br />\\r\\n\\t\\t\\t<br />\\r\\n\\t\\t\\t第80分钟HDP<br />\\r\\n\\t\\t\\t预测从70:01至80:00得分较高的参赛者或队伍，必须在第80分钟结束时或在这一刻之前投注。<br />\\r\\n\\t\\t\\t<br />\\r\\n\\t\\t\\t第90分钟HDP<br />\\r\\n\\t\\t\\t预测从80:01至90:00得分较高的参赛者或队伍，必须在第90分钟结束时或在这一刻之前投注。 </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>对于特定的10分钟HDP，根据现场转播显示的时间，在确定得分（球超过球门线）、角球数（获得角球）和总红黄牌数（由官方裁判掏牌）时结算投注。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果暂停或放弃比赛，那么在未结束的这一特定10分钟内的投注将被视为无效。如果指定的特定10分钟HDP结束，那么投注有效。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>对于在任意特定10分钟让球盘的最后两（2）分钟内的即时投注，除了以下提到的，任何其他行动都将被视为安全玩法，因此所有未决投注将是可接受的：进球；点球和红牌。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>对于80:01 – 90:00这个时段，根据现场转播显示的时间，但不包括加时和伤停补时，在确定得分（球超过球门线）、角球数（获得角球）和总红黄牌数（由官方裁判掏牌）时结算投注。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>第一个点球进或不进 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>第一个点球进或不进是指投注预测该比赛中的第一个点球将会进或错失点球。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>最高名次球队的球衣赞助商 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>最高名次球队的球衣赞助商是指投注预测哪个球衣赞助商的球队会赢得冠军头衔。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>冠军队教练的洲籍 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>冠军队教练的洲籍是指投注预测冠军队主教练的原籍大洲。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>净胜球数和上半场净胜球数 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>净胜球数是指投注预测主队和客队之间的胜方和输赢比数。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>上半场净胜球数是指投注预测主队和客队之间在上半场的胜方和输赢比数。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>这种投注类型的选项有:<br />\\r\\n\\t\\t\\t• 主队以 1 球取胜<br />\\r\\n\\t\\t\\t• 主队以 2 球取胜<br />\\r\\n\\t\\t\\t• 主队以 3 球或以上取胜<br />\\r\\n\\t\\t\\t• 任何比数的平局 (不包含 0-0)<br />\\r\\n\\t\\t\\t• 客队以 1 球取胜<br />\\r\\n\\t\\t\\t• 客队以 2 球取胜<br />\\r\\n\\t\\t\\t• 客队以 3 球或以上取胜</span></span></li>\\r\\n\\t\\t\\t<li><span><span>判定净胜球数的投注类型将不包括加时赛在内。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>下一个进球, 上半场下一个进球和加时赛下一个进球 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>下一个进球是指投注预测该赛事下一个进球的球队。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>上半场下一个进球是指投注预测上半场赛事中下一个进球的球队。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>加时赛下一个进球是指投注预测加时赛的赛事中下一个进球的球队。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>判罚点球 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>判罚点球是指投注预测是否在该赛事中有判罚点球。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>以下为投注选项：<br />\\r\\n\\t\\t\\t• 有<br />\\r\\n\\t\\t\\t• 没有 </span> </span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>进球最多的半场 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>进球最多的半场是指投注预测比赛中的哪一个半场进球最多。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>投注选项包括：<br />\\r\\n\\t\\t\\t• 上半场<br />\\r\\n\\t\\t\\t• 下半场<br />\\r\\n\\t\\t\\t• 打和 </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>主队进球最多的半场 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>主队进球最多的半场是指投注预测主队在比赛中的哪一个半场进球最多。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>客队进球最多的半场 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>客队进球最多的半场是指投注预测客队在比赛中的哪一个半场进球最多。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>上半场/下半场波胆 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>上半场/下半场波胆是指投注均预测上半场的比分和下半场结束后的比分。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>上半场/下半场波胆里的“4+”投注选项是指赛事的总进球(总入球)要至少4球才能赢得赌注。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>进球球员 – 任何时间 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>进球球员 – 任何时间是指投注预测哪个球员会在赛事中的任何时间进球。加时赛将不被包括在内。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>乌龙球将不计算在内。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>无论球员上场的时间多长，该球员的投注仍然视为有效。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>对未参赛球员的投注将视为无效并退还。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>球员驱逐离场和上半场球员驱逐离场 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>球员驱逐离场是指投注预测哪个球员会在赛事中被驱逐离场。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>上半场球员驱逐离场是指投注预测哪个球员会在上半场赛事中被驱逐离场。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>主队球员驱逐离场和上半场主队球员驱逐离场 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>主队球员驱逐离场是指投注预测哪个主队球员会在赛事中被驱逐离场。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>上半场主队球员驱逐离场是指投注预测哪个主队球员会在上半场赛事中被驱逐离场。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>客队球员驱逐离场和上半场客队球员驱逐离场 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>客队球员驱逐离场是指投注预测哪个客队球员会在赛事中被驱逐离场。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>上半场客队球员驱逐离场是指投注预测哪个客队球员会在上半场赛事中被驱逐离场。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>加時賽 – 是/否 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>加时赛 – 是/否是指投注该赛事会否进入加时赛。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果赛事在正规赛完场之前中止，所有投注将视为无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>加时赛/进球 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>加时赛/进球是指投注预测该赛事会否进入加时赛以及主客队任何一方会否在加时赛中进球。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果赛事在加时赛完场之前中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>两个半场大和小 – 是/否 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>两个半场大1.5球 – 是/否是指投注预测上半场和下半场的进球数是2球或多于2球。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>两个半场小1.5球 – 是/否是指投注预测上半场和下半场的进球数是少于2球。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>特定时间的第一个进球 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>特定时间的第一个进球是指投注预测在特定的10分钟分段时间或15分钟分段时间中是否有进球。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>乌龙球将计算为特定时间的第一个进球。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>比赛决胜方法 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>比赛决胜方法是指投注预测赛事的胜方；以及胜方赢得比赛的方法。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>投注选项包括:<br />\\r\\n\\t\\t\\t• 主队/常规赛<br />\\r\\n\\t\\t\\t• 主队/加时赛<br />\\r\\n\\t\\t\\t• 主队/点球决胜<br />\\r\\n\\t\\t\\t• 客队/常规赛<br />\\r\\n\\t\\t\\t• 客队/加时赛<br />\\r\\n\\t\\t\\t• 客队/点球决胜 </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>如果赛事中止，全部投注将视为无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>上半场总数对垒下半场总数 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>上半场总进球数(总入球数)对垒下半场总进球数(总入球数) </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>上半场总进球数(总入球数)对垒下半场总进球数(总入球数)是指投注预测该赛事上半场的总进球数(总入球数)对垒下半场的总进球数(总入球数)。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>加时赛将不加以计算在总进球数(总入球数)内。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果赛事在正规赛完场之前中止，所有投注将视为无效。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>上半场总角球数对垒下半场总角球数 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>上半场总角球数对垒下半场总角球数是指投注预测该赛事上半场的总角球数对垒下半场的总角球数。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>加时赛将不加以计算在总角球数内。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果赛事在正规赛完场之前中止，所有投注将视为无效。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>上半场总罚牌数对垒下半场总罚牌数 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>上半场总罚牌数对垒下半场总罚牌数是指投注预测该赛事上半场的总罚牌数对垒下半场的总罚牌数。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>加时赛将不加以计算在总罚牌数内。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>如果赛事在正规赛完场之前中止，所有投注将视为无效。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>下一个进球时间 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>下一个进球时间是指对在固定时间内20分钟或15分钟间隔中的下一进球在规定时间内进行投注。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>自己的进球将算作第一次进球。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>放弃比赛者，其投注将被视为无效，除投注结算已确定的情况下。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>总入球分钟 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>总入球分钟是指投注预测一场正场赛事双方入球分钟的总数。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>入球时间有的秒数（1-59秒）都会计算为1分钟来确定入球的时间。</span></span>\\r\\n\\t\\t\\t<p><span><span>例子：<br />\\r\\n\\t\\t\\t22.55 分钟入球（23分钟），34.35分钟入球（35分钟），55.05分钟入球（56分钟）= 114分钟。 </span></span></p>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li><span><span>任何上半场伤停补时的入球将计算为45分钟。任何下半场伤停补时的入球将计算为90分钟。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>加时赛和点球决胜将不加以计算在总入球分钟内。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>乌龙球将计算在总入球分钟内。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>总入球分钟将以电视入球时间为标准，除非任何有争议的入球时间，将会以官方网站的入球时间为标准。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>主队在两个半场都有进球 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>预测主队在常规赛的两个半场都至少进一球。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果选择的球队在其中一个半场有进球或两个半场都不进球，所有投注将被结算为输。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果出现乌龙球，乌龙球将被计算为得分方的进球。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>客队在两个半场都有进球 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>预测客队在常规赛的两个半场都至少进一球。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果选择的球队在其中一个半场有进球或两个半场都不进球，所有投注将被结算为输。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果出现乌龙球，乌龙球将被计算为得分方的进球。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>小组赛 – 最高两名球队 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>投注预测哪两支球队将会成为该小组的最高两名。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>球队的阶段淘汰 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>预测赛事中的特定球队将会在哪一个阶段被淘汰。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>最后一名球队 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>预测哪一支球队将会成为该小组的最后一名。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>提名入围 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>预测哪两支球队将会在该赛事的决赛中竞争。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>晋级决赛 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>晋级决赛是指投注预测哪一支球队将会晋级该赛事的决赛。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>优胜者将取决于常规赛的成绩包括任何的加时赛或点球决胜。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>晋级半决赛 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>晋级半决赛是指投注预测哪一支球队将会晋级该赛事的半决赛。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>优胜者将取决于常规赛的成绩包括任何的加时赛或点球决胜。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>晋级八强赛 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>晋级八强赛是指投注预测哪一支球队将会晋级该赛事的八强赛。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>优胜者将取决于常规赛的成绩包括任何的加时赛或点球决胜。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>小组晋级球队 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>预测哪一支球队将会晋级下一轮赛事。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>优胜者将取决于常规赛的成绩包括任何的加时赛或点球决胜。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>获胜小组 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>预测哪一组的球队将会获胜。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>冠军所属地 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>冠军所属地是指投注预测冠军球队的原籍大洲。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>联赛 – 被降级的球队 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>预测哪一支球队会在赛事中被降级。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>优胜者将取决于该赛事的自动降级以及任何特定的附加赛赛制。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果一支球队从联赛中被撤除或淘汰，投注在该球队的注单将被视为无效。如果该情况出现在赛季开始之前，所有的投注都视为无效，并会另外开设新盘口。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>联赛 – 最后一名球队 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>预测哪一支球队将会成为整个赛季的最后一名。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果一支球队从联赛中被撤除或淘汰，投注在该球队的注单将被视为无效。如果该情况出现在赛季开始之前，所有的投注都视为无效，并会另外开设新盘口。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>联赛 – 最后两名球队 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>预测哪两支球队将会成为这个赛季的最后两名。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果一支球队从联赛中被撤除或淘汰，投注在该球队的注单将被视为无效。如果该情况出现在赛季开始之前，所有的投注都视为无效，并会另外开设新盘口。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>联赛 – 球队晋升 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>预测哪一支球队将会在该联赛中晋升。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>优胜者将取决于该赛事的自动晋升以及任何特定的附加赛赛制。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果一支球队从联赛中被撤除或淘汰，投注在该球队的注单将被视为无效。如果该情况出现在赛季开始之前，所有的投注都视为无效，并会另外开设新盘口。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>优胜者和最佳射脚双赢 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>预测哪一支球队获胜和那一个球员进球最多。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>所有的投注将以常规赛90分钟的成绩为准，包括任何的伤停补时和加时赛。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>点球决胜中的进球将不予以计算。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果出现两个或以上并列进球最多的球员，则按“不分胜负”的投注规则来分配赌金。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>联赛 – 三重彩投注 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>联赛 – 三重彩投注是指投注预测整个赛季中按照顺序排在前三名的球队。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>例子：曼市/曼联/切尔西必须以特定的顺序在该联赛中获胜。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>结算的结果将取决于官方网站所显示的最终联赛排名。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>联赛 – 不败的球队 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>球队必须以没有丢失一场赛事的情况下完成联赛。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>赢得冠军 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>预测哪一支球队将会在赛事中赢得冠军。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>晋级最远的队伍/ 参赛者 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>晋级最远的队伍/ 参赛者是指投注预测哪一支队伍/ 参赛者者将会在该赛事中晋级最远。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>两支队伍/ 两个参赛者将配对作为投注选项，属于不同组的队伍/ 参赛者也将会配对作为投注选项。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果配对的两支队伍/ 两个参赛者都晋级下一轮赛事，所有该队伍/ 参赛者的投注将带到随后的阶段。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果配对的两支队伍/ 两个参赛者都在同一轮赛事淘汰，所有该队伍/ 参赛者的投注将被视为和局。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>(Fast Markets) 下个1/5分钟盘口 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>顾客必须在指定的时间内，预测出指定结果之一。在指定的时间内，如果没有发生任何指定选项的结果或者顾客未能在指定的时间内预测出正确的发生结果，所有的投注则将被列为输盘。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>所有投注赛事的时间将会使用本公司提供的数据作为标准结果。公司将拥有决定采用特定的数据商作为指定结果的绝对权利。加时和伤停补时将不会被计算在内。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>入球有效选项 - 入球时间将会根据本公司所提供的数据作为标准,而不是根据视频回放。乌龙球将被计算在内。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>任意球有效选项 - 任意球将根据本公司所提供的数据出示任意球那一刻作为投注赛果标准，而非开出任意球那一刻。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>角球有效选项 - 角球将根据本公司所提供的数据出示角球那一刻作为投注赛果标准，而非开出角球那一刻。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>龙门球有效选项 - 球门球将根据本公司所提供的数据出示球门球那一刻作为投注赛果标准，而非开出球门球那一刻。从守门员手中扔出，或由守门员所开出的自由球一律不会被计算在内。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>界外球有效选项 - 界外球将根据本公司所提供的数据出示界外球那一刻作为投注赛果标准，而非界外球开出那一刻。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>点球有效选项 - 点球将根据本公司所提供的数据出示点球那一刻作为投注赛果标准，而非点球开出那一刻。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>罚牌有效选项 - 罚牌将根据本公司所提供的数据出示黄牌或红牌那一刻作为投注赛果标准。这项投注只限于在场上比赛的球员被判罚牌才有效，替补席球员被出示罚牌一概不被计算在内。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>无选项 - 无选项意味着在限定时间内没有发生，入球，任意球，角球，球门球，界外球，点球和罚牌当中的任何一件事件。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果球赛暂停被作废，或没有在指定时间内完成，所以投注将被作废，除非在球赛还未暂停或作废前已经有了选项结果之一则被当作有效。所有完整限定时间内的赌注将被结算，并不会被作废。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>所有被裁判判出无效的入球，任意球,龙门球，角球，界外球，点球，和罚牌将会被作废。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>进球单双数/总进球数 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>单双数/总进球数指投注预测：<br />\\r\\n\\t\\t\\t<span>（A）比赛最终进球数为单数还是双数；以及<br />\\r\\n\\t\\t\\t（B）赛事最终总进球数是大球还是小球。 </span> </span> </span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>双胜彩/总进球数 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>双胜彩/总进球数指投注两个预测：<br />\\r\\n\\t\\t\\t<span>（A）比赛最终结果是否是主场或平局、平局或客场、主场或客场；以及<br />\\r\\n\\t\\t\\t（B）赛事最终总进球数是大球还是小球。 </span> </span> </span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>双胜彩/第一个得分球队 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>双胜彩/总进球数指投注两个预测：<br />\\r\\n\\t\\t\\t<span>（A）比赛最终结果是否是主场或平局、平局或客场、主场或客场；以及<br />\\r\\n\\t\\t\\t（B）踢进第一球的是主场球队还是客场球队。 </span> </span> </span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>双方球队得分/双胜彩 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>双方球队进球/双胜彩指投注预测：<br />\\r\\n\\t\\t\\t<span>（A）比赛是否最终双方均进球得分；以及<br />\\r\\n\\t\\t\\t（B）比赛最终结果是否是主场或平局、平局或客场、主场或客场 </span> </span> </span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>哪个球队会赢5+球 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>双方球队进球/双胜彩指投注预测：<br />\\r\\n\\t\\t\\t<span>例如：<br />\\r\\n\\t\\t\\t主场得分 - 5:1、6:2等等（输）/ 5:0、6:0、6:1等等（赢）。<br />\\r\\n\\t\\t\\t客场得分 - 1:5、2:6等等（输）/ 0:5、0:6、1:6等等（赢）。 </span> </span> </span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>最高得分半场（双向） </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>最高得分半场（双向）<br />\\r\\n\\t\\t\\t<span>得分更高半场（双向）指投注预测球队在哪个半场踢进的球数更多。 如两个半场常规比赛时间结束后结果均为平局，则所有赌注都将退回。</span></span></span></li>\\r\\n\\t\\t\\t<li><span><span>以下选项可用：<br />\\r\\n\\t\\t\\t• 上半场<br />\\r\\n\\t\\t\\t• 下半场 </span> </span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>亚洲1x2与上半场亚洲1x2 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>会员投注亚洲1X2表示其押注赛事三种比赛结果中的任一种结果， 此结果应扣除最新已知得分。1指第一支球队（一般为主场球队），X指比赛 最终为平局，2则指第二支球队（一般为客场球队）。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>会员投注上半场亚洲1X2表示其押注赛事上半场三种比赛结果中 的任一种结果，此结果应扣除最新已知得分。1指第一支球队（一般为主场 球队），X指比赛最终为平局，2则指第二支球队（一般为客场球队）。</span><br />\\r\\n\\t\\t\\t<br />\\r\\n\\t\\t\\t<span>例如：当前比分：0-1<br />\\r\\n\\t\\t\\t投注：<br />\\r\\n\\t\\t\\t主场 (1) - 如主场球队赢或比赛最终平局则主场赢<br />\\r\\n\\t\\t\\t客场 (2) - 如客场球队赢2球以上则客场赢<br />\\r\\n\\t\\t\\t平局 (X) - 如客场刚好赢1球则平局赢<br />\\r\\n\\t\\t\\t<br />\\r\\n\\t\\t\\t例如：当前比分：1-0<br />\\r\\n\\t\\t\\t投注：<br />\\r\\n\\t\\t\\t主场 (1) - 如主场球队赢2球以上则主场赢<br />\\r\\n\\t\\t\\t客场 (2) - 如客场球队赢或比赛最终平局则客场赢<br />\\r\\n\\t\\t\\t平局 (X) - 如主场刚好赢1球则平局赢 </span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>哪支球队将赢得所有小组赛阶段的赛事 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>是指投注预测哪支球队将在小组赛中赢得所有赛事。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>哪支球队将输掉所有小组赛阶段的赛事 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>是指投注预测哪支球队将在小组赛中输掉所有赛事。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>哪支球队将在比赛中赢得所有赛事（仅限常规赛时间） </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>是指投注预测哪支球队会在常规赛时间内赢得比赛中的所有赛事。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>对于这种投注类型，在常规赛时间结束时的最终赛果将被视为赛事的成绩。 任何在加时赛和点球大战中的进球都不会计算在内。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果在常规赛时间结束时的比赛结果是平手或和局，则投注的注单将判为输。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>新世界杯冠军得主 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>是指投注预测国际足联世界杯冠军是否是新的冠军得主。除了卫冕冠军的球队以外，任何其他赢得国际足联世界杯的球队都视为新世界杯冠军得主。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>VAR（视频助理裁判） </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>视频助理裁判（VAR）是一项检阅裁判判罚的技术，主要是负责使用即時视频回放技术并通过耳机交流协助主裁判作出正确判罚决定。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>成绩将以官方机构在比赛结束时的官方网站宣布的成绩为最终结果。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果在有VAR后中止比赛，则所有投注仍然有效。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果在有VAR之前就中止比赛，则所有投注均无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n</ol>\\r\\n\"\n            },\n            {\n                \"id\": \"1089\",\n                \"title\": \"3. 特定赛事投注规则\",\n                \"body\": \"<ol>\\r\\n\\t<li><span>足球规则</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>若球赛原定的比赛时间异于常规时间（如各种锦标赛，青年队，后备队或友谊赛的特别比赛时间），所有投注将依照该场比赛的最终完场时间来结算。 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>若比赛时间少于常规时间,本公司将根据所记录的结果保留终止结算或结算所有投注的权利。本公司有权决定是否根据记录的结果来终止结算或结算投注，并且本公司的决定对客户具有约束力。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>除非在所有足球比赛之前网站上明确显示了非常规时间的比赛，否则对此类比赛的投注将被视为无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>如果一场足球比赛延期、中止或暂停，并且未在预定开始时间后的12个小时内复赛，则本比赛投注无效（不论官方决定的结果如何）。 所有对中止/暂停比赛的投注结果将由本公司全权决定。</span></li>\\r\\n\\t\\t<li><span>上半场（1H）仅适用于上半场比赛。 如果一场比赛在上半场进行期间中止，则所有投注会被视为无效。 如果一场比赛在下半场进行期间中止，则所有有关上半场的投注仍被视为有效。</span></li>\\r\\n\\t\\t<li><span>本公司提供信息（例如中立场地、红牌、计时、统计信息、日期、生效日期等）服务，同时不接受任何相关责任。 客户有责任确认任何比赛的正确信息。</span></li>\\r\\n\\t\\t<li>\\r\\n\\t\\t<p><span>除非另有说明，如果一项比赛预计在一个中立场地上展开（但却在非中立的场地上展开，反之亦然），所有的投注仍将被视为有效。</span></p>\\r\\n\\r\\n\\t\\t<p><span>如果场地变更（主场球队打客场球队的场地变更或反之亦然），对该场比赛的所有投注都将被视为无效。 如果主场和客场团队的名称被错误地颠倒，投注也会被视为无效。</span></p>\\r\\n\\t\\t</li>\\r\\n\\t\\t<li><span>得分会更新用于足球的现场投注，而在现场交易时显示的赌盘是投注之时所显示的得分。 计时器和红牌公告都仅作参考之用。</span></li>\\r\\n\\t\\t<li><span>对于现场投注，在一场比赛中，本公司可自行全权认定可能会影响一支球队或一名球员的得分、结果、表现的危险行为；或者批准改变赔率/赌金或赌盘或投注信息（“危险比赛”），本公司有权暂停接受投注并且可以在“危险比赛”后接受或拒绝投注。 在一场比赛中的所有其它行为都被视为安全比赛，投注仍会被接受。</span></li>\\r\\n\\t\\t<li><span>对于大多数比赛（由本公司决定）的现场投注，可在第90分钟以及任何伤停时间内下注。任何除了本3.1.8节中所述行为以外的行为将被视作安全比赛，因此所有待定的投注都可被接受：在大禁区中或附近进行比赛；判罚点球；以及本公司认定为危险（可能进球）的任意球。</span></li>\\r\\n\\t\\t<li><span>对于现场投注，在裁判宣布半场以及/或者全场比赛时间结束的一刻，所有待定的投注都会被自动拒绝。</span></li>\\r\\n\\t\\t<li><span>对于除特定15分钟大/小盘，特定10分钟大/小盘和特定15分钟让分盘的最后两（2）分钟以外的现场投注，当有进球时，待定投注将被拒绝，而当点球罚偏，被视为处于安全区域时，待定的投注将会被接受。</span></li>\\r\\n\\t\\t<li><span>梦幻对垒现场投注，在大部分的比赛中，投注者可于第九十分钟或官方法定时间的最后一分钟以及任何全场比赛的伤停时间内下注；但是，从比赛开始（00:00），直到比赛（90分钟）结束前，除了以下的数种情况：在大禁区中或附近进行比赛、罚球以及被公司视为危险（可能得分）的任意球。 任何操作都将视作「安全比賽」，因此本公司将接受任何待定的投注。</span></li>\\r\\n\\t\\t<li><span>在常规时间结束之前，所有大小盘的投注结算一旦已被确认，将立即进行结算。即时结算仅适用于公司提供的特定联赛。</span></li>\\r\\n\\t\\t<li><span>如果赛事中止，除非投注结算已可被确认，否则投注将视为无效。</span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>篮球</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>所有全场赌盘（包含实时投注）的结果均以包含延时（若进行）的最终比赛结果进行结算（除非另有说明)。</span></li>\\r\\n\\t\\t<li><span>如果比赛未能在既定时间开始，那么除非比赛在既定时间之后12个小时内开始或者重新开始，（除非另有申明）所有投注将失效。</span></li>\\r\\n\\t\\t<li><span>如果比赛开始，但是在既定时间之后12个小时内暂停或取消，在比赛时间已完成至少90%（例如原计划40分钟的比赛进行了36分钟；或者原计划48分钟的比赛进行了43分钟）的情况下，全时投注仍然有效。相关管理机构宣布正式比赛结果的，投注也将被视为有效。否则，除了在无条件确定的盘口上所做的投注，比赛暂停或取消后投注将失效。</span></li>\\r\\n\\t\\t<li><span>上半场的赛果为第一节和第二节的总得分。 下半场的赛果是第三节和第四节的总得分，包括任何可能进行的加时赛。</span></li>\\r\\n\\t\\t<li><span>第四节的赛果不包括任何可能会进行的加时赛。</span></li>\\r\\n\\t\\t<li><span>如果一场比赛暂停或中止，对未完成的半场或小节的投注将被视为无效。 如果指定的半场或小节已经完成，则投注有效。</span></li>\\r\\n\\t\\t<li><span>得分不会更新用于篮球比赛的现场投注，在现场交易时显示的让分是指在比赛开始时的得分，即0-0。所显示的时间和得分仅作参考之用。</span></li>\\r\\n\\t\\t<li><span>“首先得分球队”的赌盘是根据率先得分的球队进行结算的。 如果一场比赛在已经实现得分后暂停或中止，则投注仍然有效。</span></li>\\r\\n\\t\\t<li><span>“最后得分球队”的赌盘是根据一场比赛（包括加时赛）或者特定半场/小节（不包括加时赛）中最后得分的球队进行结算的。 如果一场比赛暂停或中止，则所有投注将为无效，除了对无条件决定的赌盘所下投注以外。</span></li>\\r\\n\\t\\t<li><span>如果双方球员都参与了比赛，特殊赌盘（包括分数、篮板球、助攻、三分球、罚球等）就有效。 如果一方或双方球员未参与比赛，则所有投注都无效。 特殊赌盘的结果包括加时赛，除非另有说明。 当主办单位（NBA.com、FIBA.com等）在比赛结束时宣布了官方结果，这些结果会被认可，并且之后任何统计数据的变更对于投注来说，皆无效。</span></li>\\r\\n\\t\\t<li><span>NCAA比赛的主场/客场信息仅供参考。</span></li>\\r\\n\\t\\t<li><span>梦幻篮球赌盘（包括现场投注）是将不同比赛中的队伍进行配对或组合。 这些涉及两支球队的比赛必须在同一天进行，否则投注将被视为无效。 梦幻篮球赌盘的场地完全仅作参考之用。</span></li>\\r\\n\\t\\t<li><span>“赢得最多小节”的赌盘是根据在一场篮球比赛中赢得最多小节的球队进行结算的。 如果一个特定小节的赛果是平局，则两支球队皆未赢得该小节。 本赌盘不包括加时赛。 如果一场比赛暂停或中止，则所有投注皆无效。</span></li>\\r\\n\\t\\t<li><span>常规赛获胜场数投注是指特定的球队在一个赛季中所记录的获胜场数。NBA (美国职业篮球赛)球队必须完成至少80场的常规赛季比赛，则投注视为有效。</span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>美式足球</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>所有全场赌盘包括现场投注将会根据包括加时赛在内的最终赛果结算（除非本规则另有说明）。</span></li>\\r\\n\\t\\t<li><span>如果一场比赛没有在预定开始日期开始，则所有投注将无效（除非另有说明）。</span></li>\\r\\n\\t\\t<li><span>如果一场比赛在预定开始时间后的十二个小时内中止或暂停，只要比赛已经完成了五十五（55）分钟的赛程，则全场投注仍会被视作有效。 如果相关主办单位宣布了一个官方结果，则投注也会被视为有效。 否则对于暂停或中止的比赛的投注将为无效，除了对无条件决定的赌盘所下投注以外。</span></li>\\r\\n\\t\\t<li><span>上半场的赛果为第一节和第二节的总得分。 下半场的赛果是第三节和第四节的总得分，包括任何可能进行的加时赛。</span></li>\\r\\n\\t\\t<li><span>第四节的赛果不包括任何可能会进行的加时赛。</span></li>\\r\\n\\t\\t<li><span>如果一场比赛暂停或中止，对未完成的半场或小节的投注将被视为无效。 如果指定的半场或小节已经完成，则投注有效。</span></li>\\r\\n\\t\\t<li><span>得分会更新用于美式足球的现场投注，而在现场交易时显示的赌盘是投注之时所显示的得分。</span></li>\\r\\n\\t\\t<li><span>“首先得分球队”的赌盘是根据率先得分的球队进行结算的。 如果一场比赛在已经实现得分后暂停或中止，则投注仍然有效。</span></li>\\r\\n\\t\\t<li><span>“最后得分球队”的赌盘是根据最后得分的球队进行结算的。 如果一场比赛暂停或中止，则所有投注皆无效。</span></li>\\r\\n\\t\\t<li><span>NCAA比赛的主场/客场信息仅供参考。</span></li>\\r\\n\\t\\t<li><span>对于现场投注，在比赛过程中，本公司拥有全权及绝对酌情权，我们认为可能会影响一支球队或球员的比分、结果、表现的这些行为是危险，;认股权证改变了赔率/价格或市场或投注信息（“危险比赛”），本公司有权暂停接受投注，可能接受或拒绝危险比赛之后的投注。在比赛中的所有其他行动被认为是安全比赛和继续接受投注。</span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>棒球</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>投手姓名仅供参考。 不论先发投手是谁，所有的棒球投注都有效。</span></li>\\r\\n\\t\\t<li><span>所有全场盘口，包括实况投注，将根据决赛（包括延长赛）的结果结算（除非另有申明）。如果出现平局，胜负局投注将返还。</span></li>\\r\\n\\t\\t<li><span>如果一场比赛没有在预定开始日期开始，则所有投注将无效（除非另有说明）。</span></li>\\r\\n\\t\\t<li><span>只有比赛必须进行9（九）局时（或者如果主队领先，则为8.5局），棒球投注才会被视为有效。 如果一场比赛暂停并且在第二天完成，则所有投注（除了对无条件决定的赌盘所做投注以外）将会被视为无效。</span></li>\\r\\n\\t\\t<li><span>如果一场比赛暂停或进入延长赛，则得分将在完整局数后确定，除非主队在局数下半场打成平手或领先，在此情况下，得分会在比赛停止时确定。</span></li>\\r\\n\\t\\t<li><span>前五局投注是根据前五局结束时的赛果进行结算的。 如果不论因任何原因而未打满五局，则所有投注都会被视为无效。</span></li>\\r\\n\\t\\t<li><span>得分会更新用于棒球的现场投注，而在现场交易时显示的赌盘是投注之时所显示的得分。</span></li>\\r\\n\\t\\t<li><span>在世界棒球经典赛中，如果在一支队伍已打击至少七局后，另一队伍领先十分或以上，或者一支队伍至少打击五局后，另一支队伍已领先十五分以上，比赛可以提前结束。 如果出现此类情况，所有投注均有效。</span></li>\\r\\n\\t\\t<li><span>国际棒球比赛（如奥运会棒球比赛）在已经完成6.5局的情况下，可以提前结束，并且投注会被视为有效。</span></li>\\r\\n\\t\\t<li><span>对于现场投注，在比赛过程中，本公司拥有全权及绝对酌情权，我们认为可能会影响一支球队或球员的比分、结果、表现的这些行为是危险，;认股权证改变了赔率/价格或市场或投注信息（“危险比赛”），本公司有权暂停接受投注，可能接受或拒绝危险比赛之后的投注。在比赛中的所有其他行动被认为是安全比赛和继续接受投注。</span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>冰上曲棍球</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>全场赌盘会提供“仅指常规比赛时间”或者“包括加时赛和点球大战”，或者两者皆有。 客户应始终参看赌盘名称。 对于由点球大战决定的比赛，获胜队伍的得分会被增加一个进球，以便确定最终赛果。</span></li>\\r\\n\\t\\t<li><span>如果一场比赛没有在预定开始日期开始，则所有投注将无效（除非另有说明）。</span></li>\\r\\n\\t\\t<li><span>如果一场比赛在预定开始时间后的十二个小时内中止或暂停，只要比赛已经完成了五十五（55）分钟的赛程，则全场投注仍会被视作有效。 如果相关主办单位宣布了一个官方结果，则投注也会被视为有效。 否则对于暂停或中止的比赛的投注将为无效，除了对无条件决定的赌盘所下投注以外。</span></li>\\r\\n\\t\\t<li><span>对于赛局投注，必须完成一局，投注才会被视为有效。</span></li>\\r\\n\\t\\t<li><span>第三局结果不包括任何可能会进行的加时赛或点球大战。</span></li>\\r\\n\\t\\t<li><span>“冰上曲棍球现场投注”是根据正规时间（三局）结束时的赛果结算的。 加时赛和点球大战的结果不计入内。</span></li>\\r\\n\\t\\t<li><span>得分会更新用于冰上曲棍球的现场投注，而在现场交易时显示的赌盘是投注之时所显示的得分。</span></li>\\r\\n\\t\\t<li><span>对于现场投注，在比赛过程中，本公司拥有全权及绝对酌情权，我们认为可能会影响一支球队或球员的比分、结果、表现的这些行为是危险，; 认股权证改变了赔率/价格或市场或投注信息（“危险比赛”），本公司有权暂停接受投注，可能接受或拒绝危险比赛之后的投注。在比赛中的所有其他行动被认为是安全比赛和继续接受投注。</span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>网球</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>胜负盘是指比赛或指定赛盘的赢家。让分盘是根据总盘数或总局数进行计算（请参阅盘口名称）；“大于/小于”以及“奇数/偶数”是根据总局数进行计算（除非另有说明）。</span></li>\\r\\n\\t\\t<li><span>如果选手没有参与一场锦标赛或比赛，则对该名选手的所有投注将为无效。</span></li>\\r\\n\\t\\t<li><span>如果一名选手（或双人搭档）在一场比赛中退出或被取消资格，则所有投注将为无效，除了对无条件决定的赌盘所下投注以外。</span></li>\\r\\n\\t\\t<li><span>如果一场比赛延期或暂停，只要比赛会完成，则所有投注仍会被视为有效。</span></li>\\r\\n\\t\\t<li><span>不论场地或球场表面发生任何变化（包括比赛从户外转向室内球场，反之亦然），则所有投注仍会被视为有效。</span></li>\\r\\n\\t\\t<li><span>如果原定的总盘数有所改变，所有投注均作废，无条件决定投注结果的赌盘除外。</span></li>\\r\\n\\t\\t<li><span>第一盘获胜者（第二、第三盘等）是根据指定的赛盘结果进行计算。 如果指定赛盘未完成，所有投注均作废。</span></li>\\r\\n\\t\\t<li><span>网球实时投注的结果是根据比赛（或指定赛盘）结果进行结算。 网球实时投注的分数不会更新。</span></li>\\r\\n\\t\\t<li><span>“最多发球得分”（两次发球失误等）赌盘是根据官方的比赛统计数据结算的。 如果一名选手在比赛结束前退出或被取消比赛资格，则所有投注将无效。</span></li>\\r\\n\\t\\t<li><span>“首先发球得分”（两次发球失误等）赌盘是根据官方的比赛统计数据结算的。 如果首先发球得分（两次发球失误等）赌盘已经确定，则所有投注仍将被视为有效，即使比赛因为选手退出或被取消资格而未完成。 如果在选手退出或被取消资格时没有发球得分（两次发球失误），则所有投注将被视为无效。</span></li>\\r\\n\\t\\t<li><span>赛局获胜者盘口是指特定赛局的优胜者，例如：第1盘 第1局、第2盘 第2局等等。如果该指定赛盘进入抢七局，则盘口将会设定为第1盘抢七局、第2盘抢七局等等。如果比赛未结束之前出现了退赛/取消资格的情况，则所有投注均作废。如果比赛在裁判授意的“罚球赛”之后结束，则该场比赛的所有投注均作废（倘若比 赛在“罚球点”之后结束，则所有投注仍然有效）。 如果比赛暂停后，赛事仍然完整结束，所有赌注仍然有效。</span></li>\\r\\n\\t\\t<li><span>盘数波胆是指每个选手于一场比赛所赢得的准确盘数。如果比赛未完成，则所有投注将被视为无效。如果比赛原订获胜所需盘数更改，则所有投注将被视为无效。</span></li>\\r\\n\\t\\t<li><span>第X盘波胆是指每个选手于一场比赛在指定盘所赢得的准确局数。如果所指定盘未完成，则所有投注将被视为无效。如果指定盘原定获胜局数更改，则所有投注将被视为无效。</span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>羽毛球</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>胜负盘指比赛或指定局的赢家。 让分盘依局或得分（请参阅赌盘名称）决定；大/小盘和单/双盘则依得分（除非另有说明）而定。</span></li>\\r\\n\\t\\t<li><span>如果选手没有参与一场锦标赛或比赛，则对该名选手的所有投注将为无效。</span></li>\\r\\n\\t\\t<li><span>如果一名选手（或双人搭档）在一场比赛中退出或被取消资格，则所有投注将为无效，除了对无条件决定的赌盘所下投注以外。</span></li>\\r\\n\\t\\t<li><span>如果一场比赛延期或暂停，只要比赛在十二个小时内复赛，则所有投注仍会被视为有效。</span></li>\\r\\n\\t\\t<li><span>第一局赢家（第二、第三局赢家等）指指定局的结果。 如果指定的局未完成，则所有投注将被视为无效。</span></li>\\r\\n\\t\\t<li><span>羽毛球现场投注是依据比赛（或指定局）结果结算的。 羽毛球现场投注时，得分不会更新。</span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>乒乓球</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>胜负盘指比赛或指定局的赢家。 让分盘依局或得分（请参阅赌盘名称）决定；大/小盘和单/双盘则依得分（除非另有说明）而定。</span></li>\\r\\n\\t\\t<li><span>如果选手没有参与一场锦标赛或比赛，则对该名选手的所有投注将为无效。</span></li>\\r\\n\\t\\t<li><span>如果一名选手（或双人搭档）在一场比赛中退出或被取消资格，则所有投注将为无效，除了对无条件决定的赌盘所下投注以外。</span></li>\\r\\n\\t\\t<li><span>如果一场比赛延期或暂停，只要比赛在十二个小时内复赛，则所有投注仍会被视为有效。</span></li>\\r\\n\\t\\t<li><span>第一局赢家（第二、第三局赢家等）是指指定局的结果。 如果指定的局未完成，则所有投注将被视为无效。</span></li>\\r\\n\\t\\t<li><span>乒乓球现场投注是依据比赛（或指定局）结果结算的。 乒乓球现场投注时，得分不会更新。</span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>排球和沙滩排球</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>胜负盘指比赛或指定局的赢家。 让分盘依局或得分（请参阅赌盘名称）决定；大/小盘和单/双盘则依得分（除非另有说明）而定。</span></li>\\r\\n\\t\\t<li><span>如果一支球队没有参与一场锦标赛或比赛，则对该支球队的所有投注将为无效。</span></li>\\r\\n\\t\\t<li><span>如果一支球队在一场比赛中退出或被取消资格，则所有投注将为无效，除了对无条件决定的赌盘所下投注以外。</span></li>\\r\\n\\t\\t<li><span>如果一场比赛延期或暂停，只要比赛在十二个小时内复赛，则所有投注仍会被视为有效。</span></li>\\r\\n\\t\\t<li><span>第一局赢家（第二、第三局赢家等）是指指定局的结果。 如果指定的局未完成，则所有投注将被视为无效。</span></li>\\r\\n\\t\\t<li><span>排球现场投注是依据比赛（或指定局）结果结算的。 排球现场投注时，得分不会更新。</span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>曲棍球</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>所有全场赌盘包括现场投注将会根据正规时间结束时的最终赛果结算。 加时赛、金球赛和点球大战不计入全场赌盘。 （有关加时赛（ET）和点球大战（PEN）的特定赌盘可接受下注。）</span></li>\\r\\n\\t\\t<li><span>如果一场比赛延期、暂停或中止，并且未在预定开赛时间后的十二个小时内复赛，则所有投注会被视为无效，除了对对无条件决定的赌盘所下投注以外。 如果相关主办单位宣布了一个官方结果，则投注也会被视为有效。</span></li>\\r\\n\\t\\t<li><span>“上半场”赌盘指上半场比赛的结果。 如果指定的半场未完成，则所有投注将被视为无效。</span></li>\\r\\n\\t\\t<li><span>“曲棍球现场投注”是根据正规时间结束时的比赛结果进行结算的。</span></li>\\r\\n\\t\\t<li><span>得分会更新用于曲棍球的现场投注，而在现场交易时显示的赌盘是投注之时所显示的得分。</span></li>\\r\\n\\t\\t<li><span>对于现场投注，在比赛过程中，本公司拥有全权及绝对酌情权，我们认为可能会影响一支球队或球员的比分、结果、表现的这些行为是危险，; 认股权证改变了赔率/价格或市场或投注信息（“危险比赛”），本公司有权暂停接受投注，可能接受或拒绝危险比赛之后的投注。在比赛中的所有其他行动被认为是安全比赛和继续接受投注。</span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>斯诺克与台球</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>胜负盘及让分盘指比赛的赢家。 大/小盘和单/双盘是根据盘数/三角框数确定的（除非另有说明）。</span></li>\\r\\n\\t\\t<li><span>如果一名选手没有参与一场锦标赛或比赛，则对该名选手的所有投注将为无效。</span></li>\\r\\n\\t\\t<li><span>如果一场比赛已开始，但未完成，则所有投注将为无效，除了对无条件决定的赌盘所下投注以外。</span></li>\\r\\n\\t\\t<li><span>斯诺克和台球现场投注是依据比赛（或指定盘/三角框）结果结算的。 斯诺克和台球现场投注时，得分不会更新。</span></li>\\r\\n\\t\\t<li><span>对于单局赌盘大/小盘和单/双盘，是依该盘总得分而定。</span></li>\\r\\n\\t\\t<li><span>哪位选手将击入第一颗红球？交易指的是选手在一场比赛或某一局中击入第一个有效红球，即在没有犯规的情况下击入第一个红球。（如果一局里需要将球重摆，那么原局的所有赌注仍然有效。）</span></li>\\r\\n\\t\\t<li><span>哪位选手首先得到30分？交易指的是哪位选手将在某一局里首先得到三十分。（如果一局里需要将球重摆，那么原局的所有赌注仍然有效。）</span></li>\\r\\n\\t\\t<li><span>单杆最高得分指的是在某一局、某场比赛或锦标赛里由某一选手或某些选手“单杆”的最高得分。</span></li>\\r\\n\\t\\t<li><span>单杆过百总数指的是在某一局或某一锦标赛里“单杆”超过100分的总次数。</span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>高尔夫球</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>所有高尔夫球投注都是按照官方锦标赛的结果来结算的。</span></li>\\r\\n\\t\\t<li><span>如果一名选手没有参与一场锦标赛或特定回合，则对该名选手的所有投注将为无效。 如果一名高尔夫球手在一场锦标赛和特定回合中退出或被取消资格，则对该选手的所有投注将全输。</span></li>\\r\\n\\t\\t<li><span>如果一场锦标赛或特定回合延期或暂停，则所有投注将在预定结束时间后的四十八小时内有效。</span></li>\\r\\n\\t\\t<li><span>总冠军(锦标赛获胜者) </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>“任何其他选手”或“场上选手”指总冠军赌盘中未提及的所有高尔夫球选手。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>总冠军赌盘是依照锦标赛获胜者结算的，并且任何延长赛的结果都会计入结算。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果一场锦标赛被官方缩短（即未完成原定洞数），只要官方宣布了获胜者，则所有投注仍然有效。 然而，如果投注后未继续比赛，则该投注将无效。 如果官方未宣布获胜者，则所有投注将被视为无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>锦标赛积分 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>锦标赛积分指在一场锦标赛期间（通常是72洞）得分最低的高尔夫球手。 如果比赛的洞数比原定低，只要官方公布了锦标赛的结果，则所有投注仍然有效。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>两名高尔夫球手必须都有开球，投注才会有效。 完成最多洞数（不包括延长赛）的高尔夫球手将会是获胜方。 如果高尔夫球手完成了相同的洞数（同样不包括延长赛），则杆数最低的选手为获胜方。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果一名高尔夫球手在开球后退出或被取消资格，则另一名选手将被视为获胜方。 不过，如果一名选手在另一名选手已遭淘汰后才退出或被取消资格，则完成洞数最多的高尔夫球手仍然是获胜方。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果两名高尔夫球手在同一回合中都退出或被取消资格，则所有投注将为无效，不论每名选手完成了多少洞数。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>回合积分 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>回合积分指在特定18洞比赛中杆数最低的高尔夫球手。 延长赛不计入内。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>两名高尔夫球手必须都有开球，投注才会有效。 如果一名高尔夫球手在开球后退出或被取消资格，则另一名选手将被视为获胜方。 不过，如果一名被取消资格的选手已经开始了下一回合，则原有杆数仍然有效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>回合大/小盘 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>回合大/小盘指一名高尔夫球手在指定18洞比赛中的杆数。 延长赛不计入内。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>一名高尔夫球手必须开球，投注才会有效。 如果一名高尔夫球手未能完成指定的18洞比赛，则所有投注会被视为无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>个人洞数大/小盘 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>个人洞数大/小盘指在特定回合的特定洞上打出的杆数。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果高尔夫球手未能完成指定的18洞，则所有投注皆无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>赛车</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>赛车包括但不限于一级方程式比赛、世界摩托车锦标赛（Moto GP）和A1GP世界杯汽车大奖赛。</span></li>\\r\\n\\t\\t<li><span>领奖仪式的排名将被视为是正式赛果，不论之后是否出现取消或更改赛果的情况。 如果没有颁奖仪式，则赛果为由相关主办单位在比赛结束后即刻公布的结果。 排位赛赌盘依相关主办单位在排位赛后即刻公布的最终晋级排名而定。</span></li>\\r\\n\\t\\t<li><span>如果预定的场地变更，则所有投注将被视为无效。</span></li>\\r\\n\\t\\t<li><span>如果一场比赛延期，只要比赛在四十八小时内开始，则所有投注仍会被视为有效，否则所有投注将被视为无效。 如果一场比赛开始但未完成，只要官方公布了一个赛果，则所有投注仍然有效。 如果官方未公布赛果，则所有投注将被视为无效。</span></li>\\r\\n\\t\\t<li><span>在摩托车比赛中，当热身圈开始的信号发出时，比赛即被视为开始。 如果一名赛车手未从起跑位置（或维修道）准备出发，则对该赛车手的投注将被视为无效。 如果一名赛车手未能从官方认定合格的赛程开始比赛，则对该赛车手的杆位投注将被视为无效。</span></li>\\r\\n\\t\\t<li><span>对“对决”盘中，两名赛车手必须参与比赛（或官方资格赛），投注才会有效。 终局排名领先的赛车手即为获胜方。 如果两名赛车手都未能完成比赛，则完成最多圈数者会被视为获胜方。 如果两名赛车手完成的圈数相同，则所有投注无效，除非官方公布了终局排名。</span></li>\\r\\n\\t\\t<li><span>最快圈数盘指比赛中最快完成圈数的赛车手或赛车队。</span></li>\\r\\n\\t\\t<li><span>分类到达终点的车手数量盘依据主办单位公布的官方结果而定。</span></li>\\r\\n\\t\\t<li><span>赛车现场投注是根据指定比赛的官方结果来结算的。</span></li>\\r\\n\\t\\t<li><span>单/双盘依据主办单位的最终排名而定。 例如，如果赛车手A以第一名完成比赛，则结果为单；如果赛车手B以第2名完成比赛，则结果为双等等。如果一名车手没有得到官方分类，则投注将被视为无效并退款。</span></li>\\r\\n\\t\\t<li><span>胜负差数盘由主办单位公布的所选赛车手间的时间差（秒）而定。 大盘表示时间差大于盘口所示时间，小盘表示时间差小于盘口所示时间。 如果赛果时间差与盘口所示时间相同，则投注将被视为无效且会被退款。</span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>手球</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>所有全场赌盘包括现场投注将会根据正规时间结束时的最终赛果结算。 加时赛和点球大战不计入全场赌盘。</span></li>\\r\\n\\t\\t<li><span>如果一场比赛延期、暂停或中止，并且未在预定开赛时间后的十二个小时内复赛，则所有投注会被视为无效，除了对无条件决定的赌盘所下投注以外。 如果相关主办单位宣布了一个官方结果，则投注也会被视为有效。</span></li>\\r\\n\\t\\t<li><span>手球现场投注是根据正规时间结束时的比赛结果进行结算的。</span></li>\\r\\n\\t\\t<li><span>手球现场投注时，得分不会更新。</span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>水球</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>所有全场赌盘包括现场投注将会根据正规时间（四小节）结束时的最终赛果结算。 加时赛和点球大战不计入全场赌盘。</span></li>\\r\\n\\t\\t<li><span>如果一场比赛延期、暂停或中止，并且未在预定开赛时间后的十二个小时内复赛，则所有投注会被视为无效，除了对无条件决定的赌盘所下投注以外。 如果相关主办单位宣布了一个官方结果，则投注也会被视为有效。</span></li>\\r\\n\\t\\t<li><span>“上半场”赌盘指第一和第二节比赛的结果。 如果指定的半场未完成，则所有投注将被视为无效。</span></li>\\r\\n\\t\\t<li><span>水球现场投注是根据正规时间结束时的比赛结果进行结算的。</span></li>\\r\\n\\t\\t<li><span>水球现场投注时，得分不会更新。</span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>拳击</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>如果比赛延期，只要在原定开赛日期后的十四天内举行，对延期比赛的投注仍会被视为有效。</span></li>\\r\\n\\t\\t<li><span>如果比赛结果为平局，对于胜负盘（不提供平局投注的选项）的所有投注将无效。 如果提供了平局赔率作为第三种投注选项，并且比赛以平局结束，则对平局的投注将赢得彩金，而对两名拳击手的投注则输。</span></li>\\r\\n\\t\\t<li><span>当第一回合的钟敲响时，比赛即被视为开始。 如果一名或两名拳击手未能参与比赛，则所有投注将无效。 如果一名拳击手未能在标志回合开始的钟响时做出响应，或者在下一回合开始前被取消资格，则其对手就被视为赢得了上一回合。</span></li>\\r\\n\\t\\t<li><span>所有投注将依比赛后在拳击场中公布的官方决定来结算。 随后对赛果的更改将不适用于投注目的。</span></li>\\r\\n\\t\\t<li><span>击倒（KO）胜利也包括技术击倒（TKO）或因对手丧失资格（DSQ）而胜出。 点数判决包括技术判决（TD），平局包括技术平局。</span></li>\\r\\n\\t\\t<li><span>大/小盘是对比赛中的回合数投注，例如小于9.5表示比赛在第9回合的一分三十秒前结束；大于9.5表示比赛在第9回合的一分三十秒后结束（包括点数判决）。</span></li>\\r\\n\\t\\t<li><span>UFC（无限制格斗赛） </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>UFC规则也适用于其它混合武术（MMA）所推广的比赛。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果比赛延期，只要在原定开赛日期后的十四天内举行，对延期比赛的投注仍会被视为有效。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果一场比赛以平局结束，则所有投注将无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>飞镖</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>胜负线及赌盘指对比赛的赢家投注。 让分盘和大/小盘是根据盘数确定的（除非另有说明）。</span></li>\\r\\n\\t\\t<li><span>如果一场比赛延期，并且未能原定开始时间后的十二个小时内开始，则所有投注将被视为无效。</span></li>\\r\\n\\t\\t<li><span>如果选手没有参与一场锦标赛或比赛，则对该名选手的所有投注将为无效。</span></li>\\r\\n\\t\\t<li><span>如果一场比赛开始但未完成，则所有投注将被视为无效。</span></li>\\r\\n\\t\\t<li><span>飞镖现场投注按比赛结果进行结算。 飞镖现场投注时，得分不会更新。</span></li>\\r\\n\\t\\t<li><span>“180分”盘指在一场比赛中获得最多“180分”的次数。</span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>板球</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>在“回合有限”（包含 ODI 及 Twenty20）比赛中，所有投注均根据比赛规则进行，并且依官方结果进行结算。如果比赛成绩由super-overs ，击球手被淘汰出局或者拋硬币来决定获胜队伍时 ，所有投注在比赛获胜者盘口一律作废。</span></li>\\r\\n\\t\\t<li><span>如果官方结果是“无结果”，或比赛规则没有宣布获胜队伍，则所有投注在比赛获胜者盘口一律作废。除了其它已有官方成绩的盘口之外。</span></li>\\r\\n\\t\\t<li><span>如果比赛延期或暂停，并且比赛在48小时的期限内恢复，所有投注仍有效。</span></li>\\r\\n\\t\\t<li><span>对抗赛的赌盘将以1X2(独赢) 的格式提供。1 表示首先被提及的队伍（通常是主队）；X 代表比赛结果平手；2 代表第二个被提及的队伍（通常是客队）。如果对抗赛以“平局”结束（与“平手”截然不同），所有比赛投注均作废。如果赛事由于外界干扰而中止，则所有投注均宣布作废。</span></li>\\r\\n\\t\\t<li><span>最多跑位得分盘指的是在一场比赛或特定局中所得到最多跑位得分的球员。兩名球員必须在击球道上等投一球，投注才能生效。</span></li>\\r\\n\\t\\t<li><span>最多柱门盘指的是在一场比赛或特定局中投球手所得到最高柱门得分的球员。两名球员至少必须投一球，则投注才能生效。</span></li>\\r\\n\\t\\t<li><span>最多六分打盘指的是在一场比赛或特定局中得到最多次六分打的球队。该投注以官方公告的成绩极为生效。如果公告成绩是“无结果”，则该盘的所有投注将作废。</span></li>\\r\\n\\t\\t<li><span>下一位出局盘表示在一场比赛或特定局中最先出局的选手。 如果有一名选手退场，则投注作废。 如果没有选手出局，则所有投注均作废。</span></li>\\r\\n\\t\\t<li><span>比赛总分/跑位得分盘指的是球员或球队在一场比赛或特定局中的跑位总分数。击球手必须在击球道上，以及至少一球，赌注才能方为有效。至于ODI的赛局得分盘必须完成最少二十个回合以及Twenty20必须以最少完成五个回合，否则赌注将视为无效，除非该局已经完成。</span></li>\\r\\n\\t\\t<li><span>每轮跑位得分盘是指一支队伍在指定的轮盘口所跑位得分的总数。此轮必须要完成，或此局完毕，注单才被视为有效。</span></li>\\r\\n\\t\\t<li><span>出局方式盘是指击球手因特定方式出局。如果选手没有出局，则投注作废。</span></li>\\r\\n\\t\\t<li><span>最高首发搭档得分是指哪一队的首发搭档获得最多跑位得分，即使击球手因受伤而退场或被替补，盘口将以在出局前或三柱门被击倒之前的跑位得分进行计算。</span></li>\\r\\n\\t\\t<li><span>首个柱门总跑位得分盘是指在一场比赛或具体击球局中一支队伍在首个门柱被击倒前所得到的总跑动得分。</span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>英式橄榄球（Rugby Union）</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>所有全场赌盘（包含实时投注）是以正规时间（80 分钟）结束时的结果进行结算。加时赛不计入全场赌盘的计算结果。7人橄榄球的赌盘是以正规赛结束时的结果来进行结算 (通常是14或20分钟) 。加时赛将不计算在全场7人橄榄球的赌盘内。</span></li>\\r\\n\\t\\t<li><span>如果一场比赛延期、暂停或中止，并且未在预定开赛时间后的十二个小时内复赛，则所有投注会被视为无效，除了对对无条件决定的赌盘所下投注以外。 如果相关主办单位宣布了一个官方结果，则投注也会被视为有效。</span></li>\\r\\n\\t\\t<li><span>“上半场”赌盘仅指上半场比赛的结果。 如果指定的半场未完成，则所有投注将被视为无效。</span></li>\\r\\n\\t\\t<li><span>英式橄榄球现场投注是根据正规时间结束时的比赛结果进行结算的。</span></li>\\r\\n\\t\\t<li><span>得分会更新用于英式橄榄球的现场投注，而在现场交易时显示的赌盘是投注之时所显示的得分。</span></li>\\r\\n\\t\\t<li><span>对于现场投注，在比赛过程中，本公司拥有全权及绝对酌情权，我们认为可能会影响一支球队或球员的比分、结果、表现的这些行为是危险，; 认股权证改变了赔率/价格或市场或投注信息（“危险比赛”），本公司有权暂停接受投注，可能接受或拒绝危险比赛之后的投注。在比赛中的所有其他行动被认为是安全比赛和继续接受投注。</span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>联盟式橄榄球（Rugby League）</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>所有全场赌盘包括现场投注将会根据比赛结束时的最终赛果结算，包括任何可能会进行的加时赛。</span></li>\\r\\n\\t\\t<li><span>如果一场比赛延期、暂停或中止，并且未在预定开赛时间后的十二个小时内复赛，则所有投注会被视为无效，除了对对无条件决定的赌盘所下投注以外。 如果相关主办单位宣布了一个官方结果，则投注也会被视为有效。</span></li>\\r\\n\\t\\t<li><span>“上半场”赌盘仅指上半场比赛的结果。 如果指定的半场未完成，则所有投注将被视为无效。</span></li>\\r\\n\\t\\t<li><span>联盟式橄榄球现场投注是根据比赛结束时的最终赛果结算，包括任何可能会进行的加时赛。</span></li>\\r\\n\\t\\t<li><span>得分会更新用于联盟式橄榄球的现场投注，而在现场交易时显示的赌盘是投注之时所显示的得分。</span></li>\\r\\n\\t\\t<li><span>对于现场投注，在比赛过程中，本公司拥有全权及绝对酌情权，我们认为可能会影响一支球队或球员的比分、结果、表现的这些行为是危险，; 或者认股权证改变了赔率/价格或市场或投注信息（“危险比赛”），本公司有权暂停接受投注，可能接受或拒绝危险比赛之后的投注。在比赛中的所有其他行动被认为是安全比赛和继续接受投注。</span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>田径</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>总冠军（赢得金牌）赌盘指每项田径赛事的获胜者。</span></li>\\r\\n\\t\\t<li><span>胜负盘指一项赛事（或指定分组赛）中排名第一的选手。 如果只有一名运动员进入一项赛事的决赛，则对该名选手的投注即赢得彩金。 如果两名选手都未能进入决赛，则在资格赛时分组成绩较好的选手即是赢家。</span></li>\\r\\n\\t\\t<li><span>所有投注依官方结果结算，即颁奖仪式的排名。 之后如有任何取消资格或更改赛果的情况，将不适用于投注之目的。</span></li>\\r\\n\\t\\t<li><span>如果一场比赛延期，暂停或中止，并且未能原定开始时间后的十二个小时内开始，则所有投注将被视为无效。</span></li>\\r\\n\\t\\t<li><span>如果一名运动员未参与一项赛事，则所有投注将为无效。 如果一名运动员参与比赛的程度足以形成官方赛果或分组的记录（包括DSQ（取消资格）但不包括DNS（未参赛）），则该名运动员会被视为已经参赛。</span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>游泳</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>总冠军（赢得金牌）赌盘指每项游泳赛事的获胜者。</span></li>\\r\\n\\t\\t<li><span>胜负盘指一项赛事（或指定分组赛）中排名第一的选手。 如果只有一名游泳运动员进入一项赛事的决赛，则对该名选手的投注即赢得彩金。 如果两名游泳运动员都未能进入决赛，则在资格赛时分组成绩较好的选手即是赢家。</span></li>\\r\\n\\t\\t<li><span>所有投注依官方结果结算，即颁奖仪式的排名。 之后如有任何取消资格或更改赛果的情况，将不适用于投注之目的。</span></li>\\r\\n\\t\\t<li><span>如果一场比赛延期，暂停或中止，并且未能原定开始时间后的十二个小时内开始，则所有投注将被视为无效。</span></li>\\r\\n\\t\\t<li><span>如果一名游泳运动员未参与一项赛事，则所有投注将为无效。</span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>沙滩足球</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>所有全场赌盘（包刮现场投注）均以最终常规时间比赛的结果进行结算。常规时间通常包刮三个回合，每回合各12分钟。加时赛，金球和点球决胜不列入全场赌盘的计算结果（加时赛 (ET) 和点球决胜赛 (PEN) 的特定赌盘可能会提供投注）。</span></li>\\r\\n\\t\\t<li><span>如果比赛延期、暂停或中止，并且未于原定开赛时间的十二小时内恢复比赛，所有投注均视为无效，无条件确定投注结果的赌盘除外。如果由相关管理机构宣布的官方结果，投注仍然视为有效。</span></li>\\r\\n\\t\\t<li><span>第一（第二，第三）回合赌盘是表示指定回合的赌盘结果。如果指定回合未能完成，所有投注均视为无效。</span></li>\\r\\n\\t\\t<li><span>沙滩足球现场投注是以常规时间结束时的结果进行结算。</span></li>\\r\\n\\t\\t<li><span>沙滩足球现场投注的分数会即刻更新，现场交易时显示的赌盘则表示投注时显示的分数。</span></li>\\r\\n\\t\\t<li><span>对于现场投注，在比赛过程中，公司可全权决定是否存在可能影响分数、结果、某队或某球员表现的危险操作；或者授权更改赔率/赌金与赢款的差额，以及赌盘或投注信息（称为“危险比赛”），公司保留暂停接受投注的权利，并且可以于“危险比赛”后接受或拒绝投注。 赛事中的其他操作均视作“安全比赛”，仍可继续接受投注。</span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>壁球</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>胜负盘指比赛或指定局的赢家。 让分盘依局或得分（请参阅赌盘名称）决定；大/小盘和单/双盘则依得分（除非另有说明）而定。</span></li>\\r\\n\\t\\t<li><span>如果一名选手没有参与一场锦标赛或比赛，则对该名选手的所有投注将为无效。</span></li>\\r\\n\\t\\t<li><span>如果一名选手（或双人搭档）在一场比赛中退出或被取消资格，则所有投注将为无效，除了对无条件决定的赌盘所下投注以外。</span></li>\\r\\n\\t\\t<li><span>如果一场比赛延期或暂停，只要比赛在十二个小时内复赛，则所有投注仍会被视为有效。</span></li>\\r\\n\\t\\t<li><span>第一局赢家（第二、第三局赢家等）是指指定局的结果。 如果指定的局赛未完成，则所有投注将被视为无效。</span></li>\\r\\n\\t\\t<li><span>壁球现场投注是依据比赛（或指定局）结果结算的。 壁球现场投注时，得分不会更新。</span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>赛马特别投注</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>赛马特别投注将针对某些大型赛事提供，例如墨尔本杯赛马。</span></li>\\r\\n\\t\\t<li><span>冠军投注 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>冠军投注是对赛马的获胜者投注。 当赛马场宣布“清场完毕”、“已过秤”或“正确过秤”，并且公布了“官方结果”时，这一比赛结果应当为正式结果。 之后如有取消资格或更改赛果的情况，将不适用于投注之目的。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>冠军排名投注是对一场比赛中获得指定排名的马匹投注。 赌盘标题中将标明会赢得排名投注的数量。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>马匹除名/未出赛 – 不论何时只要马匹在等待发令员鸣枪起跑之前或之后退出比赛（或一个以上的起跑门未开启，因而导致起跑不公平），马匹即被视为未出赛/除名，投注在该匹马上的赌金将会被退回。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果任何“优胜冠军(冠军)”赌盘中宣布“不分胜负”，则一半投注金额将分配给完全赔率，而另一半投注金额将全部丧失。 如果两匹以上的赛马“不分胜负”，则按相应比例分配金额。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>对决 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>对决投注是对一场比赛中名次较佳的赛马投注。 如果一匹（或两匹）赛马被除名/未出赛，则所有投注将无效，并会被退款。 如果两匹赛马不分胜负，则所有投注将作废。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>冬季奥运会比赛规则与规定</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>总则 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>所有赌盘是根据国际奥林匹克委员会（IOC）公布的官方结果结算的。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>原定颁奖仪式的官方结果将是结算所有投注的依据。 之后如有任何取消资格或更改赛果的情况，将不适用于投注之目的。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果比赛或赛事在奥运会期内完成，则所有投注将被视为有效，不论实际的开始时间是怎样。 如果一场比赛或赛事未能完成，并且没有公布官方结果，则所有投注将被视为无效，并将被退款。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>在一项赛事实际开始后错误接受的所有投注将被视作无效，并将被退款（除现场投注外）。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果一支队伍或一名参赛者未参与比赛，则对该队或参赛者的所有投注将被视作无效，并将被退款（包括赢得金牌赌盘）。 如果在胜负盘（对决）中提及的一支队伍或一名参赛者未能参与比赛，则所有对该盘的投注将被视为无效，并且将被退款。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果优胜冠军(冠军)（赢得金牌）赌盘中出现“不分胜负”，则一半投注金额将分配给完全赔率，而另一半投注金额将全部丧失。 如果胜负盘（对决）中出现“不分胜负”，则结果将为平手，对两名参赛者的投注将会被退款。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>奥运奖牌 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>针对奥运会，会提供预测个人或国家将赢得多少枚奖牌的赌盘。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>这些赌盘可以仅针对金牌数，也可针对总奖牌数（金、银、铜牌总计）。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>所有赌盘将依据奥运会结束后由IOC即时公布的官方奖牌榜进行结算。 之后对奖牌榜的任何更改都不会用于投注之目的。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>胜负盘（对决） </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>哪名参赛者或哪支队伍会赢得比赛，或者在一项赛事中排名较高？ </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>最终排名是依赛事中排行最高的参赛者而定。 如果两名参赛者在同一比赛阶段被淘汰，则官方排名较高的参赛者将是获胜方。 如果两名参赛者在同一比赛阶段被淘汰，但官方并未公布两名参赛者的排名，则投注将被视为无效。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>冰上曲棍球 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>奥运会冰上曲棍球依循上述一般冰上曲棍球的投注规则（第3.5.节）。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>第3.5.3节例外，它将被下列规则替代 – 如果比赛在奥运会期间完成，不论其实际开始时间如何，所有投注都将被视为有效。 如果IOC宣布了一个官方结果，则投注也会被视为有效。 如果一场比赛未能完成，并且没有公布官方结果，则所有投注将被视为无效，并将被退款。</span></span></li>\\r\\n\\t\\t\\t<li>\\r\\n\\t\\t\\t<p><span><span>本公司可能会提供其它赌盘（例如包括加时赛或点球大战胜出方），这些赌盘的条款会清楚地列出其名称中。</span></span></p>\\r\\n\\r\\n\\t\\t\\t<p><span><span>*注：分组预赛回合期间不会进行加时赛，所以可能会出现平局。</span></span></p>\\r\\n\\t\\t\\t</li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>无网篮球</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>所有全场赌盘包括现场投注将会根据包括加时赛在内的最终赛果结算（除非另有说明）。</span></li>\\r\\n\\t\\t<li><span>如果一场比赛没有在预定开始日期开始，则所有投注将无效（除非另有说明）。 如果一场比赛暂停或中止，则所有投注将被视为无效，除了对无条件决定的赌盘所下投注以外。</span></li>\\r\\n\\t\\t<li><span>上半场的赛果为第一节和第二节的总得分。 下半场的结果是第三和第四节的得分总和，包括可能会进行的任何加时赛。第四节赛果不包括任何可能会进行的加时赛。</span></li>\\r\\n\\t\\t<li><span>如果一场比赛暂停或中止，对未完成的半场或小节的投注将被视为无效。 如果指定的半场或小节已经完成，则投注有效。</span></li>\\r\\n\\t\\t<li><span>得分不会更新用于无网篮球比赛的现场投注，在现场交易时显示的让分是指在比赛开始时的得分，即0-0。所显示的时间和得分仅作参考之用。</span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>奥运会比赛</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>总则 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>所有赌盘是根据国际奥林匹克委员会（IOC）公布的官方结果结算的。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>原定颁奖仪式的官方结果将是结算所有投注的依据。 之后如有任何取消资格或更改赛果的情况，将不适用于投注之目的。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果比赛或赛事在奥运会期内完成，则所有投注将被视为有效，不论实际的开始时间是怎样（除足球赛以外）。 如果一场比赛或赛事未能完成，并且没有公布官方结果，则所有投注将被视为无效，并将被退款。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>在一项赛事实际开始后错误接受的所有投注将被视作无效，并将被退款（除现场投注外）。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果一支队伍或一名参赛者未参与比赛，则对该队或参赛者的所有投注将被视作无效，并将被退款（包括赢得金牌的赌盘）。 如果在胜负盘（对决）中提及的一支队伍或一名参赛者未能参与比赛，则所有对该盘的投注将被视为无效，并且将被退款。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>如果优胜冠军(冠军)（赢得金牌）赌盘中出现“不分胜负”，则一半投注金额将分配给完全赔率，而另一半投注金额将全部丧失。 如果胜负盘（对决）中出现不分胜负摂，则结果将为平手，对两名参赛者的投注将会被退款。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>奥运奖牌 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>针对2012年奥运会，会提供预测个人或国家将赢得多少枚奖牌的赌盘。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>这些赌盘可以仅针对金牌数，也可针对总奖牌数（金、银、铜牌总计）。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>所有赌盘将依据奥运会结束后由IOC即时公布的官方奖牌榜进行结算。 之后对奖牌榜的任何更改都不会用于投注之目的。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>胜负盘（对决） </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>哪名参赛者或哪支队伍会记得比赛，或者在一项赛事中排名较高？</span></span></li>\\r\\n\\t\\t\\t<li><span><span>最终排名是依赛事中排行最高的参赛者而定。 如果两名参赛者在同一比赛阶段被淘汰，则官方排名较高的参赛者将是获胜方。 如果两名参赛者在同一比赛阶段被淘汰，但官方并未公布两名参赛者的排名，则投注将被视为无效。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>帆船</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>美洲杯（包括路易威登杯）</span></li>\\r\\n\\t\\t<li><span>所有博彩结果以每场比赛后在官方网站上公布的官方比赛结果为准。且博彩不考虑结果公布之后的任何取消资格或结果修正情况。</span></li>\\r\\n\\t\\t<li><span>若比赛推迟或取消，但在48小时内重新开始，则所有下注仍视为有效。</span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>政治投注</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>美国总统选举 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>哪个政党将会赢得2012年的美国总统大选？所提供的候选人姓名仅供参考。如果共和党和民主党均未赢得此次大选，则所有投注都将无效，并会予以退款。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>自行车</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>所有博彩结果以每场比赛后在官方网站上公布的官方比赛结果为准。且博彩不考虑结果公布之后的任何取消资格或结果修正情况。</span></li>\\r\\n\\t\\t<li><span>若比赛推迟或取消，但在48小时内重新开始，则所有下注仍视为有效。</span></li>\\r\\n\\t\\t<li><span>在一对一的比赛中，参赛双方开始比赛，则下注有效。完成结果较好的参赛者为赢。若双方均未能完成比赛，则下注无效并退还赌注。</span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>藤球</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>胜负盘指比赛或指定分组的赢家。 让分盘依分组或得分（请参阅赌盘名称）决定；大/小盘和单/双盘则依得分（除非另有说明）而定。</span></li>\\r\\n\\t\\t<li><span>如果一支球队在一场比赛中退出或被取消资格，则所有投注将为无效，除了对无条件决定的赌盘所下投注以外。</span></li>\\r\\n\\t\\t<li><span>如果一场比赛延期或暂停，只要比赛在十二个小时内复赛，则所有投注仍会被视为有效。</span></li>\\r\\n\\t\\t<li><span>一局赢家（第二、第三局赢家等）是指指定局的结果。如果指定的局未完成，则所有投注将被视为无效。</span></li>\\r\\n\\t\\t<li><span>藤球现场投注时，得分不会更新。</span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>英国/爱尔兰固定赔率对战</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>如果一场比赛未在预定日期开赛，则所有投注都将无效。</span></li>\\r\\n\\t\\t<li><span>两匹马都必须展开比赛。如果一匹或两匹马被认定不具参赛资格/退出比赛，则所有投注都将被视为无效，并将予以退款。</span></li>\\r\\n\\t\\t<li><span>如果在一场比赛开始后错误地接受了投注，则会宣布该投注无效并会予以退款。</span></li>\\r\\n\\t\\t<li><span>比赛中位次靠前的马匹将被宣布为获胜者。如果一匹马未能完成比赛，则会宣布另一匹马为获胜者。</span></li>\\r\\n\\t\\t<li><span>如果两匹马均未能完成比赛，则所有的投注将会被视为无效。</span></li>\\r\\n\\t\\t<li><span>如果在此对战中宣布了两匹马不分胜负，则所有投注金额都会被退款。</span></li>\\r\\n\\t\\t<li><span>当赛马场宣布“已过秤”或“清场完毕”并且公布了官方结果时，即会确定投注结果。</span></li>\\r\\n\\t\\t<li><span>术语“场上选手”系指除了对战赛中指定的马匹以外的所有马匹。</span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>电子竞技</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>联赛开始后，所有队伍入口将保持，不论队伍名称是否发生变化。预选赛被视为联赛的开始。如果队伍名称发生变化，在联赛期间，门票对于新旧队伍名均为有效。如果一支队伍被另外一支取代，而且新队伍的成员与老队伍完全不同，则门票失效。</span></li>\\r\\n\\t\\t<li><span>胜负盘是指投注于一方参赛队伍或个人赛所击败对方或在赛事中取得更高的排名。比赛获胜者盘口指的是地图规定的数目。</span></li>\\r\\n\\t\\t<li><span>实时盘口指比赛正式开始时间之后到玩家进场之前的这段时间。选人阶段的所有实时投注均视为有效。滚球盘口指玩家选定并进场后，在会员站点用红色题头显示的时间。</span></li>\\r\\n\\t\\t<li><span>总冠军 (锦标赛获胜者) 是指投注于电子竞技的赛事、比赛或锦标赛的优胜组或个人赛获胜者。</span></li>\\r\\n\\t\\t<li><span>所有赌盘将按照电子竞技相关的管理协会或组织团体在官方网站公布结果时进行结算。任何后来取消资格或修改结果的情况均不适用于投注目的。</span></li>\\r\\n\\t\\t<li><span>如果比赛延期，并且比赛在 12 小时的期限内恢复，所有投注仍视为有效。</span></li>\\r\\n\\t\\t<li><span>如果比赛已经开始而官方成绩已被宣告，所有投注即将有效，无论参赛者无法进行比赛，因网络掉线或供电中断。如果比赛无法进行或已开始进行后以任何理由而放弃或暂停，以及官方结果不在正式开赛时间的十二小时内宣布，则所有投注将为作废。无条件确定投注结果的赌盘除外。</span></li>\\r\\n\\t\\t<li><span>实况投注时，如果比赛重新开始，但是队伍所选英雄保持原样，则所有比赛期间投注将返还，选英雄时的实况投注保持有效。如果比赛的整个过程重新开始，包括重新选英雄，那么除了在无条件确定的盘口上所做的投注，所有实况投注和比赛期间投注均将失效。</span></li>\\r\\n\\t\\t<li><span>如果比赛的回合数/地图规定的数目不符合盘口标题所显示的赛制数目，除胜负盘外，则所有投注 (让分盘/大小盘) 将视为无效。</span></li>\\r\\n\\t\\t<li><span>第一滴血指率先击杀对手的队伍。防御塔、小兵击杀、自杀、中立野怪击杀或反补不算第一滴血。</span></li>\\r\\n\\t\\t<li><span>击杀市场（胜负盘、让分盘、大小盘和奇/偶盘）指某队伍或某玩家在比赛正式结束前的击杀数。如果某队伍在比赛结束前投降，则发起投降后发生的所有击杀均计入该盘口。“最先击杀5、10、15或20”盘口指，某队伍率先达到这些特定的击杀数。防御塔和小兵击杀计入正式的击杀总数，并显示在计分板上。反补、自杀和中立野怪导致英雄死亡不计入击杀总数。</span></li>\\r\\n\\t\\t<li><span>赛事时间盘口指的是赛后比数板上所显示的赛事进行所用的时间（分钟）。至于刀塔2 ， 第一阵小兵还未开始的时间不被计算在此盘。</span></li>\\r\\n\\t\\t<li><span>第一个、第二个或第三个肉山大魔王/男爵/巨龙/暴君/主宰投注盘，是指预测哪个队伍分别第一个、第二个或第三个击杀某个强大的野怪。</span></li>\\r\\n\\t\\t<li><span>目标盘口指防御塔/炮塔/兵营/水晶。防御塔/炮塔/兵营/水晶盘口指某队伍或某玩家在游戏正式结束前摧毁的目标数。第一、第二或第三防御塔/炮塔/兵营/水晶盘口指某队伍摧毁的第一、第二或第三个目标。重生并再次被摧毁的水晶计入水晶盘口总数。如果某队伍在比赛结束前投降，则发起投降后摧毁的所有目标均计入该盘口。 小兵或反补摧毁的目标计入该盘口。</span></li>\\r\\n\\t\\t<li><span>Dota 2兵营线指的是每条线顶部、中部和底部的远程兵营和近战兵营。 第一、第二或第三兵营线指的是，某队伍摧毁的第一、第二或第三条线上的远程兵营和近战兵营。 上述规则适用其他所有目标。</span></li>\\r\\n\\t\\t<li><span>回合获胜盘口指的是回合或回合组的官方赢家。这盘口将施用在于比赛的地图由回合来划分而已。</span></li>\\r\\n\\t\\t<li><span>玩家杀敌盘口指的是个别玩家在指定比赛，地图或回合所厮杀的总数。</span></li>\\r\\n\\t\\t<li><span>反恐精英中的盘口（胜负盘/让分盘/大小盘/单双盘）指的是获胜回合的数目同时将会以官方成绩包括加时进行计算 （除非另有说明）。</span></li>\\r\\n\\t\\t<li><span>绝对武力（Counter Strike）Clutches胜局盘口指的是，如果某玩家是所在队伍唯一幸存的成员，而对方存活的玩家不止1名。 在这种情况下，如果这名玩家继续游戏，赢得本轮比赛，则其所载队伍就被认为赢得了“Clutches胜局”。</span></li>\\r\\n\\t\\t<li><span>绝对武力炸弹安装（是/否）盘口指的是，在某特定局中，是否放置炸弹。 如果“是”，那么炸弹必须完全放置成功，放置炸弹的进度条必须读取完毕。 炸弹被拆除或爆炸对盘口结果没有影响。 如果比赛在队伍炸弹放置前结束，则该轮结果被认定为“否”。</span></li>\\r\\n\\t\\t<li><span>反恐精英决赛轮盘口指的是在常规时间进行的最后一轮比赛。加时赛不计为决赛。</span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>泰拳</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li>拳手颜色（红或蓝）仅供于参考。尽管拳手的颜色有所更改，所有投注仍然视为有效。</li>\\r\\n\\t\\t<li>让分盘口是指拳赛的获胜者。如果赛事结果为平局时，所有投注于让分盘口的注单将会被视为作废。</li>\\r\\n\\t\\t<li>大于/小于”盘口是代表拳赛中所完成的回合总数。因此，如果拳赛未在第五回合完整结束，该回合总数将以完整结束的四个回合进行结算。除非该拳赛在第五回合完整结束后由裁判判决，那么回合总数将以五个回合进行结算。</li>\\r\\n\\t\\t<li>如果其中一名或两名拳手被裁判取消参赛资格，则所有投注将会被视为作废。</li>\\r\\n\\t\\t<li>如果拳赛延期并且未于原定开赛时间的十二小时内开始，所有投注均作废。</li>\\r\\n\\t\\t<li>当第一回合的钟声响后，拳赛就视为正式开始。如果一名或两名拳手无法开始比赛，则所有投注均作废。</li>\\r\\n\\t\\t<li>所有投注将会以赛场上钟声响后的官方决定宣布赛果为准进行结算。后续的赛果更改将不会影响结算。</li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>娱乐</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>中国新歌声 - 晋级最远的队伍/ 参赛者 </span>\\r\\n\\t\\t<p><span>• 两支队伍/ 两个参赛者将配对作为投注选项，属于不同组的队伍/ 参赛者也将会配对作为投注选项。<br />\\r\\n\\t\\t• 如果配对的两支队伍/ 两个参赛者都晋级下一轮赛事，所有该队伍/ 参赛者的投注将带到随后的阶段。<br />\\r\\n\\t\\t• 如果配对的两支队伍/ 两个参赛者都在同一轮赛事淘汰，所有该队伍/ 参赛者的投注将被视为和局。</span></p>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>卡巴迪 (Kabaddi)</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li>所有全场赌盘，包括现场投注，将会以官方结果进行计算，包括加时赛或“golden raid/金牌突击”。</li>\\r\\n\\t\\t<li>独赢盘口指的是比赛的获胜者。让分盘，大小盘以及单双盘将以得分的分数来计算。</li>\\r\\n\\t\\t<li>如果比赛延期、暂停或中止，并且未于原定开赛时间的十二小时内恢复比赛，所有投注均视为无效，无条件确定投注结果的赌盘除外。如果由相关管理机构宣布的官方结果，投注仍然视为有效。</li>\\r\\n\\t\\t<li>对于卡巴迪的现场投注，赛事的比分是不会被更新。</li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>号码游戏博彩规定</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>基本概念 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>本游戏的玩法是对一台宾果机所抽取的小球号码下注。</span></span></li>\\r\\n\\t\\t\\t<li><span><span>本公司将对随机抽取的小球提供实时赔率。 您可以根据这样的赔率下注，不同的投注类型如下所述。</span></span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>投注类型 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>总体而言，号码游戏有两种适用的投注类型。 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>游戏前下注 – 玩家可在游戏开始前下注，一旦游戏开始就不允许再下注。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>快速下注 – 玩家可以在游戏开始后下注，机器将会显示出每个抽取出的小球的不同赔率。</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li><span>投注类型 </span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span><span>游戏前下注的类型如下所述： </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>大/小盘（Over/Under），抽取的第一个球或最后一个球</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>单/双注（Odd/Even），抽取的第一个球或最后一个球</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>单/双注（Odd/Even）（FT（终场））（抽取的三个小球的总数）</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>斗士（Warrior），比较抽取的第二个或第三个球</span></span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span></span>\\r\\n\\r\\n\\t\\t\\t<p><span><span>“抽取的最后一个球”被定义为抽取出的宾果球上预先配置的最后一个号码。 如果由于任何原因最后一个球未被抽取，则有关最后一个球的所有赌注都将被视作无效，并且有关最后一个球的所有赌注都将被退回。</span></span></p>\\r\\n\\t\\t\\t<span><span> </span></span>\\r\\n\\r\\n\\t\\t\\t<p><span><span>彩金只会在游戏完成后发放。 一场完整的游戏是指在不发生任何错误的情况下，最后一个球都被抽取出来的游戏。 如果发生错误，本公司有权宣布游戏无效及退还赌注。</span></span></p>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t\\t<li>\\r\\n\\t\\t\\t<p><span><span>大/小盘（Over/Under），抽取的第一个球或最后一个球</span></span></p>\\r\\n\\r\\n\\t\\t\\t<p><span><span>本公司将对抽取出的第一个球或最后一个球提供赔率，即为“大（over）”还是“小(under)”。<br />\\r\\n\\t\\t\\t对于号码为38至75的第一/最后一个球，即被视为一个大球。<br />\\r\\n\\t\\t\\t对于号码为1至37的第一/最后一个球，即被视为一个小球。 </span></span></p>\\r\\n\\r\\n\\t\\t\\t<p><span><span>示例：游戏期间，30号球被当作最后一个球抽出，则为“小”盘赌赢。</span></span></p>\\r\\n\\t\\t\\t</li>\\r\\n\\t\\t\\t<li>\\r\\n\\t\\t\\t<p><span><span>单数/双注（Odd/Even），抽取的第一个球或最后一个球</span></span></p>\\r\\n\\r\\n\\t\\t\\t<p><span><span>本公司将对抽取出的第一个球或最后一个球提供赔率，即为单注（odd）还是双注(even)。”<br />\\r\\n\\t\\t\\t单注 – 单数宾果球会被视为单注球。<br />\\r\\n\\t\\t\\t双注 – 双数宾果球会被视为双注球。 </span></span></p>\\r\\n\\r\\n\\t\\t\\t<p><span><span>示例：游戏期间，30号球被当作最后一个球抽出，则为“双”注赌赢。</span></span></p>\\r\\n\\t\\t\\t</li>\\r\\n\\t\\t\\t<li>\\r\\n\\t\\t\\t<p><span><span>单/双注（Odd/Even）终场（抽取的三个小球的总数）</span></span></p>\\r\\n\\r\\n\\t\\t\\t<p><span><span>本公司将对抽取出的三个小球的总数提供赔率，即为单注还是双注。<br />\\r\\n\\t\\t\\t单注（终场）- 三个小球的总数为单数。<br />\\r\\n\\t\\t\\t双注（终场）- 三个小球的总数为双数。 </span></span></p>\\r\\n\\r\\n\\t\\t\\t<p><span><span>示例：号码为07、13和20的小球被抽出，这些小球号数总和为40。因为40是一个双数，所以“双注（终场）” 赌赢。</span></span></p>\\r\\n\\t\\t\\t</li>\\r\\n\\t\\t\\t<li><span><span>斗士（Warrior），比较抽取的第二个或第三个球 </span></span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span><span>本游戏要求抽出三个小球。 游戏从抽取第一个球开始，玩法是比较抽出的第2个和第3个球，号码最高者即赢。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span><span>号码1最低，而号码75最高。</span></span></span></li>\\r\\n\\t\\t\\t\\t<li>\\r\\n\\t\\t\\t\\t<p><span><span><span>本公司在开始抽取第1个球之前对这一类型的下注提供赔率。 玩家可以在开始抽取第1个球之前的任何时候下注。</span></span></span></p>\\r\\n\\r\\n\\t\\t\\t\\t<p><span><span><span>示例：如果第2个球的号码为45，而第3个球的号码为60，则对第3个球下注的玩家将赢得游戏。</span></span></span></p>\\r\\n\\t\\t\\t\\t</li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span><span> </span> </span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t<span> </span></li>\\r\\n\\t\\t<li>游戏进行时下注\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span>游戏进行时的下注类型有六（6）种： </span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span>下一个单/双注(Odd/Even)</span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span>下一个大/小盘(Over/Under)</span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span>下一个高/低注（High/Low）</span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span>斗士（Warrior），比较抽取的第二个或第三个球</span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span>下一个组合（Combo）</span></span></li>\\r\\n\\t\\t\\t\\t<li><span><span>号码轮盘</span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span> </span></li>\\r\\n\\t\\t\\t<li><span>下一个单/双注(Odd/Even) </span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span>当每个球被抽出来以后，本公司将就下一个抽取的球是“单数”还是“双数”号码提供赔率。 玩家可在游戏开始后的任何时候下注。 由本公司酌情决定，当一定数量的小球被抽完后游戏即结束。</span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span> </span></li>\\r\\n\\t\\t\\t<li><span>下一个大/小盘(Over/Under) </span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span>当每个球被抽出来以后，本公司将就下一个抽取的球是“大盘”还是“小盘”提供赔率。 玩家可在游戏开始后的任何时候下注。 号码为1到37的球被视为“小盘”。 号码为38到75的球被视为“大盘”。 由本公司酌情决定，当一定数量的小球被抽完后游戏即结束。 </span> </span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span> </span></li>\\r\\n\\t\\t\\t<li><span>下一个高/低注（High/Low） </span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span><span>当每个球被抽出来以后，本公司将就下一个抽取的球是更高还是更低的号码提供赔率。 玩家可在游戏开始后的任何时候下注。 由本公司酌情决定，当一定数量的小球被抽完后游戏即结束。</span></span></li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span> </span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t</li>\\r\\n\\t\\t<li>斗士（Warrior），比较抽取的第二个或第三个球\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li>本游戏要求抽出三个小球。 本游戏会从第一个小球被抽出后开始，玩法是比较第2个和第3个抽出的球。\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li><span>号码1最低，而号码75最高。</span></li>\\r\\n\\t\\t\\t\\t<li>\\r\\n\\t\\t\\t\\t<p><span>本公司在开始抽取第1个球之前对这一类型的下注提供赔率。 玩家可以在开始抽取第1个球之前的任何时候下注。</span></p>\\r\\n\\r\\n\\t\\t\\t\\t<p><span>示例：如果第2个球的号码为45，而第3个球的号码为60，则对第3个球下注的玩家将赢得游戏。</span></p>\\r\\n\\t\\t\\t\\t</li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t</li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t</li>\\r\\n\\t\\t<li>下一个组合（Combo）\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li>\\r\\n\\t\\t\\t<p><span>在每一颗球抽出后，公司将会提供下一球组合的盘口有37.5点以上/单，37.5点以下/单，37.5点以上/双，37.5点以下/双。玩家可以在游戏开始前随意下注。本公司将无条件的，任意的在某些号码球抽出后结束游戏。</span></p>\\r\\n\\r\\n\\t\\t\\t<p><span>例子1： 抽到的球是30号球，那么“下一组合37.5点以下/双”获胜。</span></p>\\r\\n\\r\\n\\t\\t\\t<p><span>例子2： 抽到的球是47号球，那么“下一组合37.5点以上/单”获胜。</span></p>\\r\\n\\t\\t\\t</li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t</li>\\r\\n\\t\\t<li>号码轮盘\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span>本游戏的玩法是对一组号码下注。 本公司将在第1个球被抽出之前提供赔率。 玩家可在游戏开始后的任何时候下注。</span></li>\\r\\n\\t\\t\\t<li><span>玩家也可对一组以上的号码下注。</span></li>\\r\\n\\t\\t\\t<li><span>玩家可以对不同的几组号码下注。 </span>\\r\\n\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t<li>\\r\\n\\t\\t\\t\\t<p><span><span>五（5）个号码下注类型</span></span></p>\\r\\n\\r\\n\\t\\t\\t\\t<p><span><span>这些赔率用于一个号码组，其中包含5个按水平方向配置的一行号码。 以下所列即为号码组：</span></span></p>\\r\\n\\r\\n\\t\\t\\t\\t<p><span><span>组1-1（号码1-5），组1-2（号码6-10），组1-3(号码 11-15),组 1-4(号码 16-20),组 1-5(号码 21-25),组1-6(号码26-30),组1-7 (号码 31-35),组1-8(号码36-40),组1-9(号码41-45),组1-10(号码46-50),组 1-11(号码 51-55),组1-12(号码56-60),组1-13(号码61-65),组1-14(号码66-70)以及组1-15(号码 71-75)。</span></span></p>\\r\\n\\t\\t\\t\\t</li>\\r\\n\\t\\t\\t\\t<li>\\r\\n\\t\\t\\t\\t<p><span><span>十五（15）个号码下注类型</span></span></p>\\r\\n\\r\\n\\t\\t\\t\\t<p><span><span>这些赔率用于一个号码组，其中包含15个由编排所定，按行或按列布置的号码。</span></span></p>\\r\\n\\r\\n\\t\\t\\t\\t<ol>\\r\\n\\t\\t\\t\\t\\t<li>\\r\\n\\t\\t\\t\\t\\t<p><span><span><span>以下所列是位于一行中的15个号码下注类型：</span></span></span></p>\\r\\n\\r\\n\\t\\t\\t\\t\\t<p><span><span><span>组2-1(号码1-15),组2-2(号码16-30),组2-3(号码31-45),组2-4(号码46-60)以及组2-5(号码61-75)。</span></span></span></p>\\r\\n\\t\\t\\t\\t\\t</li>\\r\\n\\t\\t\\t\\t\\t<li>\\r\\n\\t\\t\\t\\t\\t<p><span><span><span>以下所列是位于一列中的15个号码下注类型：</span></span></span></p>\\r\\n\\r\\n\\t\\t\\t\\t\\t<p><span><span><span>组4-1(号码1、6、11、16、21、26、31、36、41、46、51、56、61、66、71)，组4-2(号码2、7、12、17、22、27、32、37、42、47、52、57、62、67、72)，组4-3(号码3、8、13、18、23、28、33、38、43、48、53、58、63、68、73)，组4-4号码4、9、14、19、24、29、34、39、44、49、54、59、64、69、74)以及组4-5(号码5、10、15、20、25、30、35、40、45、50、55、60、65、70、75)。</span></span></span></p>\\r\\n\\t\\t\\t\\t\\t</li>\\r\\n\\t\\t\\t\\t</ol>\\r\\n\\t\\t\\t\\t</li>\\r\\n\\t\\t\\t\\t<li>\\r\\n\\t\\t\\t\\t<p><span><span>二十五（25）个号码下注类型</span></span></p>\\r\\n\\r\\n\\t\\t\\t\\t<p><span><span>这些赔率用于包含25个号码的一个号码组。 以下所列即为号码组：</span></span></p>\\r\\n\\r\\n\\t\\t\\t\\t<p><span><span>组3-1(号码1-25),组3-2(号码26-50)以及组3-3(号码51-75)。</span></span></p>\\r\\n\\t\\t\\t\\t</li>\\r\\n\\t\\t\\t</ol>\\r\\n\\t\\t\\t<span> </span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t</li>\\r\\n\\t\\t<li>补充规则\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li>由宾果机抽取的小球会经过一台自动扫描仪的读取。 本公司会采取所有合理行动和预防措施，确保扫描仪的准确性。 尽管提供了此类行动和预防措施，您仍需理解这个游戏的性质是它是非常快节奏的，并依赖于自动扫描仪快速产生的结果。 因此，在极罕见情况下，当视频流上显示的小球号码与自动扫描仪所读取的小球号码之间有差异时，本公司有权依据自动扫描仪所示的结果作为最终结果。 在此方面，您应当接受本公司的决定为最终和具有结束性的决定。</li>\\r\\n\\t\\t\\t<li>所有的快速下注都应当在每个球被抽出后结算。</li>\\r\\n\\t\\t\\t<li>您应当承认本公司独有的决定权和自由裁量权，如遇偶然事件、战争、自然灾害、停电、本公司员工因违反行业工作标准而导致的人为错误或过失或疏忽，软件故障，以及任何其它类似事件，本公司有绝对的权利可以更改、取消、暂停、删除、修改或重新启动任何游戏，或者拒绝或取消任何博彩。 本公司的决定是最终和具有结束性的决定。</li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t</li>\\r\\n\\t\\t<li>投注计时器\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li>投注计时器会显示一名玩家可以下注的时间。 投注计时器将对当前事件以图示的形式显示，而投注计时器的持续时间则由本公司独家决定。 在投注计时器计时终止前所下任何赌注都会被接受，并且被视为有效。 投注计时器计时期满后，玩家不得下注。 投注计时器计时期满后的投注应被视为无效的。</li>\\r\\n\\t\\t\\t<li>玩家承认，在本公司始终尽一切努力确保投注计时器的准确性的同时，投注计时器仍可能出现毁坏、连接滞后以及其它技术问题。 通过使用投注计时器做任何投注时，相关风险应当由玩家完全承担，而对于是否接受或拒绝此类下注，本公司应当有最终决定权。</li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t</li>\\r\\n\\t\\t<li>计分卡功能\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span>数字游戏计分卡是可以在直播视频中应用的一项功能，并配有指定的计分卡按钮。 数字游戏计分卡会取代直播游戏结果的功能。</span></li>\\r\\n\\t\\t\\t<li>\\r\\n\\t\\t\\t<p><span>这个数字游戏计分卡会显示机器抽取的每个小球的结果和计分卡中每种下注类型的结果。 至于最后一个球大/小盘、单/双注，斗士或终场单/双注的结果，当第3个球被抽出时即会显示。 在鼠标悬停处，“小盘（u）”或“大盘（o）”的每种结果将会以数字组合的形式显示，其中包括所示的小球号码和游戏，它们由一个逗号相分隔。</span></p>\\r\\n\\r\\n\\t\\t\\t<p><span>示例：“44,01234”的结果表示在“01234”号游戏中显示的“44”号小球。</span></p>\\r\\n\\r\\n\\t\\t\\t<p><span>这个功能仅用于为玩家提供参考，帮助他们根据之前的抽取结果确定下一次抽取可能会出现的结果。</span></p>\\r\\n\\t\\t\\t</li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t</li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n</ol>\\r\\n\"\n            },\n            {\n                \"id\": \"1090\",\n                \"title\": \"4. 虚拟运动规则\",\n                \"body\": \"<ol>\\r\\n\\t<li><span>一般规定</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>虚拟运动游戏是电脑生成的演示，随机抽取的数字结果可决定哪队赢得比赛或赛事，或者哪一位参赛者将在比赛或赛事中获得第一名、第二名、第三名等等。 比赛或赛事的结果由通过认证测试公司单独测试的随机号码生成器 (RNG) 控制。</span></li>\\r\\n\\t\\t<li><span>在任何适用条件下, 虚拟运动的投注规则约束与真实体育赛事相同。</span></li>\\r\\n\\t\\t<li><span>虚拟运动是广播赛事。 对同一比赛或赛事投注的会员都将收到同一结果。</span></li>\\r\\n\\t\\t<li><span>如果因电脑、电子或其他关键故障而干扰比赛或赛事的演示，被受影响的赛事上的投注均将作废，赌金将全额退还。</span></li>\\r\\n\\t\\t<li><span>即使比赛或赛事的评论信息不与虚拟运动视频流同步，所有投注仍视为有效。</span></li>\\r\\n\\t\\t<li><span>如果比赛或赛事未开始或未完成且不能确定赛果，则比赛或赛事将作废。 根据此次投注规则与规定，赌金将全额退还。</span></li>\\r\\n\\t\\t<li><span>即使会员从网站注销，未来比赛、赛事、周赛或季度赛的已接受投注仍视为有效。</span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>虚拟足球</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>虚拟足球是指对由随机号码生成的足球比赛或赛事结果进行的投注。 RNG 使用每个单独球队的系统评级来决定比赛或赛事的结果。 这里有五 (5) 个球队彩池可供选择，从国际级到俱乐部级标准。 每次比赛将由两 (2) 个球队对决。</span></li>\\r\\n\\t\\t<li><span>虚拟足球有六 (6) 种投注类型：<br />\\r\\n\\t\\t1. 1x2(独赢)<br />\\r\\n\\t\\t2. 波胆<br />\\r\\n\\t\\t3. 总进球数(总入球数)<br />\\r\\n\\t\\t4. 双重机会<br />\\r\\n\\t\\t5. 2.5大小盘<br />\\r\\n\\t\\t6. 亚洲盘 </span></li>\\r\\n\\t\\t<li><span>每场比赛或赛事都在晴天天气下举行，时间持续大约六十 (60) 秒。 包含射门的精彩镜头集锦显示每个进球、失球和救球的结果。</span></li>\\r\\n\\t\\t<li><span>每场比赛或赛事开始都会说明及显示两 (2) 个球队和投注类型的相应金额列表。</span></li>\\r\\n\\t\\t<li><span>在开球警报之后，所有比赛或赛事将不会再接受投注。 开球后错误接受的任何投注将作废并退还赌金。</span></li>\\r\\n\\t\\t<li><span>一旦比赛或赛事结束，将会出现一个比赛结果比分牌，上面显示每个投注类型的分数线和投注结果。</span></li>\\r\\n\\t\\t<li><span>在显示比赛或赛事的结果后，将会介绍下一场比赛或赛事。 每场比赛或赛事的结果将在网站上显示一段时间。</span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>虚拟赛马</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>虚拟赛马表示根据随机数字产生的赛马或赛事的结果下注。</span></li>\\r\\n\\t\\t<li><span>对于虚拟赛马，有5种下注方式：<br />\\r\\n\\t\\t1. 独赢（ Win）<br />\\r\\n\\t\\t2. 位置（Place）<br />\\r\\n\\t\\t3. 独赢/位置(Win/Place)<br />\\r\\n\\t\\t4. 连赢（Forecast）<br />\\r\\n\\t\\t5. 三重彩（Tri-cast） </span></li>\\r\\n\\t\\t<li><span>参赛马匹的数量在每次竞赛或赛事中将改变，这些竞赛将在晴天、阴天和夜晚的情况下分别按平跑、跳跃或冲刺的形式举行。</span></li>\\r\\n\\t\\t<li><span>取决于参赛马匹的数量，虚拟赛马中独赢/位置（Win/Place）定义为：</span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span>对于8-11 匹: 位置1、2、3，赔率1/5 </span></li>\\r\\n\\t\\t\\t<li><span>对于12-15匹: 位置1、2、3，赔率1/4</span></li>\\r\\n\\t\\t\\t<li><span>对于16 匹: 位置1、2、3，赔率1/4</span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t</li>\\r\\n\\t\\t<li><span>每次竞赛或赛事开始时将进行介绍，要显示所有马匹、它们各自的号码和价格清单。</span></li>\\r\\n\\t\\t<li><span>每次竞赛或赛事将持续30到45秒。</span></li>\\r\\n\\t\\t<li><span>一旦竞赛或赛事结束，将回放跨过终点线的马匹，然后显示前3或前4名。</span></li>\\r\\n\\t\\t<li><span>显示竞赛或赛事的结果后，将介绍下一次竞赛或赛事。每次竞赛或赛事的结果将在网站上显示一段时间。</span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>虚拟赛狗</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>虚拟赛狗表示根据随机数字产生的赛狗或赛事的结果下注。</span></li>\\r\\n\\t\\t<li><span>对于虚拟赛狗，有5种下注方式：<br />\\r\\n\\t\\t1. 独赢（ Win）<br />\\r\\n\\t\\t2. 位置（Place）<br />\\r\\n\\t\\t3. 独赢/位置(Win/Place)<br />\\r\\n\\t\\t4. 连赢（Forecast）<br />\\r\\n\\t\\t5. 三重彩（Tri-cast） </span></li>\\r\\n\\t\\t<li><span>每次竞赛或赛事有6只狗参赛，这些竞赛将在晴天、阴天和夜晚的情况下分别按平跑、跳跃或冲刺的形式举行。</span></li>\\r\\n\\t\\t<li><span>每次竞赛或赛事开始时将进行介绍，要显示所有赛狗、它们各自的号码和价格清单。</span></li>\\r\\n\\t\\t<li><span>每次竞赛或赛事将持续30到45秒。</span></li>\\r\\n\\t\\t<li><span>一旦竞赛或赛事结束，将回放跨过终点线的赛狗，然后显示前3名。</span></li>\\r\\n\\t\\t<li><span>显示竞赛或赛事的结果后，将介绍下一次竞赛或赛事。每次竞赛或赛事的结果将在网站上显示一段时间。</span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>虚拟网球赛</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>虚拟网球赛表示根据随机数字产生的网球赛或赛事的结果下注。</span></li>\\r\\n\\t\\t<li><span>每次网球赛有两名选手参赛，这些比赛将于天晴时在草地球场上举行。</span></li>\\r\\n\\t\\t<li><span>对于虚拟网球赛，有三种下注方式：<br />\\r\\n\\t\\t1. Moneyline<br />\\r\\n\\t\\t2. 正确的得分<br />\\r\\n\\t\\t3. 总分 </span></li>\\r\\n\\t\\t<li><span>每次竞赛或赛事开始时将进行介绍，要显示两位选手、他们各自的衬衫和旗帜、一只选手服务指示器以及每种下注的价格。</span></li>\\r\\n\\t\\t<li><span>每次竞赛或赛事包括分数达到12分的单轮比赛，比赛时间为30到120秒。</span></li>\\r\\n\\t\\t<li><span>显示竞赛或赛事的结果后，将介绍下一次竞赛或赛事。每次竞赛或赛事的结果将在网站上显示一段时间。</span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>虚拟赛车</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>虚拟赛车表示根据随机数字产生的竞赛或赛事的结果下注。</span></li>\\r\\n\\t\\t<li><span>虚拟赛车有五种下注方式：<br />\\r\\n\\t\\t1． 独赢<br />\\r\\n\\t\\t2． 位置<br />\\r\\n\\t\\t3． 独赢/位置<br />\\r\\n\\t\\t4． 连赢<br />\\r\\n\\t\\t5． 三重彩 </span></li>\\r\\n\\t\\t<li><span>每场竞赛或赛事将由12位车手参赛，这些赛事将在晴天的情况下在椭圆的赛道 上进行。 </span></li>\\r\\n\\t\\t<li><span>每场竞赛或赛事开始时将进行介绍，介绍将显示车手列表，价格，赛道名字， 倒计时钟，赛事距离和赛事。 </span></li>\\r\\n\\t\\t<li><span>每场竞赛或赛事将为60秒。</span></li>\\r\\n\\t\\t<li><span>一旦竞赛或赛事结束，将回放及显示前3名跨过终点线的车手。</span></li>\\r\\n\\t\\t<li><span>显示竞赛或赛事的结果后，将介绍下一次竞赛或赛事，每次竞赛或赛事的结果 将在网站上显示一段时间。 </span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>虚拟自行车</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>虚拟自行车表示根据随机数字产生的赛车或赛事的结果下注。</span></li>\\r\\n\\t\\t<li><span>对于虚拟自行车，有5种下注方式：<br />\\r\\n\\t\\t1. 独赢<br />\\r\\n\\t\\t2. 位置<br />\\r\\n\\t\\t3. 独赢/位置<br />\\r\\n\\t\\t4. 连赢<br />\\r\\n\\t\\t5. 三重彩 </span></li>\\r\\n\\t\\t<li><span>每次竞赛或赛事有6-9辆自行车参赛，竞赛是在椭圆形的自行车场及灯光的情况下进行。</span></li>\\r\\n\\t\\t<li><span>每次竞赛或赛事开始时将进行介绍，介绍将显示骑士名单，球衣颜色，价格清单，跑道名称，倒数时钟和比赛距离。</span></li>\\r\\n\\t\\t<li><span>每次竞赛或赛事将持续45秒。</span></li>\\r\\n\\t\\t<li><span>一旦竞赛或赛事结束，屏幕将回放跨过终点的骑士，附加照片显示及首三位到达终点的骑士</span></li>\\r\\n\\t\\t<li><span>显示竞赛或赛事的结果后，将介绍下一场竞赛或赛事。每次竞赛或赛事的结果将在网站上显示一段时间。</span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>虚拟沙地摩托车</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>虚拟沙地摩托车表示根据随机数字产生的赛车或赛事的结果下注。</span></li>\\r\\n\\t\\t<li><span>对于虚拟沙地摩托车，有2种下注方式：<br />\\r\\n\\t\\t1. 独赢<br />\\r\\n\\t\\t2. 连赢 </span></li>\\r\\n\\t\\t<li><span>每次竞赛或赛事有4名摩托车骑士，竞赛将在夜间或灯光下的扁椭圆形轨道上进行。</span></li>\\r\\n\\t\\t<li><span>每次竞赛或赛事开始时将进行介绍，介绍将显示骑士名单，价格清单，跑道名称，倒数时钟和比赛距离。</span></li>\\r\\n\\t\\t<li><span>每次竞赛或赛事将持续30秒。</span></li>\\r\\n\\t\\t<li><span>一旦竞赛或赛事结束，屏幕将回放跨过终点的骑士，附加照片显示及首三 位到达终点的骑士。 </span></li>\\r\\n\\t\\t<li><span>显示竞赛或赛事的结果后，将介绍下一场竞赛或赛事。每次竞赛或赛事的结果将在网站上显示一段时间。</span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>虚拟足球联赛</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>虚拟足球联赛提供关于虚拟足球的7*24小时真实现金下注体验。</span></li>\\r\\n\\t\\t<li><span>联赛包含16支球队，并且赛季会持续运行。每个赛季包含30个比赛日（主场和客场比赛）。</span></li>\\r\\n\\t\\t<li><span>可随时下注（即便赛季已经开始）。</span></li>\\r\\n\\t\\t<li><span>每个赛季总计持续127分钟，分成“季前赛”阶段、“比赛日循环”、以及一个“季后赛”阶段。“季前赛”阶段在赛季开始前进行，持续时间60秒。</span></li>\\r\\n\\t\\t<li><span>所有比赛日总称为“比赛日循环”阶段，总时长为125分钟。在每个赛季结束时，会有60秒的“季后赛”阶段。</span></li>\\r\\n\\t\\t<li><span>每个比赛日持续4分10秒。分为“赛前”阶段、“上半场”、“中场”、“下半场”、“赛后”阶段，以及“比赛日之后”阶段。</span></li>\\r\\n\\t\\t<li><span>“赛前”阶段是在比赛开始前，持续50秒。此后是10秒的下注停止阶段。比赛本身持续1分30秒，每场比赛后是60秒的“赛后”阶段。</span></li>\\r\\n\\t\\t<li><span>虚拟足球联赛有八（8）个下注类型：<br />\\r\\n\\t\\t1. 全场盘<br />\\r\\n\\t\\t2. 上半场盘<br />\\r\\n\\t\\t3. 全场大小盘<br />\\r\\n\\t\\t4. 上半场大小盘<br />\\r\\n\\t\\t5. 全场1X2<br />\\r\\n\\t\\t6. 上半场1X2<br />\\r\\n\\t\\t7. 波胆<br />\\r\\n\\t\\t8. 串彩 </span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>虚拟足球国家</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>虚拟足球国家杯提供关于虚拟足球的7*24小时真实现金下注体验，并能持续生成24支球队的联赛。</span></li>\\r\\n\\t\\t<li><span>每个联赛包括32场小组赛，分成3个比赛日。小组赛阶段后是16场淘汰赛阶段，从第16轮开始，直到决赛。</span></li>\\r\\n\\t\\t<li><span>可随时下注（即便赛季已经开始）。</span></li>\\r\\n\\t\\t<li><span>每个联赛总共持续55分10秒时间，分成“联赛前”阶段（60秒）、“小组赛阶段”和“淘汰赛阶段”，随后是“联赛后”阶段（60秒）。</span></li>\\r\\n\\t\\t<li><span>“赛前”阶段是在比赛开始之前，持续60秒，每场比赛持续 2分20秒 。每场比赛后是“赛后”阶段，长度为20秒，取决于在淘汰赛阶段是否有加时赛和/或点球大战。</span></li>\\r\\n\\t\\t<li><span>虚拟足球联赛有八（8）个下注类型：<br />\\r\\n\\t\\t1. 全场盘<br />\\r\\n\\t\\t2. 上半场盘<br />\\r\\n\\t\\t3. 全场大小盘<br />\\r\\n\\t\\t4. 上半场大小盘<br />\\r\\n\\t\\t5. 全场1X2<br />\\r\\n\\t\\t6. 上半场1X2<br />\\r\\n\\t\\t7. 波胆<br />\\r\\n\\t\\t8. 串彩 </span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>虚拟足球世界杯</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>虚拟足球世界杯即利用系统连续生成的32支球队锦标赛，提供7*24小时的虚拟足球真实现金投注体验。</span></li>\\r\\n\\t\\t<li><span>每次锦标赛包含48场小组赛，分为3个比赛日。小组赛阶段之后是16场淘汰赛，从第16轮开始直到决赛。</span></li>\\r\\n\\t\\t<li><span>可以随时下注——锦标赛期间同样可以下注。</span></li>\\r\\n\\t\\t<li><span>一场锦标赛总时长为66'10''，分为“赛前”（60秒）、“小组赛阶段”和“淘汰赛阶段”，随后是“赛后”（60秒）。</span></li>\\r\\n\\t\\t<li><span>在小组赛阶段，每场比赛开始前的60秒时间为“赛前”阶段，然后每场比赛持续2'20''，随后是20秒的结果公布时间。在淘汰赛阶段，每场比赛开始前的60秒时间为“比赛”阶段，然后每场比赛持续2'30''，随后是20秒的结果公布时间。</span></li>\\r\\n\\t\\t<li><span>虚拟足球世界杯共设八（8）个投注类别：<br />\\r\\n\\t\\t1. 全场让球盘<br />\\r\\n\\t\\t2. 半场让球盘<br />\\r\\n\\t\\t3. 全场大小盘<br />\\r\\n\\t\\t4. 上半场大小盘<br />\\r\\n\\t\\t5. 全场1X2<br />\\r\\n\\t\\t6. 上半场1X2<br />\\r\\n\\t\\t7. 波胆<br />\\r\\n\\t\\t8. 混合过关 </span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>虚拟篮球</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>虚拟篮球提供7*24小时的真实现金投注体验</span></li>\\r\\n\\t\\t<li><span>联赛包含16支球队，赛季连续运行。每个赛季包含30个比赛日（主场和客场比赛）。</span></li>\\r\\n\\t\\t<li><span>可以随时下注——在赛季期间同样可以下注。</span></li>\\r\\n\\t\\t<li><span>每个赛季总时长为106'30''，分为“联赛前”、“比赛日循环”、以及“联赛后”。“联赛前”是在每个赛季开始之前，持续时间为60秒。</span></li>\\r\\n\\t\\t<li><span>所有比赛日均作为“比赛日循环”阶段进行汇总，总时长为105分钟。在每个赛季结束时，有30秒钟的“联赛后”时间。</span></li>\\r\\n\\t\\t<li><span>每个比赛日持续3'30''。分为“赛前”、“第一节”、“第二节”、“中场”、“第三节”、“第四节”、加时（如果比赛在第四节之后出现平局结果）、以及“赛后”阶段。</span></li>\\r\\n\\t\\t<li><span>“赛前”为比赛开始前的30秒时间。比赛总共持续2'30''，其中有10秒钟的中场休息。每场比赛之后是20秒的“赛后”时间。比赛日切换需要10秒钟时间。</span></li>\\r\\n\\t\\t<li><span>虚拟篮球共设十一(11)个投注类别：<br />\\r\\n\\t\\t1. 比赛获胜者，包括加时：第四节比赛之后的得分（+加时）<br />\\r\\n\\t\\t2. 大小盘，包括加时：两支球队在比赛中获得的分数，包括加时<br />\\r\\n\\t\\t3. 让球，包括加时：盘口分数添加到比赛的最终得分上，获胜者就是用这些加分赢球的球队<br />\\r\\n\\t\\t4. 净胜分数6项，包括加时：两支球队在比赛结束时获得分数的比率，包括加时<br />\\r\\n\\t\\t5. 上半场获胜者：前两节比赛的获胜球队<br />\\r\\n\\t\\t6. 上半场大小盘：上半场比赛赢得的分数<br />\\r\\n\\t\\t7. 上半场让球，包括加时：盘口分数添加到比赛的中场得分上，获胜者就是用这些加分赢球的球队<br />\\r\\n\\t\\t8. 上半场净胜分数7项：两支球队在上半场结束时获得分数的比率<br />\\r\\n\\t\\t9. 全场赢得X分：哪支球队首先获得X分<br />\\r\\n\\t\\t10. 主队大小盘，包括加时：主场球队在比赛中获得的分数<br />\\r\\n\\t\\t11. 客队大小盘，包括加时：客场球队在比赛中获得的分数 </span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>虚拟体育混合过关</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>虚拟体育混合连续投注只面向虚拟足球联赛、虚拟足球国家赛、虚拟足球世界杯以及虚拟篮球。</span></li>\\r\\n\\t\\t<li><span>虚拟体育混合连续投注包含2-8种组合的投注。</span></li>\\r\\n\\t\\t<li><span>每种虚拟体育混合连续投注彼此独立，这表示您不能通过其他体育类别对混合连续投注进行下注，例如：虚拟足球联赛和虚拟足球国家比赛、或者虚拟足球世界杯或虚拟篮球以及其他Sportsbooks产品）。</span></li>\\r\\n\\t\\t<li><span>虚拟体育混合连续投注的最大派彩金额是每套组合10万马币。</span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>虚拟足球亚洲杯</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>虚拟足球亚洲杯不断生成24支球队参与的锦标赛，提供7*24小时的虚拟足球真实投注体验。</span></li>\\r\\n\\t\\t<li><span>每轮锦标赛包含32场小组赛，分为三个比赛日。小组赛之后是16场淘汰赛，比赛从八分之一决赛开始，直至决赛。</span></li>\\r\\n\\t\\t<li><span>任何时间均可下注，锦标赛期间也可投注。</span></li>\\r\\n\\t\\t<li><span>一轮锦标赛共持续55:10分钟，分为“赛前”（60秒）阶段、“小组赛”和“淘汰赛阶段”，然后是“赛后”（60秒）阶段。</span></li>\\r\\n\\t\\t<li><span>小组赛阶段中，比赛开始前有60秒的“赛前”阶段，比赛持续2分20秒，比赛结束后有20秒的结果公示时间。淘汰赛阶段中，比赛开始前有60秒的“赛前”阶段，比赛持续2分30秒，比赛结束后有20秒的结果公示时间。</span></li>\\r\\n\\t\\t<li><span>虚拟足球亚洲杯共设有8种投注类型：<br />\\r\\n\\t\\t1. 全场盘口<br />\\r\\n\\t\\t2. 上半场盘口<br />\\r\\n\\t\\t3. 全场大小球<br />\\r\\n\\t\\t4. 上半场大小球<br />\\r\\n\\t\\t5. 全场1X2<br />\\r\\n\\t\\t6. 上半场1X2<br />\\r\\n\\t\\t7. 正确比分<br />\\r\\n\\t\\t8. 混合多重彩 </span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n</ol>\\r\\n\"\n            },\n            {\n                \"id\": \"1091\",\n                \"title\": \"5. Colossus 钜彩（Colossus Bets）\",\n                \"body\": \"<ol>\\r\\n\\t<li><span>赌注的接受</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>Colossus 钜彩提供彩池下注，投注者必须准确预测Colossus钜彩所选出的体育项目的结果（预测比分池里的正确比分、分差池里的正确分差，以及1x2池里的正确结果）。</span></li>\\r\\n\\t\\t<li><span>公司担任 Colossus 钜彩代理商，且所有赌注（“赌注”）通过本网站直接进入 Colossus 钜彩彩池。 如果赌注无法注入相关彩池，则将会退还给投注者，公司和 Colossus 钜彩将不对因此而引起的奖金损失负责。</span></li>\\r\\n\\t\\t<li><span>关于投注者投注 Colossus 钜彩彩池活动的任何问题，请告知公司。如其无法解决投注者的问题，公司将联系Colossus钜彩处理。</span></li>\\r\\n\\t\\t<li><span>除这些投注规则外，此处所示规则的英文版本将明确适用于亚洲操作人（“亚洲规则”）。在 colossusbets.com 网站上，如有任何规定条文与亚洲规定相抵触，则以亚洲规定为准。</span></li>\\r\\n\\t\\t<li><span>在确定下注前，投注者应检查自己所将提交的投注指示是否正确。Colossus 钜彩保留以任何理由拒绝任何投注的权利。</span></li>\\r\\n\\t\\t<li><span>如对赌注的细节或状态有任何异议，Colossus 钜彩的记录将是体现赌注细节或状态的首要证据。</span></li>\\r\\n\\t\\t<li><span>Colossus 钜彩可自行决定随时中止往彩池的投注。Colossus 钜彩还保留取消整个彩池或任何一场或一次赌注的权利，例如：为了修正任何明显的错误；为了维持 Colossus 钜彩彩池的完整和公正；当彩池的形式或项目有所更改时；或当其认为任何投注违反了 Colossus 钜彩的规定时。</span></li>\\r\\n\\t\\t<li><span>公司仅仅是 Colossus 钜彩的代理商，无须向投注者支付、归还或偿还任何 Colossus 钜彩所决定中止、取消或宣布无效的赌注。</span></li>\\r\\n\\t\\t<li><span>Colossus 钜彩和公司对打印、传送和/或评估等错误不予负责。</span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>Colossus 钜彩的玩法</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>Colossus 钜彩是通过对 Colossus 钜彩预选的规定时间范围内（“比赛时间”）的多个相关项目的结果（“场次”）进行下注，目的是为了正确预测比赛的比分、分差和结果。</span></li>\\r\\n\\t\\t<li><span>Colossus 钜彩可自行选定任何比赛时间的任何场次。</span></li>\\r\\n\\t\\t<li><span>投注者可进行一次或多次下注（比分和队伍），每次至少选择一个场次。每次下注被接受时，都会有一个唯一的参考号。</span></li>\\r\\n\\t\\t<li><span>在任何给定的场次里，投注者可在供选结果里进行一项或多项选择（或“复选”）。每个赌注有一个完整的单位金额，Colossus 钜彩的投注机将会根据复选的下注金额乘以选择次数得出金额，从而得出投注者的下注总额。</span></li>\\r\\n\\t\\t<li><span>除非另有说明，所有赌注针对的是常规时间内的正确结果，包括暂停时间，但不包括加时、黄金时间或点球大战。</span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>兑现</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>投注者有机会兑现全部或部分小票。兑现服务并非百分百保证，可能因为技术、操作或其他原因而无法实现。</span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>头奖彩池和安慰奖彩池</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>正确预测所要求数量的场次比分、分差和/或结果的赌注可分享头奖彩池，并根据情况分享安慰奖彩池。</span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span>“头奖彩池”——对彩池所有场次结果选择正确（比分彩池的正确比分、分差彩池的正确分差以及1x2彩池主场/平局/客场的正确结果）的投注者将可分享头奖彩池。</span></li>\\r\\n\\t\\t\\t<li><span>“安慰奖彩池”——在某些彩池里，根据情况，除了一次、两次或三次结果选择错误外，其他结果都正确的投注者可分享相应的安慰奖彩池。</span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t</li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n\\t<li><span>赌注的结算</span>\\r\\n\\t<ol>\\r\\n\\t\\t<li><span>投注者应得的奖金或兑现金将根据以下规定转入投注者账户：</span>\\r\\n\\t\\t<ol>\\r\\n\\t\\t\\t<li><span>如投注者账户内所示总金额为30000英镑或以下或等值的其他货币，公司应通过向投注者账户转入应得的奖金或兑现金的方式向投注者付款。公司可酌情自行决定向投注者支付应得奖金或兑现金的方式。在任何情形下，Colossus 钜彩对所有应得奖金的支付负最终责任，如投注者不能从[插入被许可方名称]处获得奖金，所有索赔均应直接针对 Colossus 钜彩提出。</span></li>\\r\\n\\t\\t\\t<li><span>如投注者账户内所示总金额高于30000英镑或等值的其他货币，Colossus 钜彩应支付公司，公司从而向投注者付款。公司应安排好投注者应得奖金或兑现金的支付事宜，且公司可酌情自行决定支付投注者的方式。如对于奖金或兑现金支付流程有任何疑问的，建议投注者联系公司客户服务部咨询。 公司应核实投注者奖金，并尽量在七（7）个工作日内向投注者付款。 在任何情形下，Colossus 钜彩对所有应得奖金的支付负最终责任，如投注者不能从公司处获得奖金，所有索赔均应直接针对 Colossus 钜彩提出。</span></li>\\r\\n\\t\\t\\t<li><span>因支付奖金而产生的任何银行手续费用，由投注者承担。所有该等款项以英镑的形式支付给投注者，适用 Colossus 钜彩将全部赌注加载到该网站当日投注者在 Colossus 钜彩相关彩池内所使用的货币与英镑之间的汇率。</span></li>\\r\\n\\t\\t\\t<li><span>针对投注者在该网站内的投注活动所产生的任何税费，由投注者向相关税务机关全权缴纳。</span></li>\\r\\n\\t\\t</ol>\\r\\n\\t\\t</li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n</ol>\\r\\n\"\n            }\n        ]\n    }\n]"},{"id":"25c9c976-5711-4eec-9493-76b56bd91f0f","name":"Get Faq Detail","originalRequest":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"{{url}}/{{lang}}/api/web/faq/detail/{{faq_id}}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"1c374544-9799-48f2-ab09-3c8f2f6514ea"},{"name":"Get All Promotions","event":[{"listen":"test","script":{"id":"bdcbf080-0862-4389-8023-601bc9095887","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var schema = {","    \"type\": \"object\",","    \"required\": [\"data\"],","    \"properties\": {","        \"data\": {","            \"type\": \"array\",","            \"items\": [{","                \"type\": \"object\",","                \"required\": [\"promoTitle\",\"promoImage\",\"promoId\",\"category\",\"labels\",\"eligibilityOverride\",\"visibility\",\"field_permission\",\"field_member_level\",\"field_bonus_id\"],","                \"properties\": {","                    \"promoTitle\": {\"type\": \"string\"},","                    \"promoImage\": {\"type\": \"string\"},","                    \"promoId\": {\"type\": \"string\"},","                    \"category\": {","                        \"type\": \"array\",","                        \"items\": [","                            {\"type\": \"string\"}","                        ]","                    },","                    \"labels\": {","                        \"type\": \"array\",","                        \"items\": [","                            {\"type\": \"string\"}","                        ]","                    },","                    \"eligibilityOverride\": {\"type\": \"string\"},","                    \"visibility\": {\"type\": \"string\"},","                    \"field_permission\": {\"type\": \"string\"},","                    \"field_member_level\": {\"type\": \"string\"},","                    \"field_bonus_id\": {\"type\": \"string\"},","                }","            }]","        }","    }","};","","pm.test(\"Valid data and object check\", function(){","   pm.expect(jsonData).to.be.not.empty;","   pm.response.to.have.jsonSchema(schema);","})","","try {","    var promoIds = [];","    var objs = jsonData.data;","    var keysToCheck = schema[\"properties\"][\"data\"][\"items\"][0][\"required\"];","","    objs.forEach(function(obj){","","        pm.test('Check all keys', function(){","            console.log(keysToCheck)","            console.log(obj)","            pm.expect(obj).to.have.all.keys(keysToCheck);","        });","","        keysToCheck.forEach(function(key){","            pm.test(`Check key not empty - ${key}`, function(){","                pm.expect(obj[key]).to.be.not.empty;","            });","        })","","        promoIds.push(obj.promoId);","        var categoryPack = ['Sports','Lottery','VIP','Special','Fishing','P2P','ESports','Casino','8 Shop','Slot'];","        pm.test('Check category not empty', function(){","            pm.expect(obj.category).to.be.not.empty;","        });","","        pm.test('Check category is defined', function(){","            pm.expect(obj.category[0]).to.be.oneOf(categoryPack);","        });","","        pm.sendRequest(obj.promoImage, function (err, res){","            if (err) { console.log(err); }","            pm.test(obj.promoImage  + ' image is ok', function(){","                pm.expect(err).to.equal(null);","                pm.expect(res).to.have.property('code', 200);","                pm.expect(res).to.have.property('status', 'OK');","                var sizeOK = res.responseSize > 50 ? true : false;","                pm.expect(sizeOK).to.be.true;","            })","        })","    })","} catch (e) {","    console.log(e);","}","","pm.environment.set('promoIDs', promoIds);"],"type":"text/javascript"}}],"id":"2c90e3a6-4dde-4b85-a588-74ceca1e5fd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/{{lang}}/api/web/Promotions","description":"<ul>\n<li>This API is used to get <strong>All Promotions List / Promotions with specified category</strong> which contains:<ul>\n<li>promoTitle (Title of the promotion)</li>\n<li>promoImage (Full path of image app url)</li>\n<li>promoId (The id of the promotion)</li>\n<li>category (The list of categories of the promotion)</li>\n<li>labels (just for you, hot, new) : if set, then it will be prioritized</li>\n<li>eligibilityOverride : to override hydra's promotion visibility</li>\n<li>visibility : private, public, both</li>\n</ul>\n</li>\n<li>Put the token provided into the header section</li>\n</ul>\n<ul>\n<li>The structure of this api is:<ul>\n<li>[base_path]/[language]/api/Promotions/[promotion_category_id]</li>\n</ul>\n</li>\n<li>The language code :<ul>\n<li>Chinese : zh-hans</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{lang}}","api","web","Promotions"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9d98c1a8-dccd-465e-b382-3e8854ad9109","name":"Get Promotions","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/{{lang}}/api/Promotions/94"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.12"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Thu, 05 Mar 2020 07:39:52 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_category config:field.storage.node.field_image_app config:views.view.tlc_promotions_api extensions http_response node:2137 node:2170 node:2171 node:3879 node:3905 node:3912 node:3918 node:3919 node:3942 node:3958 node:3959 node:3963 node:3968 node:3969 node:56 node:58 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.node_grants:view user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,token,Culture,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,X-Api-ID,X-Service-RateLimit,X-UsagePlan-RateLimit,X-UsagePlan-Quota,Cache-Control,Connection,Content-Disposition,Date,Keep-Alive,Pragma,Via,Accept,Accept-Charset,Accept-Encoding,Accept-Language,Authorization,Cookie,Expect,From,Host,If-Match,If-Modified-Since,If-None-Match,If-Range,If-Unmodified-Since,Range,Origin,Referer,User-Agent,X-Forwarded-For,X-Forwarded-Host,X-Forwarded-Proto,Accept-Range,Age,Content-Range,Content-Security-Policy,ETag,Expires,Last-Modified,Location,Server,Set-Cookie,Trailer,Transfer-Encoding,Vary,Allow,Content-Encoding,Content-Language,Content-Length,Content-Location,Content-Type"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"promoTitle\": \"20% 同乐棋牌 再存预付彩金\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/6100/20popup_0.jpg\",\n            \"promoId\": \"3969\",\n            \"category\": [\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"50 % 同乐棋牌  同乐币每天领\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/6074/50popup.jpg\",\n            \"promoId\": \"3879\",\n            \"category\": [\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"同乐币介绍_qipai\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/5825/popupqipai_1.jpg\",\n            \"promoId\": \"3905\",\n            \"category\": [\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"棋牌 周周连胜好运金\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/5844/KYpopup%282%29_0.jpg\",\n            \"promoId\": \"3912\",\n            \"category\": [\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"棋牌 返水无上限\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/5855/KYpopup%281%29_1.jpg\",\n            \"promoId\": \"3918\",\n            \"category\": [\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"棋牌 返水无上限\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/5856/KYpopup%281%29_1.jpg\",\n            \"promoId\": \"3919\",\n            \"category\": [\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"50 % 开元棋牌  同乐币每天领\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/6053/popup_promo%2825%29_0.jpg\",\n            \"promoId\": \"3942\",\n            \"category\": [\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"同乐城APP全新改版 下载立享18元 \",\n            \"promoImage\": \"\",\n            \"promoId\": \"56\",\n            \"category\": [\n                \"Special\",\n                \"Slot\",\n                \"P2P\",\n                \"Fishing\",\n                \"Lottery\"\n            ]\n        },\n        {\n            \"promoTitle\": \"开元棋牌 奖金周周送\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/6069/dailypopup_0.jpg\",\n            \"promoId\": \"3958\",\n            \"category\": [\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"小同为您准备大礼 二存三存就送您\",\n            \"promoImage\": \"\",\n            \"promoId\": \"58\",\n            \"category\": [\n                \"Special\",\n                \"VIP\",\n                \"P2P\",\n                \"Slot\",\n                \"Lottery\"\n            ]\n        },\n        {\n            \"promoTitle\": \"70周年同乐庆国庆 棋牌抽水大返还\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/6070/KYpopup2%284%29_0.jpg\",\n            \"promoId\": \"3959\",\n            \"category\": [\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"50 % 同乐棋牌  同乐币每天领\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/6074/50popup_0.jpg\",\n            \"promoId\": \"3963\",\n            \"category\": [\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"同乐城APP全新改版 下载立享18元\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-08/referfriendicon2.jpg\",\n            \"promoId\": \"2170\",\n            \"category\": [\n                \"Special\",\n                \"Fishing\",\n                \"Lottery\",\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"20% KY 开元棋牌 再存预付彩金\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/6095/ky_popup%285%29_0.jpg\",\n            \"promoId\": \"3968\",\n            \"category\": [\n                \"P2P\",\n                \"Casino\"\n            ]\n        },\n        {\n            \"promoTitle\": \"让你猜猜！\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-08/iconnew2.jpg\",\n            \"promoId\": \"2171\",\n            \"category\": [\n                \"VIP\",\n                \"ESports\",\n                \"Casino\",\n                \"P2P\",\n                \"Slot\",\n                \"Fishing\"\n            ]\n        },\n        {\n            \"promoTitle\": \"Promo001\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-08/Copy_Button.png\",\n            \"promoId\": \"2137\",\n            \"category\": [\n                \"Special\",\n                \"Sports\",\n                \"Casino\",\n                \"ESports\",\n                \"Fishing\",\n                \"Lottery\",\n                \"P2P\",\n                \"Slot\",\n                \"VIP\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"2c90e3a6-4dde-4b85-a588-74ceca1e5fd9"},{"name":"Get All Promotions - Eligible Bonus","event":[{"listen":"prerequest","script":{"id":"34e2b1c7-2a6e-42ef-a92a-ca62b1db811e","exec":["// set authorization token","const options = {","    url: \"http://kongstaging.tlc88.biz/api/Login?api-version=2.0&brand=tlc&Platform=All\",","    method: 'POST',","    header: { ","        'content-type': 'application/json', ","        'Culture': 'ZH-CN' ","    },","    body: {","        mode: 'raw',","        raw: JSON.stringify({","            \"hostName\": \"hostname.com\",","            \"captchaId\": \"30172f1a-c2c9-4fb7-afaf-2a4eb9391e44\",","            \"captchaCode\": \"999999\",","            \"grantType\": \"password\",","            \"clientId\": \"TLC.Native.App\",","            \"clientSecret\": \"muitten\",","            \"username\": \"testshowhide01\",","            \"password\": \"asdf1234\",","            \"scope\": \"Mobile.Service offline_access\",","            \"appId\": \"nettium.tlc.native\",","            \"siteId\": 2","        })","    }","};","","pm.sendRequest(options, function (err, res) {","    var jsonData = res.json();","    if (err) {","        console.log(err);","    } else {","        console.log(jsonData);","        pm.environment.set(\"authorization\", jsonData.accessToken.access_token);","    }","});"],"type":"text/javascript"}},{"listen":"test","script":{"id":"289894c9-6287-4c3c-940d-3bd968d7dcd9","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var schema = {","    \"type\": \"object\",","    \"required\": [","        \"data\"","    ],","    \"properties\": {","        \"data\": {","            \"type\": \"array\",","            \"items\": [{","                \"type\": \"object\",","                \"required\": [","                    \"promoTitle\",","                    \"promoImage\",","                    \"promoId\",","                    \"category\",","                    \"labels\",","                    \"eligibilityOverride\",","                    \"visibility\"","                ],","                \"properties\": {","                    \"promoTitle\": {\"type\": \"string\"},","                    \"promoImage\": {\"type\": \"string\"},","                    \"promoId\": {\"type\": \"string\"},","                    \"category\": {","                        \"type\": \"array\",","                        \"items\": [","                            {\"type\": \"string\"}","                        ]","                    },","                    \"labels\": {","                        \"type\": \"array\",","                        \"items\": [","                            {\"type\": \"string\"}","                        ]","                    },","                    \"eligibilityOverride\": {\"type\": \"string\"},","                    \"visibility\": {\"type\": \"string\"}","                }","            }]","        }","    }","};","","pm.test(\"Valid data and object check\", function(){","   pm.expect(jsonData).to.be.not.empty;","   pm.response.to.have.jsonSchema(schema);","})","","try {","    var objs = jsonData.data;","    var keysToCheck = schema[\"properties\"][\"data\"][\"items\"][0][\"required\"];","    objs.forEach(function(obj){","        pm.test('Check for all keys', function(){","            pm.expect(obj).to.have.all.keys(keysToCheck);","        });","","        keysToCheck.forEach(function(key){","            pm.test(`Check key not empty - ${key}`, function(){","                pm.expect(obj[key]).to.be.not.empty;","            });    ","        });","","        pm.test('Category not empty', function(){","            pm.expect(obj.category).to.be.not.empty;","        });","","        pm.expect(obj.category[0]).to.be.oneOf(['Sports','Lottery','VIP','Special','Fishing','P2P','ESports','Casino','8 Shop','Slot']);","        pm.sendRequest(obj.promoImage, function (err, res){","            if (err) { console.log(err); }","            pm.test(obj.promoImage  + ' image is ok', function(){","                pm.expect(err).to.equal(null);","                pm.expect(res).to.have.property('code', 200);","                pm.expect(res).to.have.property('status', 'OK');","                var sizeOK = res.responseSize > 50 ? true : false;","                pm.expect(sizeOK).to.be.true;","            });","        });","    })","} catch (e) {","    console.log(e);","}"],"type":"text/javascript"}}],"id":"128f8504-27ac-4329-803b-6b76e2ae4cea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"},{"key":"Authorization","type":"text","value":"bearer {{authorization}}"}],"url":"{{url}}/{{lang}}/api/web/Promotions/:promotion_category_id","description":"<ul>\n<li>This API is used to get <strong>All Promotions List / Promotions with specified category</strong> which contains:<ul>\n<li>promoTitle (Title of the promotion)</li>\n<li>promoImage (Full path of image app url)</li>\n<li>promoId (The id of the promotion)</li>\n<li>category (The list of categories of the promotion)</li>\n<li>labels (just for you, hot, new) : if set, then it will be prioritized</li>\n<li>eligibilityOverride : to override hydra's promotion visibility</li>\n<li>visibility : private, public, both</li>\n</ul>\n</li>\n<li>Put the token provided into the header section</li>\n</ul>\n<ul>\n<li>The structure of this api is:<ul>\n<li>[base_path]/[language]/api/Promotions/[promotion_category_id]</li>\n</ul>\n</li>\n<li><strong>To get the eligible promotion for a specific user, add the \"Authorization\" on the header</strong></li>\n<li>The language code :<ul>\n<li>Chinese : zh-hans</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{lang}}","api","web","Promotions",":promotion_category_id"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"280","key":"promotion_category_id"}]}},"response":[{"id":"25bd6cc6-c11d-4af1-935a-56c7231f3377","name":"Get Promotions","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/{{lang}}/api/Promotions/94"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.12"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Thu, 05 Mar 2020 07:39:52 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_category config:field.storage.node.field_image_app config:views.view.tlc_promotions_api extensions http_response node:2137 node:2170 node:2171 node:3879 node:3905 node:3912 node:3918 node:3919 node:3942 node:3958 node:3959 node:3963 node:3968 node:3969 node:56 node:58 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.node_grants:view user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,token,Culture,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,X-Api-ID,X-Service-RateLimit,X-UsagePlan-RateLimit,X-UsagePlan-Quota,Cache-Control,Connection,Content-Disposition,Date,Keep-Alive,Pragma,Via,Accept,Accept-Charset,Accept-Encoding,Accept-Language,Authorization,Cookie,Expect,From,Host,If-Match,If-Modified-Since,If-None-Match,If-Range,If-Unmodified-Since,Range,Origin,Referer,User-Agent,X-Forwarded-For,X-Forwarded-Host,X-Forwarded-Proto,Accept-Range,Age,Content-Range,Content-Security-Policy,ETag,Expires,Last-Modified,Location,Server,Set-Cookie,Trailer,Transfer-Encoding,Vary,Allow,Content-Encoding,Content-Language,Content-Length,Content-Location,Content-Type"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"promoTitle\": \"20% 同乐棋牌 再存预付彩金\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/6100/20popup_0.jpg\",\n            \"promoId\": \"3969\",\n            \"category\": [\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"50 % 同乐棋牌  同乐币每天领\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/6074/50popup.jpg\",\n            \"promoId\": \"3879\",\n            \"category\": [\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"同乐币介绍_qipai\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/5825/popupqipai_1.jpg\",\n            \"promoId\": \"3905\",\n            \"category\": [\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"棋牌 周周连胜好运金\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/5844/KYpopup%282%29_0.jpg\",\n            \"promoId\": \"3912\",\n            \"category\": [\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"棋牌 返水无上限\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/5855/KYpopup%281%29_1.jpg\",\n            \"promoId\": \"3918\",\n            \"category\": [\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"棋牌 返水无上限\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/5856/KYpopup%281%29_1.jpg\",\n            \"promoId\": \"3919\",\n            \"category\": [\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"50 % 开元棋牌  同乐币每天领\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/6053/popup_promo%2825%29_0.jpg\",\n            \"promoId\": \"3942\",\n            \"category\": [\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"同乐城APP全新改版 下载立享18元 \",\n            \"promoImage\": \"\",\n            \"promoId\": \"56\",\n            \"category\": [\n                \"Special\",\n                \"Slot\",\n                \"P2P\",\n                \"Fishing\",\n                \"Lottery\"\n            ]\n        },\n        {\n            \"promoTitle\": \"开元棋牌 奖金周周送\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/6069/dailypopup_0.jpg\",\n            \"promoId\": \"3958\",\n            \"category\": [\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"小同为您准备大礼 二存三存就送您\",\n            \"promoImage\": \"\",\n            \"promoId\": \"58\",\n            \"category\": [\n                \"Special\",\n                \"VIP\",\n                \"P2P\",\n                \"Slot\",\n                \"Lottery\"\n            ]\n        },\n        {\n            \"promoTitle\": \"70周年同乐庆国庆 棋牌抽水大返还\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/6070/KYpopup2%284%29_0.jpg\",\n            \"promoId\": \"3959\",\n            \"category\": [\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"50 % 同乐棋牌  同乐币每天领\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/6074/50popup_0.jpg\",\n            \"promoId\": \"3963\",\n            \"category\": [\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"同乐城APP全新改版 下载立享18元\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-08/referfriendicon2.jpg\",\n            \"promoId\": \"2170\",\n            \"category\": [\n                \"Special\",\n                \"Fishing\",\n                \"Lottery\",\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"20% KY 开元棋牌 再存预付彩金\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/6095/ky_popup%285%29_0.jpg\",\n            \"promoId\": \"3968\",\n            \"category\": [\n                \"P2P\",\n                \"Casino\"\n            ]\n        },\n        {\n            \"promoTitle\": \"让你猜猜！\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-08/iconnew2.jpg\",\n            \"promoId\": \"2171\",\n            \"category\": [\n                \"VIP\",\n                \"ESports\",\n                \"Casino\",\n                \"P2P\",\n                \"Slot\",\n                \"Fishing\"\n            ]\n        },\n        {\n            \"promoTitle\": \"Promo001\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-08/Copy_Button.png\",\n            \"promoId\": \"2137\",\n            \"category\": [\n                \"Special\",\n                \"Sports\",\n                \"Casino\",\n                \"ESports\",\n                \"Fishing\",\n                \"Lottery\",\n                \"P2P\",\n                \"Slot\",\n                \"VIP\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"128f8504-27ac-4329-803b-6b76e2ae4cea"},{"name":"Get Promotion Content","event":[{"listen":"test","script":{"id":"38c742c4-c50b-4dd7-b4ee-988a7e7b84bb","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var schema = {","    \"type\": \"object\",","    \"required\": [\"promoTitle\",\"promoDesc\",\"image\",\"category\",\"body\",\"promoId\",\"bonusId\",\"bonusMaxAmount\",\"bonusMinAmount\",\"bonusName\",\"bonusProduct\",\"dateRange\",\"promoType\",\"actionType\",\"labels\"],","    \"properties\": {","        \"promoTitle\": {\"type\": \"string\"},","        \"promoDesc\": {\"type\": \"string\"},","        \"image\": {\"type\": \"string\"},","        \"category\": {","            \"type\": \"array\",","            \"items\": [","                {\"type\": \"string\"}","            ]","        },","        \"body\": {\"type\": \"string\"},","        \"promoId\": {\"type\": \"string\"},","        \"bonusId\": {\"type\": \"string\"},","        \"bonusMaxAmount\": {\"type\": \"string\"},","        \"bonusMinAmount\": {\"type\": \"string\"},","        \"bonusName\": {\"type\": \"string\"},","        \"bonusProduct\": {\"type\": \"string\"},","        \"dateRange\": {\"type\": \"string\"},","        \"promoType\": {\"type\": \"string\"},","        \"actionType\": {\"type\": \"string\"}","    }","};","","pm.test(\"Valid data and object check\", function(){","   pm.expect(jsonData).to.be.not.empty;","   pm.response.to.have.jsonSchema(schema);","})","","","var keysToCheck = schema[\"required\"];","pm.test('Check all keys', function(){","    pm.expect(jsonData).to.have.all.keys(keysToCheck);","});","","try {","    keysToCheck.forEach(function(key){","        if( ['promoTitle', 'image', 'category', 'body', 'promoID', 'dateRange'].indexOf(key) > -1 ){","            pm.test(`Check key not empty - ${key}`, function(){","                pm.expect(jsonData[key]).to.be.not.empty;","            });    ","        }","    })","} catch (e) {","    console.log(e);","}","","pm.test('Check category', function(){","    pm.expect(jsonData.category).to.be.not.empty;","    pm.expect(jsonData.category[0]).to.be.oneOf(['Sports','Lottery','VIP','Special','Fishing','P2P','ESports','Casino','8 Shop','Slot']);","});","","","pm.sendRequest(jsonData.image, function (err, res){","    if (err) { console.log(err); }","    pm.test(jsonData.image  + ' image is ok', function(){","        pm.expect(err).to.equal(null);","        pm.expect(res).to.have.property('code', 200);","        pm.expect(res).to.have.property('status', 'OK');","        var sizeOK = res.responseSize > 50 ? true : false;","        pm.expect(sizeOK).to.be.true;","    })","})","","","// var promoids = pm.environment.get('promoIDs');","// if(!promoids){","//   promoids = [];","// }","// promoids = promoids.slice(1);","// if(promoids.length > 0){","//   postman.setNextRequest('Get Promotion Content');","//   pm.environment.set('promoIDs', promoids);","// }else{","//   pm.environment.unset('promoIDs');","// }",""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"a010df56-735d-4266-bd74-5af430b0db61","exec":["var promoids = pm.environment.get('promoIDs');","var promotionId;","","if(!promoids){","    promoids = [];","}","","if(promoids.length > 0){","    promotionId = promoids[0];","}else{","    promotionId = pm.environment.get('promotionId');","}","","if(!promotionId){","    // promotionId = 11406;","    console.log(\"Please set promotionId..\")","}","pm.environment.set('promotionId', promotionId);"],"type":"text/javascript"}}],"id":"28888c2c-11da-4838-a697-1240a1cc94ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"{{url}}/zh-hans/api/v1/web/Promotion?id=12512","description":"<ul>\n<li>This API is used to get <strong>All specified promotion</strong> which contains:<ul>\n<li>promoTitle (Title of the promotion)</li>\n<li>promoDesc (Description of the promotion)</li>\n<li>image (Full path of image url)</li>\n<li>category (List of the categories that the promotion used)</li>\n<li>body (The content of the promotion)</li>\n<li>promoId (The promotion Id)</li>\n<li>bonusId (The bonus Id)</li>\n<li>bonusMaxAmount (The max amount of the bonus)</li>\n<li>bonusMinAmount (The min amount of the bonus)</li>\n<li>bonusName (The bonus name)</li>\n<li>bonusProduct (The bonus product)</li>\n<li>dateRange (The date range of the promotion)</li>\n<li>promoType (The type of promotions)</li>\n<li>actionType (Will be <strong>hidden</strong> if the <strong>promoType = Manual</strong>)</li>\n</ul>\n</li>\n<li>Put the token provided into the header section</li>\n<li>There is a parameter that can be used as the filter URL [[promotionId]]</li>\n</ul>\n<ul>\n<li>The structure of this api is:<ul>\n<li>single id :   <ul>\n<li><strong>[base_path]/[language]/api/web/Promotion?id=[promotionId]</strong></li>\n</ul>\n</li>\n<li>multiple id:<ul>\n<li><strong>[base_path]/[language]/api/web/Promotion?id[]=[promotionId_1]&amp;id[]=[promotionId2]&amp;id[]=[promotionId...]</strong></li>\n</ul>\n</li>\n</ul>\n</li>\n<li>The language code :<ul>\n<li>Chinese : zh-hans</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["zh-hans","api","v1","web","Promotion"],"host":["{{url}}"],"query":[{"key":"id","value":"12512"}],"variable":[]}},"response":[{"id":"7b205b3c-ff3a-4d5e-8629-4f30dcc03f83","name":"Get Promotion Content with multiple IDs","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"{{url}}/{{lang}}/api/Promotion?id[]=57&id[]=58","host":["{{url}}"],"path":["{{lang}}","api","Promotion"],"query":[{"key":"id[]","value":"57"},{"key":"id[]","value":"58"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.12"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Mon, 13 Jan 2020 06:18:07 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_body_app config:field.storage.node.field_bonus_id config:field.storage.node.field_bonus_max_amount config:field.storage.node.field_bonus_min_amount config:field.storage.node.field_bonus_name config:field.storage.node.field_bonus_product config:field.storage.node.field_category config:field.storage.node.field_date_range config:field.storage.node.field_desc_app config:field.storage.node.field_image_app config:views.view.tlc_promotion_content_api extensions http_response node:2137 node:2170 node:2171 node:2173 node:2213 node:3501 node:3506 node:3536 node:3980 node:53 node:54 node:55 node:56 node:57 node:58 node:59 node:60 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.node_grants:view user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"title\": \"同乐城APP全新改版 下载立享18元\",\n            \"desc\": \"\",\n            \"image\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-08/referfriendicon2.jpg\",\n            \"category\": [\n                \"Special\",\n                \"Fishing\",\n                \"Lottery\",\n                \"P2P\"\n            ],\n            \"body\": \"<p>同乐城APP全新改版 下载立享18元同乐城APP全新改版 下载立享18元同乐城APP全新改版 下载立享18元</p>\",\n            \"promotionId\": \"2170\",\n            \"bonusId\": \"\",\n            \"bonusMaxAmount\": \"\",\n            \"bonusMinAmount\": \"\",\n            \"bonusName\": \"\",\n            \"bonusProduct\": \"\",\n            \"dateRange\": \"08/20/2019 - 12:00 - 08/20/2020 - 12:00\"\n        },\n        {\n            \"title\": \"让你猜猜！\",\n            \"desc\": \"\",\n            \"image\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-08/iconnew2.jpg\",\n            \"category\": [\n                \"Casino\",\n                \"ESports\",\n                \"Fishing\",\n                \"P2P\",\n                \"Slot\",\n                \"VIP\"\n            ],\n            \"body\": \"<p><span style=\\\"color: rgb(231, 25, 35); font-family: Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 700; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;\\\">同乐城 同乐币介绍</span><br style=\\\"box-sizing: border-box; color: rgb(231, 25, 35); font-family: Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 700; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;\\\" /><span style=\\\"color: rgb(231, 25, 35); font-family: Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 700; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;\\\">玩捕鱼就送同乐币同乐城 同乐币介绍</span><br style=\\\"box-sizing: border-box; color: rgb(231, 25, 35); font-family: Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 700; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;\\\" /><span style=\\\"color: rgb(231, 25, 35); font-family: Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 700; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;\\\">玩捕鱼就送同乐币</span></p>\",\n            \"promotionId\": \"2171\",\n            \"bonusId\": \"\",\n            \"bonusMaxAmount\": \"\",\n            \"bonusMinAmount\": \"\",\n            \"bonusName\": \"\",\n            \"bonusProduct\": \"\",\n            \"dateRange\": \"08/20/2019 - 12:45 - 08/20/2020 - 12:45\"\n        },\n        {\n            \"title\": \"[Manual] Casino Lorem ipsum dolor sit amet.\",\n            \"desc\": \"\",\n            \"image\": \"\",\n            \"category\": [\n                \"Special\",\n                \"Sports\",\n                \"Casino\"\n            ],\n            \"body\": \"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Unde eum corporis ab, reprehenderit quis nisi neque inventore qui asperiores tempore? Sed doloribus recusandae ut mollitia suscipit fuga maiores numquam, iure, blanditiis quibusdam soluta illum dolor sapiente optio quasi! Repellat tenetur velit, qui optio vero alias cum itaque maxime deleniti, repellendus ad quo sint dolor corporis quis. Obcaecati necessitatibus nulla asperiores dicta dolorem inventore recusandae pariatur molestiae perspiciatis tempora ipsa ipsum quasi ad aliquid consequatur, magni excepturi! Sequi voluptate officiis mollitia accusamus, quibusdam, doloribus a. Ex pariatur quo sequi maiores vitae deserunt repellendus omnis fugit praesentium explicabo tempora, distinctio officia asperiores est quod repudiandae sed esse voluptatum commodi nisi perferendis placeat quas, labore, nihil. Impedit quam dicta sit. Quaerat odio neque architecto atque corporis nobis dolorum necessitatibus temporibus, quia sint totam, culpa laudantium repellendus labore expedita voluptatum, debitis ipsum accusantium enim recusandae laboriosam nulla. Nihil quo deserunt molestias, atque repudiandae temporibus porro sunt rerum laborum, aperiam similique distinctio est ab culpa saepe quaerat placeat necessitatibus qui incidunt sed iure. Labore libero eum nobis atque animi sunt illo nam repellat, natus quibusdam, incidunt sed perspiciatis dicta doloremque recusandae consequatur voluptas fugit numquam quod a quisquam molestiae. Quos quo error perferendis, reiciendis doloribus.</p>\",\n            \"promotionId\": \"53\",\n            \"bonusId\": \"\",\n            \"bonusMaxAmount\": \"\",\n            \"bonusMinAmount\": \"\",\n            \"bonusName\": \"JT Test CMS\",\n            \"bonusProduct\": \"\",\n            \"dateRange\": \"04/22/2019 - 16:00 - 04/22/2020 - 16:00\"\n        },\n        {\n            \"title\": \"捕鱼每日返水 0.20% 无上限\",\n            \"desc\": \"\",\n            \"image\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-08/Casino_AG_0_0.jpg\",\n            \"category\": [\n                \"Special\"\n            ],\n            \"body\": \"<p><span style=\\\"color: rgb(231, 25, 35); font-family: Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 700; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;\\\">捕鱼每日返水 0.20% 无上限</span></p>\",\n            \"promotionId\": \"2173\",\n            \"bonusId\": \"\",\n            \"bonusMaxAmount\": \"\",\n            \"bonusMinAmount\": \"\",\n            \"bonusName\": \"\",\n            \"bonusProduct\": \"\",\n            \"dateRange\": \"08/20/2019 - 14:15 - 08/20/2020 - 14:15\"\n        },\n        {\n            \"title\": \"Lorem ipsum dolor sit amet\",\n            \"desc\": \"\",\n            \"image\": \"\",\n            \"category\": [\n                \"Special\",\n                \"ESports\"\n            ],\n            \"body\": \"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Unde eum corporis ab, reprehenderit quis nisi neque inventore qui asperiores tempore? Sed doloribus recusandae ut mollitia suscipit fuga maiores numquam, iure, blanditiis quibusdam soluta illum dolor sapiente optio quasi! Repellat tenetur velit, qui optio vero alias cum itaque maxime deleniti, repellendus ad quo sint dolor corporis quis. Obcaecati necessitatibus nulla asperiores dicta dolorem inventore recusandae pariatur molestiae perspiciatis tempora ipsa ipsum quasi ad aliquid consequatur, magni excepturi! Sequi voluptate officiis mollitia accusamus, quibusdam, doloribus a. Ex pariatur quo sequi maiores vitae deserunt repellendus omnis fugit praesentium explicabo tempora, distinctio officia asperiores est quod repudiandae sed esse voluptatum commodi nisi perferendis placeat quas, labore, nihil. Impedit quam dicta sit. Quaerat odio neque architecto atque corporis nobis dolorum necessitatibus temporibus, quia sint totam, culpa laudantium repellendus labore expedita voluptatum, debitis ipsum accusantium enim recusandae laboriosam nulla. Nihil quo deserunt molestias, atque repudiandae temporibus porro sunt rerum laborum, aperiam similique distinctio est ab culpa saepe quaerat placeat necessitatibus qui incidunt sed iure. Labore libero eum nobis atque animi sunt illo nam repellat, natus quibusdam, incidunt sed perspiciatis dicta doloremque recusandae consequatur voluptas fugit numquam quod a quisquam molestiae. Quos quo error perferendis, reiciendis doloribus.</p>\",\n            \"promotionId\": \"54\",\n            \"bonusId\": \"\",\n            \"bonusMaxAmount\": \"\",\n            \"bonusMinAmount\": \"\",\n            \"bonusName\": \"test LD turnover\",\n            \"bonusProduct\": \"\",\n            \"dateRange\": \"04/22/2019 - 16:15 - 04/22/2020 - 16:15\"\n        },\n        {\n            \"title\": \"8shop\",\n            \"desc\": \"\",\n            \"image\": \"\",\n            \"category\": [\n                \"8Shop\"\n            ],\n            \"body\": \"<p>8shop</p>\",\n            \"promotionId\": \"3980\",\n            \"bonusId\": \"\",\n            \"bonusMaxAmount\": \"\",\n            \"bonusMinAmount\": \"\",\n            \"bonusName\": \"\",\n            \"bonusProduct\": \"\",\n            \"dateRange\": \"10/01/2019 - 14:45 - 10/14/2020 - 14:45\"\n        },\n        {\n            \"title\": \"Casino Lorem ipsum dolor sit amet.2\",\n            \"desc\": \"\",\n            \"image\": \"\",\n            \"category\": [\n                \"Special\",\n                \"Casino\"\n            ],\n            \"body\": \"<p>Casino Lorem ipsum dolor sit amet.</p>\",\n            \"promotionId\": \"55\",\n            \"bonusId\": \"\",\n            \"bonusMaxAmount\": \"\",\n            \"bonusMinAmount\": \"\",\n            \"bonusName\": \"JT Test CMS\",\n            \"bonusProduct\": \"\",\n            \"dateRange\": \"04/23/2019 - 16:15 - 04/23/2020 - 16:15\"\n        },\n        {\n            \"title\": \"CHACHA\",\n            \"desc\": \"Fucking Disneyland\",\n            \"image\": \"\",\n            \"category\": [\n                \"Special\"\n            ],\n            \"body\": \"<p>For testing purpose</p>\",\n            \"promotionId\": \"3501\",\n            \"bonusId\": \"\",\n            \"bonusMaxAmount\": \"\",\n            \"bonusMinAmount\": \"\",\n            \"bonusName\": \"\",\n            \"bonusProduct\": \"\",\n            \"dateRange\": \"09/23/2019 - 15:00 - 09/23/2020 - 15:00\"\n        },\n        {\n            \"title\": \"同乐城APP全新改版 下载立享18元 \",\n            \"desc\": \"\",\n            \"image\": \"\",\n            \"category\": [\n                \"Special\",\n                \"Slot\",\n                \"P2P\",\n                \"Fishing\",\n                \"Lottery\"\n            ],\n            \"body\": \"<p>同乐城APP全新改版 下载立享18元</p><p>同乐城APP全新改版 下载立享18元</p><p>同乐城APP全新改版 下载立享18元</p><p>同乐城APP全新改版 下载立享18元</p><p>同乐城APP全新改版 下载立享18元</p>\",\n            \"promotionId\": \"56\",\n            \"bonusId\": \"\",\n            \"bonusMaxAmount\": \"\",\n            \"bonusMinAmount\": \"\",\n            \"bonusName\": \"test slot turnover predefined ntmuit\",\n            \"bonusProduct\": \"\",\n            \"dateRange\": \"04/25/2019 - 16:30 - 04/25/2020 - 16:30\"\n        },\n        {\n            \"title\": \"所有電子遊戲最高1%返水\",\n            \"desc\": \"Description(App)\",\n            \"image\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/Grand_1.jpg\",\n            \"category\": [\n                \"Sports\",\n                \"Casino\"\n            ],\n            \"body\": \"<p style=\\\"margin:0px 0px 10px; text-align:start; -webkit-text-stroke-width:0px\\\"><span style=\\\"font-size:14px\\\"><span style=\\\"box-sizing:border-box\\\"><span style=\\\"color:#000000\\\"><span style=\\\"font-family:Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif\\\"><span style=\\\"font-style:normal\\\"><span style=\\\"font-variant-ligatures:normal\\\"><span style=\\\"font-variant-caps:normal\\\"><span style=\\\"font-weight:400\\\"><span style=\\\"letter-spacing:normal\\\"><span style=\\\"orphans:2\\\"><span style=\\\"text-transform:none\\\"><span style=\\\"white-space:normal\\\"><span style=\\\"widows:2\\\"><span style=\\\"word-spacing:0px\\\"><span style=\\\"background-color:#ffffff\\\"><span style=\\\"text-decoration-style:initial\\\"><span style=\\\"text-decoration-color:initial\\\"><b class=\\\"boldText\\\" style=\\\"box-sizing:border-box; font-weight:700\\\"><strong style=\\\"box-sizing:border-box; font-weight:700\\\">电子游戏每日返水 最高 1% 返水红利</strong></b></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></p><p><strong style=\\\"box-sizing:border-box; font-weight:700; color:#000000; font-family:Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif; font-size:14px; font-style:normal; font-variant-ligatures:normal; font-variant-caps:normal; letter-spacing:normal; orphans:2; text-align:start; text-transform:none; white-space:normal; widows:2; word-spacing:0px; -webkit-text-stroke-width:0px; background-color:#ffffff; text-decoration-style:initial; text-decoration-color:initial\\\">【活动时间】</strong><span style=\\\"font-size:14px; text-align:start; -webkit-text-stroke-width:0px\\\"><span style=\\\"color:#000000\\\"><span style=\\\"font-family:Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif\\\"><span style=\\\"font-style:normal\\\"><span style=\\\"font-variant-ligatures:normal\\\"><span style=\\\"font-variant-caps:normal\\\"><span style=\\\"font-weight:400\\\"><span style=\\\"letter-spacing:normal\\\"><span style=\\\"orphans:2\\\"><span style=\\\"text-transform:none\\\"><span style=\\\"white-space:normal\\\"><span style=\\\"widows:2\\\"><span style=\\\"word-spacing:0px\\\"><span style=\\\"background-color:#ffffff\\\"><span style=\\\"text-decoration-style:initial\\\"><span style=\\\"text-decoration-color:initial\\\"><span style=\\\"display:inline !important\\\"><span style=\\\"float:none\\\"> 2019 / 6 / 1 - 2019 / 12 / 30 （北京时间）</span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span><br style=\\\"box-sizing:border-box; color:#000000; font-family:Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif; font-size:14px; font-style:normal; font-variant-ligatures:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:2; text-align:start; text-transform:none; white-space:normal; widows:2; word-spacing:0px; -webkit-text-stroke-width:0px; background-color:#ffffff; text-decoration-style:initial; text-decoration-color:initial\\\" /><strong style=\\\"box-sizing:border-box; font-weight:700; color:#000000; font-family:Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif; font-size:14px; font-style:normal; font-variant-ligatures:normal; font-variant-caps:normal; letter-spacing:normal; orphans:2; text-align:start; text-transform:none; white-space:normal; widows:2; word-spacing:0px; -webkit-text-stroke-width:0px; background-color:#ffffff; text-decoration-style:initial; text-decoration-color:initial\\\">【活动平台】</strong> <b style=\\\"box-sizing:border-box; font-weight:700; color:#000000; font-family:Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif; font-size:14px; font-style:normal; font-variant-ligatures:normal; font-variant-caps:normal; letter-spacing:normal; orphans:2; text-align:start; text-transform:none; white-space:normal; widows:2; word-spacing:0px; -webkit-text-stroke-width:0px; background-color:#ffffff; text-decoration-style:initial; text-decoration-color:initial\\\"><strong style=\\\"box-sizing:border-box; font-weight:700\\\">电子游戏 (<a href=\\\"https://www.tlc8829.com/zh/slot/mgsqf.htm\\\" style=\\\"box-sizing:border-box; color:#337ab7; text-decoration:none; text-shadow:none !important; -webkit-user-drag:none\\\">MG 电子</a>, <a href=\\\"https://www.tlc8829.com/zh/slot/pt.htm\\\" style=\\\"box-sizing:border-box; color:#337ab7; text-decoration:none; text-shadow:none !important; -webkit-user-drag:none\\\">PT 电子</a>,  <a href=\\\"https://www.tlc8829.com/zh/slot/bsg.htm\\\" style=\\\"box-sizing:border-box; color:#337ab7; text-decoration:none; text-shadow:none !important; -webkit-user-drag:none\\\">BS 电子</a>, <a href=\\\"https://www.tlc8829.com/zh/slot/tg.htm\\\" style=\\\"box-sizing:border-box; color:#337ab7; text-decoration:none; text-shadow:none !important; -webkit-user-drag:none\\\">PP 电子</a>，<a href=\\\"https://www.tlc8829.com/zh/slot/spg.htm\\\" style=\\\"box-sizing:border-box; color:#337ab7; text-decoration:none; text-shadow:none !important; -webkit-user-drag:none\\\">SP 电子</a>, <a href=\\\"https://www.tlc8829.com/zh/slot/dtg.htm\\\" style=\\\"box-sizing:border-box; color:#337ab7; text-decoration:none; text-shadow:none !important; -webkit-user-drag:none\\\">DT 电子</a>, <a href=\\\"https://www.tlc8829.com/zh/slot/am.htm\\\" style=\\\"box-sizing:border-box; color:#337ab7; text-decoration:none; text-shadow:none !important; -webkit-user-drag:none\\\">TT 电子</a>)</strong></b><br style=\\\"box-sizing:border-box; color:#000000; font-family:Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif; font-size:14px; font-style:normal; font-variant-ligatures:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:2; text-align:start; text-transform:none; white-space:normal; widows:2; word-spacing:0px; -webkit-text-stroke-width:0px; background-color:#ffffff; text-decoration-style:initial; text-decoration-color:initial\\\" /><strong style=\\\"box-sizing:border-box; font-weight:700; color:#000000; font-family:Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif; font-size:14px; font-style:normal; font-variant-ligatures:normal; font-variant-caps:normal; letter-spacing:normal; orphans:2; text-align:start; text-transform:none; white-space:normal; widows:2; word-spacing:0px; -webkit-text-stroke-width:0px; background-color:#ffffff; text-decoration-style:initial; text-decoration-color:initial\\\">【详情如下表】</strong><br style=\\\"box-sizing:border-box\\\" /> </p><table class=\\\"table table-bordered text-center stacktable stacktable-lg hidden-xs hidden-sm\\\" data-toggle=\\\"stacktable\\\" height=\\\"5\\\" style=\\\"box-sizing:border-box; border-spacing:0px; border-collapse:collapse; background-color:#ffffff; text-align:center; width:auto; max-width:100%; margin-bottom:20px; border:1px solid #000000 !important; color:#000000; font-family:Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif; font-size:14px; font-style:normal; font-variant-ligatures:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:2; text-transform:none; white-space:normal; widows:2; word-spacing:0px; -webkit-text-stroke-width:0px; text-decoration-style:initial; text-decoration-color:initial\\\" width=\\\"525\\\">\\t<thead style=\\\"box-sizing:border-box\\\">\\t\\t<tr style=\\\"box-sizing:border-box\\\">\\t\\t\\t<th style=\\\"box-sizing:border-box; padding:8px; text-align:center; vertical-align:bottom; background-color:#a4a4a4; line-height:1.42857; border-top:0px; border-bottom:1px solid #000000 !important; border-right:1px solid #000000 !important; border-left:1px solid #000000 !important; border-image:initial !important\\\"><strong style=\\\"box-sizing:border-box; font-weight:700\\\">每日有效流水</strong></th>\\t\\t\\t<th style=\\\"box-sizing:border-box; padding:8px; text-align:center; vertical-align:bottom; background-color:#a4a4a4; line-height:1.42857; border-top:0px; border-bottom:1px solid #000000 !important; border-right:1px solid #000000 !important; border-left:1px solid #000000 !important; border-image:initial !important\\\">返水比例</th>\\t\\t\\t<th style=\\\"box-sizing:border-box; padding:8px; text-align:center; vertical-align:bottom; background-color:#a4a4a4; line-height:1.42857; border-top:0px; border-bottom:1px solid #000000 !important; border-right:1px solid #000000 !important; border-left:1px solid #000000 !important; border-image:initial !important\\\">每日最高可得</th>\\t\\t</tr>\\t</thead>\\t<tbody style=\\\"box-sizing:border-box\\\">\\t\\t<tr style=\\\"box-sizing:border-box\\\">\\t\\t\\t<td style=\\\"border:1px solid #000000 !important; padding:8px; vertical-align:top; line-height:1.42857; text-align:center; background-color:#ffffff\\\"><span style=\\\"box-sizing:border-box\\\"><span style=\\\"box-sizing:border-box\\\">500 - 200,000</span></span></td>\\t\\t\\t<td style=\\\"border:1px solid #000000 !important; padding:8px; vertical-align:top; line-height:1.42857; text-align:center; background-color:#ffffff\\\"><span style=\\\"box-sizing:border-box\\\"><span style=\\\"box-sizing:border-box\\\">0.28%</span></span></td>\\t\\t\\t<td style=\\\"border:1px solid #000000 !important; padding:8px; vertical-align:top; line-height:1.42857; text-align:center; background-color:#ffffff\\\"><span style=\\\"box-sizing:border-box\\\"><span style=\\\"box-sizing:border-box\\\">560 元</span></span></td>\\t\\t</tr>\\t\\t<tr style=\\\"box-sizing:border-box\\\">\\t\\t\\t<td style=\\\"border:1px solid #000000 !important; padding:8px; vertical-align:top; line-height:1.42857; text-align:center; background-color:#ffffff\\\"><span style=\\\"box-sizing:border-box\\\">200,001 - 600,000</span></td>\\t\\t\\t<td style=\\\"border:1px solid #000000 !important; padding:8px; vertical-align:top; line-height:1.42857; text-align:center; background-color:#ffffff\\\"><span style=\\\"box-sizing:border-box\\\">0.38%</span></td>\\t\\t\\t<td style=\\\"border:1px solid #000000 !important; padding:8px; vertical-align:top; line-height:1.42857; text-align:center; background-color:#ffffff\\\"><span style=\\\"box-sizing:border-box\\\"><span style=\\\"box-sizing:border-box\\\">2,080 元</span></span></td>\\t\\t</tr>\\t\\t<tr style=\\\"box-sizing:border-box\\\">\\t\\t\\t<td style=\\\"border:1px solid #000000 !important; padding:8px; vertical-align:top; line-height:1.42857; text-align:center; background-color:#ffffff\\\"><span style=\\\"box-sizing:border-box\\\">600,001 或以上</span></td>\\t\\t\\t<td style=\\\"border:1px solid #000000 !important; padding:8px; vertical-align:top; line-height:1.42857; text-align:center; background-color:#ffffff\\\"><span style=\\\"box-sizing:border-box\\\">0.58%</span></td>\\t\\t\\t<td style=\\\"border:1px solid #000000 !important; padding:8px; vertical-align:top; line-height:1.42857; text-align:center; background-color:#ffffff\\\"><span style=\\\"box-sizing:border-box\\\">无上限</span></td>\\t\\t</tr>\\t</tbody></table><p><font color=\\\"red\\\"><font style=\\\"box-sizing: border-box; font-family: Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;\\\">VIP专属返水</font></font></p><table class=\\\"table table-bordered text-center stacktable stacktable-lg hidden-xs hidden-sm\\\" data-toggle=\\\"stacktable\\\" height=\\\"5\\\" style=\\\"box-sizing:border-box; border-spacing:0px; border-collapse:collapse; background-color:#ffffff; text-align:center; width:auto; max-width:100%; margin-bottom:20px; border:1px solid #000000 !important; color:#000000; font-family:Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif; font-size:14px; font-style:normal; font-variant-ligatures:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:2; text-transform:none; white-space:normal; widows:2; word-spacing:0px; -webkit-text-stroke-width:0px; text-decoration-style:initial; text-decoration-color:initial\\\" width=\\\"525\\\">\\t<thead style=\\\"box-sizing:border-box\\\">\\t\\t<tr style=\\\"box-sizing:border-box\\\">\\t\\t\\t<th style=\\\"box-sizing:border-box; padding:8px; text-align:center; vertical-align:bottom; background-color:#a4a4a4; line-height:1.42857; border-top:0px; border-bottom:1px solid #000000 !important; border-right:1px solid #000000 !important; border-left:1px solid #000000 !important; border-image:initial !important\\\"><strong style=\\\"box-sizing:border-box; font-weight:700\\\">每日有效流水</strong></th>\\t\\t\\t<th style=\\\"box-sizing:border-box; padding:8px; text-align:center; vertical-align:bottom; background-color:#a4a4a4; line-height:1.42857; border-top:0px; border-bottom:1px solid #000000 !important; border-right:1px solid #000000 !important; border-left:1px solid #000000 !important; border-image:initial !important\\\">返水比例</th>\\t\\t\\t<th style=\\\"box-sizing:border-box; padding:8px; text-align:center; vertical-align:bottom; background-color:#a4a4a4; line-height:1.42857; border-top:0px; border-bottom:1px solid #000000 !important; border-right:1px solid #000000 !important; border-left:1px solid #000000 !important; border-image:initial !important\\\">每日最高可得</th>\\t\\t</tr>\\t</thead>\\t<tbody style=\\\"box-sizing:border-box\\\">\\t\\t<tr style=\\\"box-sizing:border-box\\\">\\t\\t\\t<td style=\\\"border:1px solid #000000 !important; padding:8px; vertical-align:top; line-height:1.42857; text-align:center; background-color:#ffffff\\\"><span style=\\\"box-sizing:border-box\\\"><span style=\\\"box-sizing:border-box\\\">500 - 1,000,000</span></span></td>\\t\\t\\t<td style=\\\"border:1px solid #000000 !important; padding:8px; vertical-align:top; line-height:1.42857; text-align:center; background-color:#ffffff\\\"><span style=\\\"box-sizing:border-box\\\"><span style=\\\"box-sizing:border-box\\\">0.68%</span></span></td>\\t\\t\\t<td style=\\\"border:1px solid #000000 !important; padding:8px; vertical-align:top; line-height:1.42857; text-align:center; background-color:#ffffff\\\"><span style=\\\"box-sizing:border-box\\\"><span style=\\\"box-sizing:border-box\\\">6,800 元</span></span></td>\\t\\t</tr>\\t\\t<tr style=\\\"box-sizing:border-box\\\">\\t\\t\\t<td style=\\\"border:1px solid #000000 !important; padding:8px; vertical-align:top; line-height:1.42857; text-align:center; background-color:#ffffff\\\"><span style=\\\"box-sizing:border-box\\\">1,000,000 或以上</span></td>\\t\\t\\t<td style=\\\"border:1px solid #000000 !important; padding:8px; vertical-align:top; line-height:1.42857; text-align:center; background-color:#ffffff\\\"><span style=\\\"box-sizing:border-box\\\">1.0%</span></td>\\t\\t\\t<td style=\\\"border:1px solid #000000 !important; padding:8px; vertical-align:top; line-height:1.42857; text-align:center; background-color:#ffffff\\\"><span style=\\\"box-sizing:border-box\\\"><span style=\\\"box-sizing:border-box\\\">无上限</span></span></td>\\t\\t</tr>\\t</tbody></table><p><font color=\\\"red\\\"><font style=\\\"box-sizing: border-box; font-family: Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;\\\"><font color=\\\"red\\\"><font style=\\\"box-sizing: border-box;\\\">注 ：每日返水将在次日下午 20:00 前派发。</font></font><br style=\\\"box-sizing:border-box\\\" />返水计算方式：普通会员达到 800,000 的流水。他可得的彩金是(200,000 * 0.28%) + (400,000* 0.38%) + (200,000 * 0.58%) = 3,240 元。<br style=\\\"box-sizing:border-box\\\" /><br style=\\\"box-sizing:border-box\\\" /><b class=\\\"boldText\\\" style=\\\"box-sizing:border-box; font-weight:700\\\">【活动条件】</b></font></font></p><ol style=\\\"box-sizing:border-box; margin-top:0px; margin-bottom:10px; color:#000000; font-family:Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif; font-size:14px; font-style:normal; font-variant-ligatures:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:2; text-align:start; text-transform:none; white-space:normal; widows:2; word-spacing:0px; -webkit-text-stroke-width:0px; background-color:#ffffff; text-decoration-style:initial; text-decoration-color:initial\\\">\\t<li style=\\\"box-sizing:border-box\\\">本次优惠<strong style=\\\"box-sizing:border-box; font-weight:700\\\">无需申请，</strong>相应返水将在次日，自动派发至会员相对应的账户。返水彩金提款需要 1倍流水。</li>\\t<li style=\\\"box-sizing:border-box\\\">PT 流水将分平台计算返水，不可累计. 电子游戏 (MG, TT, BS, DT, PP, SP) 流水将合并计算返水。</li>\\t<li style=\\\"box-sizing:border-box\\\">该优惠不适用于在以下游戏中的投注：所有的真人娱乐场游戏，所有的街机游戏，刮刮乐，桌面游戏，视讯扑克，捕鱼游戏。如有在以上游戏中的投注，所产生的流水不计算在内。</li></ol><p style=\\\"margin:0px 0px 10px; text-align:start; -webkit-text-stroke-width:0px\\\"><span style=\\\"font-size:14px\\\"><span style=\\\"box-sizing:border-box\\\"><span style=\\\"color:#000000\\\"><span style=\\\"font-family:Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif\\\"><span style=\\\"font-style:normal\\\"><span style=\\\"font-variant-ligatures:normal\\\"><span style=\\\"font-variant-caps:normal\\\"><span style=\\\"font-weight:400\\\"><span style=\\\"letter-spacing:normal\\\"><span style=\\\"orphans:2\\\"><span style=\\\"text-transform:none\\\"><span style=\\\"white-space:normal\\\"><span style=\\\"widows:2\\\"><span style=\\\"word-spacing:0px\\\"><span style=\\\"background-color:#ffffff\\\"><span style=\\\"text-decoration-style:initial\\\"><span style=\\\"text-decoration-color:initial\\\">【<strong style=\\\"box-sizing:border-box; font-weight:700\\\">温馨提醒</strong>】</span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></p><ol style=\\\"box-sizing:border-box; margin-top:0px; margin-bottom:10px; color:#000000; font-family:Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif; font-size:14px; font-style:normal; font-variant-ligatures:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:2; text-align:start; text-transform:none; white-space:normal; widows:2; word-spacing:0px; -webkit-text-stroke-width:0px; background-color:#ffffff; text-decoration-style:initial; text-decoration-color:initial\\\">\\t<li style=\\\"box-sizing:border-box\\\">更多小同优惠请随时咨询<a href=\\\"http://livechat.tlc808.com/\\\" style=\\\"box-sizing:border-box; color:#337ab7; text-decoration:none; text-shadow:none !important; -webkit-user-drag:none\\\"><strong style=\\\"box-sizing:border-box; font-weight:700\\\">TLC </strong><strong style=\\\"box-sizing:border-box; font-weight:700\\\">在线客服</strong></a> 或查询 <a href=\\\"http://weibo.com/88celine\\\" style=\\\"box-sizing:border-box; color:#337ab7; text-decoration:none; text-shadow:none !important; -webkit-user-drag:none\\\"><strong style=\\\"box-sizing:border-box; font-weight:700\\\">TLC </strong><strong style=\\\"box-sizing:border-box; font-weight:700\\\">新浪微博</strong></a> 公告。</li>\\t<li style=\\\"box-sizing:border-box\\\">本优惠活动同时遵守<a class=\\\"slider\\\" style=\\\"box-sizing:border-box; color:#337ab7; text-decoration:none; text-shadow:none !important; -webkit-user-drag:none\\\">同乐城优惠活动条款及规则准则</a>。</li></ol>\",\n            \"promotionId\": \"3506\",\n            \"bonusId\": \"\",\n            \"bonusMaxAmount\": \"\",\n            \"bonusMinAmount\": \"\",\n            \"bonusName\": \"\",\n            \"bonusProduct\": \"\",\n            \"dateRange\": \"10/02/2019 - 17:00 - 10/31/2020 - 17:00\"\n        },\n        {\n            \"title\": \"小同打虎尝鲜 注册大礼包\",\n            \"desc\": \"\",\n            \"image\": \"\",\n            \"category\": [\n                \"Special\",\n                \"Sports\",\n                \"Casino\",\n                \"Slot\"\n            ],\n            \"body\": \"<p>小同打虎尝鲜 注册大礼包</p><p>小同打虎尝鲜 注册大礼包</p><p>小同打虎尝鲜 注册大礼包</p><p>小同打虎尝鲜 注册大礼包</p><p>小同打虎尝鲜 注册大礼包</p>\",\n            \"promotionId\": \"57\",\n            \"bonusId\": \"\",\n            \"bonusMaxAmount\": \"\",\n            \"bonusMinAmount\": \"\",\n            \"bonusName\": \"test LD turnover\",\n            \"bonusProduct\": \"\",\n            \"dateRange\": \"04/25/2019 - 16:30 - 06/25/2021 - 16:30\"\n        },\n        {\n            \"title\": \"小同为您准备大礼 二存三存就送您 \",\n            \"desc\": \"\",\n            \"image\": \"\",\n            \"category\": [\n                \"Special\",\n                \"Lottery\",\n                \"P2P\",\n                \"Slot\",\n                \"VIP\"\n            ],\n            \"body\": \"<p>小同为您准备大礼 二存三存就送您</p><p>小同为您准备大礼 二存三存就送您</p><p>小同为您准备大礼 二存三存就送您</p><p>小同为您准备大礼 二存三存就送您</p><p>小同为您准备大礼 二存三存就送您</p><p> </p>\",\n            \"promotionId\": \"58\",\n            \"bonusId\": \"\",\n            \"bonusMaxAmount\": \"\",\n            \"bonusMinAmount\": \"\",\n            \"bonusName\": \"test slot turnover predefined xiao ming\",\n            \"bonusProduct\": \"\",\n            \"dateRange\": \"04/25/2019 - 16:30 - 04/25/2020 - 16:30\"\n        },\n        {\n            \"title\": \"小同打虎尝鲜 注册大礼包\",\n            \"desc\": \"\",\n            \"image\": \"\",\n            \"category\": [\n                \"Special\",\n                \"Sports\",\n                \"Casino\"\n            ],\n            \"body\": \"<p>小同打虎尝鲜 注册大礼包小同打虎尝鲜 注册大礼包小同打虎尝鲜 注册大礼包小同打虎尝鲜 注册大礼包小同打虎尝鲜 注册大礼包小同打虎尝鲜 注册大礼包小同打虎尝鲜 注册大礼包小同打虎尝鲜 注册大礼包小同打虎尝鲜 注册大礼包小同打虎尝鲜 注册大礼包小同打虎尝鲜 注册大礼包</p>\",\n            \"promotionId\": \"59\",\n            \"bonusId\": \"\",\n            \"bonusMaxAmount\": \"\",\n            \"bonusMinAmount\": \"\",\n            \"bonusName\": \"\",\n            \"bonusProduct\": \"\",\n            \"dateRange\": \"08/14/2019 - 14:30 - 05/14/2020 - 14:30\"\n        },\n        {\n            \"title\": \"同乐城APP全新改版 下载立享18元\",\n            \"desc\": \"\",\n            \"image\": \"\",\n            \"category\": [\n                \"Special\",\n                \"Fishing\",\n                \"Lottery\"\n            ],\n            \"body\": \"<p>全新改版</p>\",\n            \"promotionId\": \"60\",\n            \"bonusId\": \"\",\n            \"bonusMaxAmount\": \"\",\n            \"bonusMinAmount\": \"\",\n            \"bonusName\": \"\",\n            \"bonusProduct\": \"\",\n            \"dateRange\": \"05/14/2019 - 14:45 - 05/14/2020 - 14:45\"\n        },\n        {\n            \"title\": \"8shopintro\",\n            \"desc\": \"\",\n            \"image\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/5348/popup_8shop.png\",\n            \"category\": [],\n            \"body\": \"\",\n            \"promotionId\": \"3536\",\n            \"bonusId\": \"\",\n            \"bonusMaxAmount\": \"\",\n            \"bonusMinAmount\": \"\",\n            \"bonusName\": \"8shopintro\",\n            \"bonusProduct\": \"\",\n            \"dateRange\": \"04/03/2019 - 08:00 - 01/01/2020 - 07:59\"\n        },\n        {\n            \"title\": \"Promo001\",\n            \"desc\": \"Description App\",\n            \"image\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-08/Copy_Button.png\",\n            \"category\": [\n                \"Special\",\n                \"Sports\",\n                \"Casino\",\n                \"ESports\",\n                \"Fishing\",\n                \"Lottery\",\n                \"P2P\",\n                \"Slot\",\n                \"VIP\"\n            ],\n            \"body\": \"<p>Promo001 Body App</p>\",\n            \"promotionId\": \"2137\",\n            \"bonusId\": \"\",\n            \"bonusMaxAmount\": \"\",\n            \"bonusMinAmount\": \"\",\n            \"bonusName\": \"\",\n            \"bonusProduct\": \"\",\n            \"dateRange\": \"08/01/2019 - 16:45 - 08/13/2020 - 16:45\"\n        },\n        {\n            \"title\": \"title front\",\n            \"desc\": \"\",\n            \"image\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09/%E4%B8%8B%E8%BC%89_5.jpg\",\n            \"category\": [\n                \"Sports\"\n            ],\n            \"body\": \"<p>app app app</p>\",\n            \"promotionId\": \"2213\",\n            \"bonusId\": \"\",\n            \"bonusMaxAmount\": \"\",\n            \"bonusMinAmount\": \"\",\n            \"bonusName\": \"\",\n            \"bonusProduct\": \"\",\n            \"dateRange\": \"09/04/2019 - 11:30 - 09/04/2020 - 11:30\"\n        }\n    ]\n}"},{"id":"c930d4fa-16fa-4bde-adef-6e0627ec7df6","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"{{url}}/api/Promotion?id=53","host":["{{url}}"],"path":["api","Promotion"],"query":[{"key":"id","value":"53"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.5"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Tue, 13 Aug 2019 03:19:59 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_action_type config:field.storage.node.field_application_button_type config:field.storage.node.field_body_app config:field.storage.node.field_category config:field.storage.node.field_cms_image config:field.storage.node.field_desc_app config:field.storage.node.field_eligible config:field.storage.node.field_folder config:field.storage.node.field_info config:field.storage.node.field_modal_banner config:field.storage.node.field_platform config:field.storage.node.field_promo_id config:views.view.tlc_promotion_content_api extensions http_response node:53 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.node_grants:view user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"[Manual] Casino Lorem ipsum dolor sit amet.\",\n    \"info\": \"\",\n    \"desc\": \"\",\n    \"folder\": \"\",\n    \"cmsImageUrl\": \"\",\n    \"modalBanner\": \"\",\n    \"category\": [\n        \"Special\",\n        \"Sports\",\n        \"Casino\"\n    ],\n    \"status\": \"\",\n    \"applicationButtonType\": \"\",\n    \"type\": \"\",\n    \"action\": {\n        \"id\": 0,\n        \"actionType\": \"\",\n        \"bonus\": {\n            \"bonusId\": 0,\n            \"product\": \"bonus\",\n            \"minAmount\": 122.34343,\n            \"maxAmount\": 122.34343\n        },\n        \"pageType\": {\n            \"page\": \"bonus\",\n            \"walletCode\": \"BONUS\",\n            \"walletName\": \"BONUS\"\n        }\n    },\n    \"afterAction\": {\n        \"url\": \"\"\n    },\n    \"thumbnail\": \"\",\n    \"applicationNative\": \"0\",\n    \"htmlNative\": \"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Unde eum corporis ab, reprehenderit quis nisi neque inventore qui asperiores tempore? Sed doloribus recusandae ut mollitia suscipit fuga maiores numquam, iure, blanditiis quibusdam soluta illum dolor sapiente optio quasi! Repellat tenetur velit, qui optio vero alias cum itaque maxime deleniti, repellendus ad quo sint dolor corporis quis. Obcaecati necessitatibus nulla asperiores dicta dolorem inventore recusandae pariatur molestiae perspiciatis tempora ipsa ipsum quasi ad aliquid consequatur, magni excepturi! Sequi voluptate officiis mollitia accusamus, quibusdam, doloribus a. Ex pariatur quo sequi maiores vitae deserunt repellendus omnis fugit praesentium explicabo tempora, distinctio officia asperiores est quod repudiandae sed esse voluptatum commodi nisi perferendis placeat quas, labore, nihil. Impedit quam dicta sit. Quaerat odio neque architecto atque corporis nobis dolorum necessitatibus temporibus, quia sint totam, culpa laudantium repellendus labore expedita voluptatum, debitis ipsum accusantium enim recusandae laboriosam nulla. Nihil quo deserunt molestias, atque repudiandae temporibus porro sunt rerum laborum, aperiam similique distinctio est ab culpa saepe quaerat placeat necessitatibus qui incidunt sed iure. Labore libero eum nobis atque animi sunt illo nam repellat, natus quibusdam, incidunt sed perspiciatis dicta doloremque recusandae consequatur voluptas fugit numquam quod a quisquam molestiae. Quos quo error perferendis, reiciendis doloribus.</p>\",\n    \"promoId\": \"\"\n}"}],"_postman_id":"28888c2c-11da-4838-a697-1240a1cc94ca"},{"name":"Get Sponsorship Teams","event":[{"listen":"test","script":{"id":"deef5eb5-1dd8-4375-82a6-b00239374d4e","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var schema = {","    \"type\": \"array\",","    \"items\": [{","        \"type\": \"object\",","        \"required\": [\"id\",\"title\",\"date\",\"dateInfo\",\"content\",\"bannerImageUrl\",\"otherImagesUrl\",\"iconImagesUrl\",\"category\",\"queryParams\"],","        \"properties\": {","            \"id\": {\"type\": \"string\"},","            \"title\": {\"type\": \"string\"},","            \"date\": {\"type\": \"string\"},","            \"dateInfo\": {\"type\": \"string\"},","            \"content\": {\"type\": \"string\"},","            \"bannerImageUrl\": {\"type\": \"string\"},","            \"otherImagesUrl\": {","                \"type\": \"array\",","                \"items\": [","                    {\"type\": \"string\"},","                    {\"type\": \"string\"},","                    {\"type\": \"string\"}","                ]","            },","            \"iconImagesUrl\": {","                \"type\": \"array\",","                \"items\": [","                    {\"type\": \"string\"},","                    {\"type\": \"string\"}","                ]","            },","            \"category\": {\"type\": \"string\"},","            \"queryParams\": {","                \"type\": \"object\",","                \"required\": [\"platform\"],","                \"properties\": {","                    \"platform\": {\"type\": \"string\"}","                }","            }","        }","    }]","};","","pm.test(\"Valid data and object check\", function(){","   pm.expect(jsonData).to.be.not.empty;","   pm.response.to.have.jsonSchema(schema);","})","","try {","    var keysToCheck = schema[\"items\"][0][\"required\"];","    var keysToSkip = ['otherImagesUrl', 'iconImagesUrl'];","","    jsonData.forEach(function(obj){","        pm.test('Check all keys', function(){","            pm.expect(obj).to.have.all.keys(keysToCheck);","        });","        ","        keysToCheck.forEach(function(key){","            if(keysToSkip.indexOf(key) == -1){","                pm.test(`Check key not empty - ${key}`, function(){","                    pm.expect(obj[key]).to.be.not.empty;","                });","            }","        });","","","        pm.sendRequest(obj.bannerImageUrl, function (err, res){","            if (err) { console.log(err); }","            pm.test(obj.bannerImageUrl  + ' image is ok', function(){","                pm.expect(err).to.equal(null);","                pm.expect(res).to.have.property('code', 200);","                pm.expect(res).to.have.property('status', 'OK');","                var sizeOK = res.responseSize > 50 ? true : false;","                pm.expect(sizeOK).to.be.true;","            })","        })","","","        obj.otherImagesUrl.forEach(function(img){","            pm.sendRequest(img, function (err, res){","                if (err) { console.log(err); }","                pm.test(img  + ' image is ok', function(){","                pm.expect(err).to.equal(null);","                pm.expect(res).to.have.property('code', 200);","                pm.expect(res).to.have.property('status', 'OK');","                var sizeOK = res.responseSize > 50 ? true : false;","                pm.expect(sizeOK).to.be.true;","                })","            })","        })","","        obj.iconImagesUrl.forEach(function(img){","            pm.sendRequest(img, function (err, res){","                if (err) { console.log(err); }","                pm.test(img  + ' image is ok', function(){","                    pm.expect(err).to.equal(null);","                    pm.expect(res).to.have.property('code', 200);","                    pm.expect(res).to.have.property('status', 'OK');","                    var sizeOK = res.responseSize > 50 ? true : false;","                    pm.expect(sizeOK).to.be.true;","                })","            })","        })","    });","} catch (e) {","    console.log(e);","}","",""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"a49f6249-4390-43b8-92a6-3d15abaa62bf","exec":[""],"type":"text/javascript"}}],"id":"402e0503-14df-4d16-8d65-fea893e9e9f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/{{lang}}/api/web/sponsorship/teams/{{sponsorship_category_id}}","description":"<p>to get all sponsor teams : </p>\n<ul>\n<li><strong>[base_path]</strong>/<strong>[lang]</strong>/api/web/sponsorship/teams/all</li>\n</ul>\n<p>to get sponsor teams by category : </p>\n<ul>\n<li><strong>[base_path}</strong>/<strong>[lang]</strong>/api/web/sponsorship/teams/<strong>[sponsorship_category_id]</strong></li>\n</ul>\n<p>to get sponsor teams by team id, put a query parameter <strong>?id=[team_id]</strong></p>\n<ul>\n<li><strong>[base_path]</strong>/<strong>[lang]</strong>/api/web/sponsorship/teams?id=[team_id]</li>\n</ul>\n<p>response:</p>\n<ul>\n<li>id            : team ID that can be used to get team detail in Team Detail api</li>\n<li>title         : title of the sponsor team</li>\n<li>date          : timeline date of the team (yyyy-mm-dd)</li>\n<li>dateInfo      : timeline info</li>\n<li>content       : details / content / description of the sponsor</li>\n<li>bannerImageUrl: banner of the team, formed in fullpath of an image</li>\n<li>otherImageUrl : other banners (banner can be more than 1 if necessary)</li>\n<li>iconImageUrl  : icon of the sponsorship team</li>\n<li>category      : sponsorship category</li>\n</ul>\n<p>example:</p>\n<ul>\n<li>no filter : <em><a href=\"https://hkstcmsppsb.fubnb.com/zh-hans/api/web/sponsorship/teams/all\">https://hkstcmsppsb.fubnb.com/zh-hans/api/web/sponsorship/teams/all</a></em></li>\n<li>filter by category : <em><a href=\"https://hkstcmsppsb.fubnb.com/zh-hans/api/web/sponsorship/teams/123\">https://hkstcmsppsb.fubnb.com/zh-hans/api/web/sponsorship/teams/123</a></em></li>\n<li>filter by team id : <em><a href=\"https://hkstcmsppsb.fubnb.com/zh-hans/api/web/sponsorship/teams?id=4018\">https://hkstcmsppsb.fubnb.com/zh-hans/api/web/sponsorship/teams?id=4018</a></em></li>\n</ul>\n","urlObject":{"path":["{{lang}}","api","web","sponsorship","teams","{{sponsorship_category_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2a33be48-eefd-4355-8d1e-43514f961423","name":"Get All Sponsorship Teams","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/{{lang}}/api/sponsorship/teams"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.6"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_icon config:field.storage.node.field_image_app config:field.storage.node.field_info config:field.storage.node.field_timeline config:views.view.tlc_sponsorship_teams extensions http_response node:3302 node:3303 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.node_grants:view user.permissions user.roles"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Fri, 22 Nov 2019 06:35:17 GMT"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"3302\",\n        \"title\": \"西印度群岛板球队\",\n        \"iconImageUrl\": \"http://3.18.203.248/sites/default/files/2019-11/other06S%403x.png\",\n        \"date\": \"2018-07-01\",\n        \"dateInfo\": \"西印度群岛板球队\",\n        \"bannerImageUrl\": \"\"\n    },\n    {\n        \"id\": \"3303\",\n        \"title\": \"BIG 柏林国际电竞\",\n        \"iconImageUrl\": \"http://3.18.203.248/sites/default/files/2019-11/big.png\",\n        \"date\": \"2019-01-01\",\n        \"dateInfo\": \"BIG 柏林国际电竞\",\n        \"bannerImageUrl\": \"\"\n    }\n]"},{"id":"4fc1dbcd-ac05-4835-b822-59cc9883f96c","name":"Get Sponsorship Team by Team Id","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"{{url}}/{{lang}}/api/sponsorship/teams?id=4018","host":["{{url}}"],"path":["{{lang}}","api","sponsorship","teams"],"query":[{"key":"id","value":"4018"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.12"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Thu, 16 Jan 2020 09:59:08 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_banner_app config:field.storage.node.field_body_app config:field.storage.node.field_info config:field.storage.node.field_multiple_images_app config:field.storage.node.field_timeline config:views.view.tlc_sponsorship_teams_api extensions http_response node:4018 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.node_grants:view user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"4018\",\n        \"title\": \"西印度群岛板球队\",\n        \"date\": \"2018-07-01\",\n        \"dateInfo\": \"西印度群岛板球队\",\n        \"content\": \"<p>Betway必威是西印度群岛板球队(Cricket West Indies)的官方投注合作伙伴。我们对板球的热忱投资有助于提升Betway必威的诚信度，并有助于我们的客户更接近他们喜爱的游戏。点击<strong><a href=\\\"https://www.windiescricket.com/\\\">这里</a></strong>参观西印度群岛板球队。</p>\",\n        \"bannerImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-11/other06B%403x.png\",\n        \"otherImageUrl\": [\n            \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-11/a.png\",\n            \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-11/b.png\",\n            \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-11/c_0.png\"\n        ]\n    }\n]"},{"id":"9d897796-ac32-4af0-af5b-f8a02ce13cb8","name":"Get Sponsorship Teams by Sponsorship Category Id","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/{{lang}}/api/sponsorship/teams/{{sponsorship_category_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.6"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_icon config:field.storage.node.field_image_app config:field.storage.node.field_info config:field.storage.node.field_timeline config:views.view.tlc_sponsorship_teams extensions http_response node:3303 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.node_grants:view user.permissions user.roles"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Fri, 22 Nov 2019 06:35:37 GMT"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"4018\",\n        \"title\": \"西印度群岛板球队\",\n        \"iconImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-11/other06S%403x.png\",\n        \"date\": \"2018-07-01\",\n        \"dateInfo\": \"西印度群岛板球队\",\n        \"bannerImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-11/other06B%403x.png\"\n    }\n]"}],"_postman_id":"402e0503-14df-4d16-8d65-fea893e9e9f2"},{"name":"Get About Us Menu","event":[{"listen":"test","script":{"id":"cbe2a8cd-a0ad-4b6b-afd7-28d16113e2f4","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var schema = {","    \"type\": \"array\",","    \"items\": [{","        \"type\": \"object\",","        \"required\": [\"id\",\"title\",\"menus\"],","        \"properties\": {","            \"id\": {\"type\": \"string\"},","            \"title\": {\"type\": \"string\"},","            \"menus\": {","                \"type\": \"array\",","                \"items\": [{","                    \"type\": \"object\",","                    \"required\": [\"id\",\"title\"],","                    \"properties\": {","                        \"id\": {\"type\": \"string\"},","                        \"title\": {\"type\": \"string\"}","                    }","                }]","            }","        }","    }]","};","","pm.test(\"Valid data and object check\", function(){","    pm.expect(jsonData).to.be.not.empty;","    pm.response.to.have.jsonSchema(schema);","})","","try {","    var keysToCheck = schema[\"items\"][0][\"required\"];","    var menuKeys = ['title','id'];","    jsonData.forEach(function(obj){","        pm.test('Check all keys', function(){","            pm.expect(obj).to.have.any.keys(keysToCheck);","        });","","        keysToCheck.forEach(function(key){","            pm.test(`Check key not empty - ${key}`, function(){","                pm.expect(obj[key]).to.be.not.empty;","            }); ","        })","","        if( obj.menus.length > 0 ){","            obj.menus.forEach(function(menu){","                pm.test('Check menu keys', function(){","                    pm.expect(obj.menus[0]).to.have.any.keys(menuKeys);","                });","                ","                menuKeys.forEach(function(key){","                    pm.test(`Check key not empty - ${key}`, function(){","                        pm.expect(menu[key]).to.be.not.empty;","                    });","                })","            })","        }","    })","} catch (e) {","    console.log(e);","}",""],"type":"text/javascript"}}],"id":"0728a731-9188-4fa0-9a68-abb49b1971ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"{{url}}/{{lang}}/api/web/about","description":"<ul>\n<li>This API is used to get About Us Menu which contains:<ul>\n<li>id (About Us Category ID)</li>\n<li>title (About Us Title)</li>\n<li>menus<ul>\n<li>id : About us content's id</li>\n<li>title : About us content's title</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<ul>\n<li><p>Put the token provided into the header section</p>\n</li>\n<li><p>The structure of this api is:</p>\n<ul>\n<li><strong>[base_path]/[language]/api/web/about</strong></li>\n</ul>\n</li>\n<li><p>The language code :</p>\n<ul>\n<li>Chinese : zh-hans</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{lang}}","api","web","about"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ef3431dd-eef0-4b8b-bf49-71bbe2a81a33","name":"Get About Us Menu","originalRequest":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"{{url}}/{{lang}}/api/web/about"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Cookie"},{"key":"X-Powered-By","value":"PHP/7.3.12"},{"key":"Cache-Control","value":"max-age=3600, public"},{"key":"Date","value":"Wed, 08 Apr 2020 06:45:22 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_menu config:views.view.tlc_static_content_api extensions http_response node:5609 node:5625 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme user"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Last-Modified","value":"Wed, 08 Apr 2020 06:45:22 GMT"},{"key":"ETag","value":"W/\"1586328322\""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,token,Culture,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,X-Api-ID,X-Service-RateLimit,X-UsagePlan-RateLimit,X-UsagePlan-Quota,Cache-Control,Connection,Content-Disposition,Date,Keep-Alive,Pragma,Via,Accept,Accept-Charset,Accept-Encoding,Accept-Language,Authorization,Cookie,Expect,From,Host,If-Match,If-Modified-Since,If-None-Match,If-Range,If-Unmodified-Since,Range,Origin,Referer,User-Agent,X-Forwarded-For,X-Forwarded-Host,X-Forwarded-Proto,Accept-Range,Age,Content-Range,Content-Security-Policy,ETag,Expires,Last-Modified,Location,Server,Set-Cookie,Trailer,Transfer-Encoding,Vary,Allow,Content-Encoding,Content-Language,Content-Length,Content-Location,Content-Type"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"299\",\n        \"title\": \"同乐城简介\",\n        \"menus\": [\n            {\n                \"id\": \"5609\",\n                \"title\": \"关于我们\"\n            }\n        ]\n    },\n    {\n        \"id\": \"301\",\n        \"title\": \"VIP 制度\",\n        \"menus\": [\n            {\n                \"id\": \"5625\",\n                \"title\": \"同乐城口号\"\n            }\n        ]\n    }\n]"}],"_postman_id":"0728a731-9188-4fa0-9a68-abb49b1971ea"},{"name":"Get About Us Content","event":[{"listen":"test","script":{"id":"96ac4b49-7e7b-4e9b-9242-8f51d14481ee","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var schema = {","    \"type\": \"object\",","    \"required\": [\"title\",\"id\",\"queryParams\",\"body\"],","    \"properties\": {","        \"title\": {\"type\": \"string\"},","        \"id\": {\"type\": \"string\"},","        \"queryParams\": {","            \"type\": \"object\",","            \"required\": [\"platform\"],","            \"properties\": {","                \"platform\": {\"type\": \"string\"}","            }","        },","        \"body\": {\"type\": \"object\"}","    }","};","","pm.test(\"Valid data and object check\", function(){","   pm.expect(jsonData).to.be.not.empty;","   pm.expect(tv4.validate(jsonData, schema)).to.be.true;","})","","var keysToCheck = schema[\"required\"];","// var bodyKeys = {","// 8934 : ['about_us' , 'partners' , 'licenses'],","// 8935 : ['slogan'],","// 8936 : ['activity', 'cross_year_party', 'southhampton', 'marathon', 'siburan', 'sunderan'],","// 8937 : ['guarantee'],","// 8938 : ['about_coin', 'coin_accumulate', 'shop_change_rule', 'coin_expiration','coin_rule'],","// 8939 : ['member_benefit', 'VIP_special','VIP_application','VIP_keep', 'VIP_rule'],","// 8940 : ['contact_us','e_mail','customer_care','media']","// };","// var currentBodyKeys = bodyKeys[pm.environment.get('about_id')];","// pm.expect(jsonData.body).to.have.all.keys(currentBodyKeys);","","pm.test('Check all keys', function(){","    pm.expect(jsonData).to.have.all.keys(keysToCheck);","});","","try {","    keysToCheck.forEach(function(key){","        pm.test(`Check key not empty - ${key}`, function(){","            pm.expect(jsonData[key]).to.be.not.empty;","        }); ","    })","} catch (e) {","    console.log(e);","}","","// currentBodyKeys.forEach(function(key){","// pm.expect(jsonData.body[key]).to.be.not.empty;","// })","","// var currentAboutId = parseInt(pm.environment.get('about_id'));","// currentAboutId = currentAboutId + 1;","// if(currentAboutId > 8940){","//   pm.environment.unset('about_id');","//   pm.environment.set('about_id', null);","// }else{","//   pm.environment.set('about_id', currentAboutId);","//   postman.setNextRequest('Get About Us Content');","// }",""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"be205b5a-3c9b-4fc2-987a-91e717b4fc73","exec":["// var currentAboutId = pm.environment.get('about_id');","// if(!currentAboutId){","//     pm.environment.set('about_id',\"8934\");","// }"],"type":"text/javascript"}}],"id":"c94c23b5-5e09-4a93-a70c-564e77eaab08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"{{url}}/{{lang}}/api/web/about/detail/{{about_id}}","description":"<ul>\n<li>This API is used to get content pages which contains:<ul>\n<li>title (About Us Content Title)</li>\n<li>id (About Us Content ID)</li>\n<li>paragraph<ul>\n<li>subtitle ( Title of paragraph ) :  body ( HTML Body of paragraph )</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<ul>\n<li><p>Put the token provided into the header section</p>\n</li>\n<li><p>The structure of this api is:</p>\n<ul>\n<li><strong>[base_path]/[language]/api/web/about/detail/[contentPage_id]</strong></li>\n</ul>\n</li>\n<li><p>For getting all the content page list:</p>\n<ul>\n<li><strong>[base_path]/[language]/api/web/about/detail/all</strong></li>\n</ul>\n</li>\n<li><p>The language code :</p>\n<ul>\n<li>Chinese : zh-hans</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{lang}}","api","web","about","detail","{{about_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c94c23b5-5e09-4a93-a70c-564e77eaab08"},{"name":"Get Static Page Detail","event":[{"listen":"test","script":{"id":"6c2906a0-a7c7-4a28-9a59-1fd8311c571e","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var schema = {","    \"type\": \"array\",","    \"items\": [{","        \"type\": \"object\",","        \"required\": [\"id\",\"title\",\"body\",\"desc\",\"content_link\",\"queryParams\"],","        \"properties\": {","            \"id\": {\"type\": \"string\"},","            \"title\": {\"type\": \"string\"},","            \"body\": {\"type\": \"string\"},","            \"desc\": {\"type\": \"string\"},","            \"content_link\": {\"type\": \"string\"},","            \"queryParams\": {","                \"type\": \"object\",","                \"required\": [\"platform\"],","                \"properties\": {","                    \"platform\": {\"type\": \"string\"}","                }","            }","        }","    }]","};","","pm.test(\"Valid data and object check\", function(){","   pm.expect(jsonData).to.be.not.empty;","   pm.response.to.have.jsonSchema(schema);","})","","try {","    jsonData.forEach(function(obj){","        pm.test(`Check element should have all key - id:${obj.id}`, function(){","            pm.expect(obj).to.have.all.keys(schema[\"items\"][0][\"required\"]);","        }); ","","        // Object.keys(obj).forEach(function(key) {","        //     pm.test(`Check element keys should not empty - ${key}`, function(){","        //         pm.expect(obj[key]).to.be.not.empty;","        //     });","        // });","    })","} catch (e) {","    console.log(e);","}","",""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"e8c97fef-fade-4b86-9109-255165f3aaef","exec":[""],"type":"text/javascript"}}],"id":"861b92d0-b003-42db-b5e1-62e1c2d99f2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"{{url}}/{{lang}}/api/web/static/page/{{static_id}}","description":"<ul>\n<li>This API is used to get specified static which contains:<ul>\n<li>id (Static ID)</li>\n<li>title (Static Title)</li>\n<li>body (HTML Body of Static)</li>\n<li>desc (Faq Description)</li>\n<li>content_link (Faq URL)</li>\n</ul>\n</li>\n</ul>\n<ul>\n<li>Put the token provided into the header section</li>\n<li>The structure of this api is:<ul>\n<li><strong>[base_path]/[language]/api/web/static/page/[static_id]</strong></li>\n</ul>\n</li>\n<li>The language code :<ul>\n<li>Chinese : zh-hans</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{lang}}","api","web","static","page","{{static_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1c3b5e94-fdac-4b4d-a40c-3c4480cbf0d0","name":"Get Static Page Detail","originalRequest":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"{{url}}/{{lang}}/api/web/static/page/{{static_id}}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"861b92d0-b003-42db-b5e1-62e1c2d99f2c"},{"name":"Get WebsiteBanners","id":"b9dad160-3f52-402f-87f2-d3b662ce69cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/{{lang}}/api/v1/web/webbanners?login={{login_status}}","urlObject":{"path":["{{lang}}","api","v1","web","webbanners"],"host":["{{url}}"],"query":[{"key":"login","value":"{{login_status}}"}],"variable":[]}},"response":[],"_postman_id":"b9dad160-3f52-402f-87f2-d3b662ce69cc"},{"name":"Get Banner Copy","event":[{"listen":"test","script":{"id":"5cc431b5-687d-45a0-a68c-6fe7440e0d12","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var schema = {","   \"type\": \"array\",","   \"items\": [{","        \"type\": \"object\",","        \"required\": [","            \"title\",","            \"body\",","            \"category\",","            \"cmsImageUrl\",","            \"action\"","        ],","        \"properties\": {","            \"title\": { \"type\": \"string\" },","            \"body\": { \"type\": \"string\" },","            \"category\": { \"type\": \"string\" },","            \"cmsImageUrl\": { \"type\": \"string\" },","            \"action\": {","                \"type\": \"object\",","                \"required\": [","                    \"actionId\",","                    \"actionName\",","                ],","                \"properties\": {","                    \"actionId\": { \"type\": \"integer\" },","                    \"actionName\": { \"type\": \"string\" },","                    \"ID\": { \"type\": \"string\" },","                    \"languageCode\": { \"type\": \"string\" },","                    \"sportId\": { \"type\": \"string\" },","                    \"eventId\": { \"type\": \"string\" },","                    \"gameId\": { \"type\": \"integer\" },","                    \"productCode\": { \"type\": \"string\" },","                    \"providerId\": { \"type\": \"string\" },","                    \"providerCode\": { \"type\": \"string\" },","                    \"providerGameId\": { \"type\": \"string\" },","                    \"providerTitle\": { \"type\": \"string\" },","                    \"providerSubtitle\": { \"type\": \"string\" },","                }","            }","        }","    }]","};","","pm.test(\"Valid data and object check\", function(){","   pm.expect(jsonData).to.be.not.empty;","   pm.response.to.have.jsonSchema(schema);","})","","try {","    jsonData.forEach(function(obj){","        pm.sendRequest(obj.cmsImageUrl, function (err, res) {","            if (err) { console.log(err); }","            pm.test(`Image URL: ${obj.cmsImageUrl}`, function(){","                pm.expect(err).to.equal(null);","                pm.expect(res).to.have.property('code', 200);","                var sizeOK = res.responseSize > 50 ? true : false;","                pm.expect(sizeOK).to.be.true;","            });","        });","    });","} catch (e) {","    console.log(e);","}"],"type":"text/javascript"}}],"id":"8d422557-94ec-49de-8208-d6a21372ede5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"{{url}}/{{lang}}/api/web/Banners?login={{login_status}}","description":"<ul>\n<li>Response:<ul>\n<li>title (Banner Title)</li>\n<li>body (Banner Body)</li>\n<li>category (Banner Category)</li>\n<li>cmsImageUrl (Full path of the banner image location)</li>\n<li>action<ul>\n<li>actionId (ID of the action listed on the tlc documentation)</li>\n<li>actionName (Name of the action listed on the tlc documentation)</li>\n</ul>\n<ul>\n<li><em>some details based on the action such as :</em></li>\n</ul>\n<ul>\n<li>ID<ul>\n<li>e.g. if the actionName = \"Promotion\", \"Sponsorship\"</li>\n</ul>\n</li>\n<li>URL<ul>\n<li>e.g. if the actionName = \"Link to\"</li>\n</ul>\n</li>\n</ul>\n<ul>\n<li>Game Details for actionName = \"Launch Game\" such as :<ul>\n<li>\"launchMode\": \"game_id\" (available value :  game_id, lobby, web_view)</li>\n<li>\"gameCatCode\": \"P2P\",</li>\n<li>\"providerId\": \"287\",</li>\n<li>\"providerCode\": \"BLE\",</li>\n<li>\"gameId\": \"312\"</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<ul>\n<li>put the token provided into the headers</li>\n<li>There is a parameter that can be used as the filter URL?login=[[login_status]] and the [[login_status]] can be filled by:<ul>\n<li><strong>before</strong> for before login</li>\n<li><strong>after</strong> for after login</li>\n</ul>\n</li>\n<li>The structure of this api is:<ul>\n<li><strong>[base_path]/[language]/api/web/Banners?login=[login_status]</strong></li>\n</ul>\n</li>\n<li>The language code :<ul>\n<li>Chinese : zh-hans</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{lang}}","api","web","Banners"],"host":["{{url}}"],"query":[{"key":"login","value":"{{login_status}}"}],"variable":[]}},"response":[{"id":"0b3a443c-556f-4f22-8e00-3c218f4dcc61","name":"Get Banner","originalRequest":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":{"raw":"{{url}}/{{lang}}/api/app/Banners?login={{login_status}}","host":["{{url}}"],"path":["{{lang}}","api","app","Banners"],"query":[{"key":"login","value":"{{login_status}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.12"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Fri, 27 Mar 2020 08:00:32 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_action_app config:field.storage.node.field_autocomplete_category config:field.storage.node.field_body_app config:field.storage.node.field_image_app config:field.storage.node.field_link_app config:views.view.tlc_banner_api extensions http_response node:1093 node:2199 node:2200 node:3565 node:3609 node:3610 node:3611 node:3973 node:3974 node:4032 node:85 node:92 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.node_grants:view user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,token,Culture,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,X-Api-ID,X-Service-RateLimit,X-UsagePlan-RateLimit,X-UsagePlan-Quota,Cache-Control,Connection,Content-Disposition,Date,Keep-Alive,Pragma,Via,Accept,Accept-Charset,Accept-Encoding,Accept-Language,Authorization,Cookie,Expect,From,Host,If-Match,If-Modified-Since,If-None-Match,If-Range,If-Unmodified-Since,Range,Origin,Referer,User-Agent,X-Forwarded-For,X-Forwarded-Host,X-Forwarded-Proto,Accept-Range,Age,Content-Range,Content-Security-Policy,ETag,Expires,Last-Modified,Location,Server,Set-Cookie,Trailer,Transfer-Encoding,Vary,Allow,Content-Encoding,Content-Language,Content-Length,Content-Location,Content-Type"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"title\": \"Banner123\",\n        \"body\": \"Banner\",\n        \"category\": \"home\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-12/Screen%20Shot%202019-12-23%20at%203.47.09%20PM_0.png\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    },\n    {\n        \"title\": \"FIBA支持中国队\",\n        \"body\": \"\",\n        \"category\": \"sponsor\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/banner/5915/supportweb.jpg\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    },\n    {\n        \"title\": \"8号店周末存款\",\n        \"body\": \"\",\n        \"category\": \"sponsor\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/banner/5993/weekendhome%281%29.jpg\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    },\n    {\n        \"title\": \"九月 首存\",\n        \"body\": \"\",\n        \"category\": \"Home_Promotion\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/banner/5998/newmemberhome.jpg\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    },\n    {\n        \"title\": \"九月 推荐好友\",\n        \"body\": \"\",\n        \"category\": \"sponsor\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/banner/6031/referfriendhome%281%29.jpg\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    },\n    {\n        \"title\": \"英雄联盟全球总决赛\",\n        \"body\": \"\",\n        \"category\": \"promotion\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/banner/6108/lolhome%281%29_0.jpg\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    },\n    {\n        \"title\": \"二存三存（十月）\",\n        \"body\": \"\",\n        \"category\": \"sponsor\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/banner/6109/deposithome%283%29_0.jpg\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    },\n    {\n        \"title\": \"banner fish ag\",\n        \"body\": \"Test for Banner Body\",\n        \"category\": \"Home_Promotion\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-07/42.png\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    },\n    {\n        \"title\": \"D日本職棒\",\n        \"body\": \"\",\n        \"category\": \"home\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-08/NPB-Online-Logo_6.jpg\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\",\n            \"url\": \"http://npb.jp/\"\n        }\n    },\n    {\n        \"title\": \"D世界棒球12強\",\n        \"body\": \"\",\n        \"category\": \"home\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-08/WBSCP12_Light_Background_big_1.png\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\",\n            \"url\": \"https://premier12.wbsc.org/en/2019\"\n        }\n    },\n    {\n        \"title\": \"测试中文字体2\",\n        \"body\": \"测试中文字体2\",\n        \"category\": \"abc123\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-07/betwaythb_0.png\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    },\n    {\n        \"title\": \"HomeNavicon1\",\n        \"body\": \"HomeNavicon1\",\n        \"category\": \"Navicon\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-07/143.png\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    }\n]"}],"_postman_id":"8d422557-94ec-49de-8208-d6a21372ede5"}],"id":"43ff166e-042e-47b6-9d93-4a2233254a87","_postman_id":"43ff166e-042e-47b6-9d93-4a2233254a87","description":""},{"name":"App Platform","item":[{"name":"Get Banner","event":[{"listen":"test","script":{"id":"6eab0b36-a6f1-43c9-9e04-20b79a4201e6","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var schema = {","   \"type\": \"array\",","   \"items\": [{","        \"type\": \"object\",","        \"required\": [","            \"title\",","            \"body\",","            \"category\",","            \"cmsImageUrl\",","            \"action\"","        ],","        \"properties\": {","            \"title\": { \"type\": \"string\" },","            \"body\": { \"type\": \"string\" },","            \"category\": { \"type\": \"string\" },","            \"cmsImageUrl\": { \"type\": \"string\" },","            \"action\": {","                \"type\": \"object\",","                \"required\": [","                    \"actionId\",","                    \"actionName\",","                ],","                \"properties\": {","                    \"actionId\": { \"type\": \"integer\" },","                    \"actionName\": { \"type\": \"string\" },","                    \"ID\": { \"type\": \"string\" },","                    \"languageCode\": { \"type\": \"string\" },","                    \"sportId\": { \"type\": \"string\" },","                    \"eventId\": { \"type\": \"string\" },","                    \"gameId\": { \"type\": \"integer\" },","                    \"productCode\": { \"type\": \"string\" },","                    \"providerId\": { \"type\": \"string\" },","                    \"providerCode\": { \"type\": \"string\" },","                    \"providerGameId\": { \"type\": \"string\" },","                    \"providerTitle\": { \"type\": \"string\" },","                    \"providerSubtitle\": { \"type\": \"string\" },","                }","            }","        }","    }]","};","","pm.test(\"Valid data and object check\", function(){","   pm.expect(jsonData).to.be.not.empty;","   pm.response.to.have.jsonSchema(schema);","})","","try {","    jsonData.forEach(function(obj){","        pm.sendRequest(obj.cmsImageUrl, function (err, res) {","            if (err) { console.log(err); }","            pm.test(`Image URL: ${obj.cmsImageUrl}`, function(){","                pm.expect(err).to.equal(null);","                pm.expect(res).to.have.property('code', 200);","                var sizeOK = res.responseSize > 50 ? true : false;","                pm.expect(sizeOK).to.be.true;","            });","        });","    });","} catch (e) {","    console.log(e);","}"],"type":"text/javascript"}}],"id":"2ce202d5-ffd8-4d83-83ed-138c3f425e4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"{{url}}/{{lang}}/api/app/Banners?login={{login_status}}","description":"<ul>\n<li>Response:<ul>\n<li>title (Banner Title)</li>\n<li>body (Banner Body)</li>\n<li>category (Banner Category)</li>\n<li>cmsImageUrl (Full path of the banner image location)</li>\n<li>action<ul>\n<li>actionId (ID of the action listed on the tlc documentation)</li>\n<li>actionName (Name of the action listed on the tlc documentation)</li>\n</ul>\n<ul>\n<li><em>some details based on the action such as :</em></li>\n</ul>\n<ul>\n<li>ID<ul>\n<li>e.g. if the actionName = \"Promotion\", \"Sponsorship\"</li>\n</ul>\n</li>\n<li>URL<ul>\n<li>e.g. if the actionName = \"Link to\"</li>\n</ul>\n</li>\n</ul>\n<ul>\n<li>Game Details for actionName = \"Launch Game\" such as :<ul>\n<li>\"launchMode\": \"game_id\" (available value :  game_id, lobby, web_view)</li>\n<li>\"gameCatCode\": \"P2P\",</li>\n<li>\"providerId\": \"287\",</li>\n<li>\"providerCode\": \"BLE\",</li>\n<li>\"gameId\": \"312\"</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<ul>\n<li>put the token provided into the headers</li>\n<li>There is a parameter that can be used as the filter URL?login=[[login_status]] and the [[login_status]] can be filled by:<ul>\n<li><strong>before</strong> for before login</li>\n<li><strong>after</strong> for after login</li>\n</ul>\n</li>\n<li>The structure of this api is:<ul>\n<li><strong>[base_path]/[language]/api/app/Banners?login=[login_status]</strong></li>\n</ul>\n</li>\n<li>The language code :<ul>\n<li>Chinese : zh-hans</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{lang}}","api","app","Banners"],"host":["{{url}}"],"query":[{"key":"login","value":"{{login_status}}"}],"variable":[]}},"response":[{"id":"90624914-4f46-464c-9af1-dc257db8cfe2","name":"Get Banner","originalRequest":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":{"raw":"{{url}}/{{lang}}/api/app/Banners?login={{login_status}}","host":["{{url}}"],"path":["{{lang}}","api","app","Banners"],"query":[{"key":"login","value":"{{login_status}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.12"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Fri, 27 Mar 2020 08:00:32 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_action_app config:field.storage.node.field_autocomplete_category config:field.storage.node.field_body_app config:field.storage.node.field_image_app config:field.storage.node.field_link_app config:views.view.tlc_banner_api extensions http_response node:1093 node:2199 node:2200 node:3565 node:3609 node:3610 node:3611 node:3973 node:3974 node:4032 node:85 node:92 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.node_grants:view user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,token,Culture,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,X-Api-ID,X-Service-RateLimit,X-UsagePlan-RateLimit,X-UsagePlan-Quota,Cache-Control,Connection,Content-Disposition,Date,Keep-Alive,Pragma,Via,Accept,Accept-Charset,Accept-Encoding,Accept-Language,Authorization,Cookie,Expect,From,Host,If-Match,If-Modified-Since,If-None-Match,If-Range,If-Unmodified-Since,Range,Origin,Referer,User-Agent,X-Forwarded-For,X-Forwarded-Host,X-Forwarded-Proto,Accept-Range,Age,Content-Range,Content-Security-Policy,ETag,Expires,Last-Modified,Location,Server,Set-Cookie,Trailer,Transfer-Encoding,Vary,Allow,Content-Encoding,Content-Language,Content-Length,Content-Location,Content-Type"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"title\": \"Banner123\",\n        \"body\": \"Banner\",\n        \"category\": \"home\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-12/Screen%20Shot%202019-12-23%20at%203.47.09%20PM_0.png\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    },\n    {\n        \"title\": \"FIBA支持中国队\",\n        \"body\": \"\",\n        \"category\": \"sponsor\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/banner/5915/supportweb.jpg\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    },\n    {\n        \"title\": \"8号店周末存款\",\n        \"body\": \"\",\n        \"category\": \"sponsor\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/banner/5993/weekendhome%281%29.jpg\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    },\n    {\n        \"title\": \"九月 首存\",\n        \"body\": \"\",\n        \"category\": \"Home_Promotion\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/banner/5998/newmemberhome.jpg\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    },\n    {\n        \"title\": \"九月 推荐好友\",\n        \"body\": \"\",\n        \"category\": \"sponsor\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/banner/6031/referfriendhome%281%29.jpg\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    },\n    {\n        \"title\": \"英雄联盟全球总决赛\",\n        \"body\": \"\",\n        \"category\": \"promotion\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/banner/6108/lolhome%281%29_0.jpg\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    },\n    {\n        \"title\": \"二存三存（十月）\",\n        \"body\": \"\",\n        \"category\": \"sponsor\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/banner/6109/deposithome%283%29_0.jpg\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    },\n    {\n        \"title\": \"banner fish ag\",\n        \"body\": \"Test for Banner Body\",\n        \"category\": \"Home_Promotion\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-07/42.png\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    },\n    {\n        \"title\": \"D日本職棒\",\n        \"body\": \"\",\n        \"category\": \"home\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-08/NPB-Online-Logo_6.jpg\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\",\n            \"url\": \"http://npb.jp/\"\n        }\n    },\n    {\n        \"title\": \"D世界棒球12強\",\n        \"body\": \"\",\n        \"category\": \"home\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-08/WBSCP12_Light_Background_big_1.png\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\",\n            \"url\": \"https://premier12.wbsc.org/en/2019\"\n        }\n    },\n    {\n        \"title\": \"测试中文字体2\",\n        \"body\": \"测试中文字体2\",\n        \"category\": \"abc123\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-07/betwaythb_0.png\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    },\n    {\n        \"title\": \"HomeNavicon1\",\n        \"body\": \"HomeNavicon1\",\n        \"category\": \"Navicon\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-07/143.png\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    }\n]"}],"_postman_id":"2ce202d5-ffd8-4d83-83ed-138c3f425e4e"},{"name":"Get Banner By Category","event":[{"listen":"test","script":{"id":"1bec929e-7dc4-468f-a8f5-701225dc7657","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var schema = {","   \"type\": \"array\",","   \"items\": [{","        \"type\": \"object\",","        \"required\": [","            \"title\",","            \"body\",","            \"category\",","            \"cmsImageUrl\",","            \"action\"","        ],","        \"properties\": {","            \"title\": {\"type\": \"string\"},","            \"body\": {\"type\": \"string\"},","            \"category\": {\"type\": \"string\"},","            \"cmsImageUrl\": {\"type\": \"string\"},","            \"action\": {","                \"type\": \"object\",","                \"required\": [","                    \"actionId\",","                    \"actionName\",","                ],","                \"properties\": {","                    \"actionId\": { \"type\": \"integer\" },","                    \"actionName\": { \"type\": \"string\" },","                    \"ID\": { \"type\": \"string\" },","                    \"languageCode\": { \"type\": \"string\" },","                    \"sportId\": { \"type\": \"string\" },","                    \"eventId\": { \"type\": \"string\" },","                    \"gameId\": { \"type\": \"integer\" },","                    \"productCode\": { \"type\": \"string\" },","                    \"providerId\": { \"type\": \"string\" },","                    \"providerCode\": { \"type\": \"string\" },","                    \"providerGameId\": { \"type\": \"string\" },","                    \"providerTitle\": { \"type\": \"string\" },","                    \"providerSubtitle\": { \"type\": \"string\" },","                }","            }","        }","    }]","};","","pm.test(\"Valid data and object check\", function(){","   pm.expect(jsonData).to.be.not.empty;","   pm.response.to.have.jsonSchema(schema);","})","","try {","    jsonData.forEach(function(obj){","        pm.sendRequest(obj.cmsImageUrl, function (err, res) {","            if (err) { console.log(err); }","            pm.test(`Image URL: ${obj.cmsImageUrl}`, function(){","                pm.expect(err).to.equal(null);","                pm.expect(res).to.have.property('code', 200);","                var sizeOK = res.responseSize > 50 ? true : false;","                pm.expect(sizeOK).to.be.true;","            });","        });","    });","} catch (e) {","    console.log(e);","}",""],"type":"text/javascript"}}],"id":"2e48a973-0d4f-4ba6-8cc6-51296db7477f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"{{url}}/{{lang}}/api/app/Banners/Category/{{banner_category}}?login={{login_status}}","description":"<ul>\n<li>Response:<ul>\n<li>title (Banner Title)</li>\n<li>body (Banner Body)</li>\n<li>category (Banner Category)</li>\n<li>cmsImageUrl (Full path of the banner image location)</li>\n<li>action<ul>\n<li>actionId (ID of the action listed on the tlc documentation)</li>\n<li>actionName (Name of the action listed on the tlc documentation)</li>\n</ul>\n<ul>\n<li><em>some details based on the action such as :</em></li>\n</ul>\n<ul>\n<li>ID<ul>\n<li>e.g. if the actionName = \"Promotion\", \"Sponsorship\"</li>\n</ul>\n</li>\n<li>URL<ul>\n<li>e.g. if the actionName = \"Link to\"</li>\n</ul>\n</li>\n</ul>\n<ul>\n<li>Game Details for actionName = \"Launch Game\" such as :<ul>\n<li>\"launchMode\": \"game_id\" (available value :  game_id, lobby, web_view)</li>\n<li>\"gameCatCode\": \"P2P\",</li>\n<li>\"providerId\": \"287\",</li>\n<li>\"providerCode\": \"BLE\",</li>\n<li>\"gameId\": \"312\"</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<ul>\n<li>put the token provided into the headers</li>\n<li>There is a parameter that can be used as the filter URL?login=[[login_status]] and the [[login_status]] can be filled by:<ul>\n<li><strong>before</strong> for before login</li>\n<li><strong>after</strong> for after login</li>\n</ul>\n</li>\n<li>The structure of this api is:<ul>\n<li><strong>[base_path]/[language]/api/app/Banners/Category/[banner_category]?login=[login_status]</strong></li>\n</ul>\n</li>\n<li>The language code :<ul>\n<li>Chinese : zh-hans</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{lang}}","api","app","Banners","Category","{{banner_category}}"],"host":["{{url}}"],"query":[{"key":"login","value":"{{login_status}}"}],"variable":[]}},"response":[{"id":"4d96c324-216d-425b-9c38-118aebf7a7d6","name":"Get Banner By Category","originalRequest":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":{"raw":"{{url}}/{{lang}}/api/app/Banners/Category/home?login={{login_status}}","host":["{{url}}"],"path":["{{lang}}","api","app","Banners","Category","home"],"query":[{"key":"login","value":"{{login_status}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.12"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Fri, 27 Mar 2020 08:01:07 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_action_app config:field.storage.node.field_autocomplete_category config:field.storage.node.field_body_app config:field.storage.node.field_image_app config:field.storage.node.field_link_app config:views.view.tlc_banner_api extensions http_response node:2199 node:2200 node:4032 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.node_grants:view user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,token,Culture,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,X-Api-ID,X-Service-RateLimit,X-UsagePlan-RateLimit,X-UsagePlan-Quota,Cache-Control,Connection,Content-Disposition,Date,Keep-Alive,Pragma,Via,Accept,Accept-Charset,Accept-Encoding,Accept-Language,Authorization,Cookie,Expect,From,Host,If-Match,If-Modified-Since,If-None-Match,If-Range,If-Unmodified-Since,Range,Origin,Referer,User-Agent,X-Forwarded-For,X-Forwarded-Host,X-Forwarded-Proto,Accept-Range,Age,Content-Range,Content-Security-Policy,ETag,Expires,Last-Modified,Location,Server,Set-Cookie,Trailer,Transfer-Encoding,Vary,Allow,Content-Encoding,Content-Language,Content-Length,Content-Location,Content-Type"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"title\": \"Banner123\",\n        \"body\": \"Banner\",\n        \"category\": \"home\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-12/Screen%20Shot%202019-12-23%20at%203.47.09%20PM_0.png\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\"\n        }\n    },\n    {\n        \"title\": \"D日本職棒\",\n        \"body\": \"\",\n        \"category\": \"home\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-08/NPB-Online-Logo_6.jpg\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\",\n            \"url\": \"http://npb.jp/\"\n        }\n    },\n    {\n        \"title\": \"D世界棒球12強\",\n        \"body\": \"\",\n        \"category\": \"home\",\n        \"cmsImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-08/WBSCP12_Light_Background_big_1.png\",\n        \"action\": {\n            \"actionId\": 0,\n            \"actionName\": \"No Action\",\n            \"url\": \"https://premier12.wbsc.org/en/2019\"\n        }\n    }\n]"}],"_postman_id":"2e48a973-0d4f-4ba6-8cc6-51296db7477f"},{"name":"Get Game Category","event":[{"listen":"test","script":{"id":"dde9244a-0f37-4b55-affc-ddcd803371a6","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var schema = {","  \"type\": \"array\",","  \"items\": [","    {","      \"type\": \"object\",","      \"required\": [\"gameCatId\",\"gameCatCode\",\"gameCatPageName\",\"gameCatDesc\",\"gameCatDefaultImageUrl\",\"gameCatIconImageUrl\",\"gameCatClass\",\"gameCatTitle\",\"gameCatSubtitle\"],","      \"properties\": {","        \"gameCatId\": {\"type\": \"string\"},","        \"gameCatCode\": {\"type\": \"string\"},","        \"gameCatPageName\": {\"type\": \"string\"},","        \"gameCatDesc\": {\"type\": \"string\"},","        \"gameCatDefaultImageUrl\": {\"type\": \"string\"},","        \"gameCatIconImageUrl\": {\"type\": \"string\"},","        \"gameCatClass\": {","          \"type\": \"array\",","          \"items\": [","            {\"type\": \"string\"},","            {\"type\": \"string\"}","          ]","        },","        \"gameCatTitle\": {\"type\": \"string\"},","        \"gameCatSubtitle\": {\"type\": \"string\"}","      }","    }","  ]","};","","pm.test(\"Valid data and object check\", function(){","   pm.expect(jsonData).to.be.not.empty;","   pm.response.to.have.jsonSchema(schema);","})","","// var gameCategoryIDs = [];","// var gameCategoryIDsForSub = [];","","try {","    var keysToCheck = schema[\"items\"][0][\"required\"];","    ","    jsonData.forEach(function(obj){","        pm.test(`Check for all keys`, function(){","            pm.expect(obj).to.have.all.keys(keysToCheck);","        });","","        keysToCheck.forEach(function(key){","            pm.test(`Check key not empty - ${key}`, function(){","                if( ['gameCatIconImageUrl'].indexOf(key) == -1 ){","                    pm.expect(obj[key]).to.be.not.empty;","                }","            });","        });","","        // gameCategoryIDs.push(obj.gameCatId);","        // if ( ['P2P', 'Slot', 'Casino'].indexOf(obj.gameCatCode) > -1 ){","        //     gameCategoryIDsForSub.push(obj.gameCatId)","        // }","","        pm.sendRequest(obj.gameCatDefaultImageUrl, function (err, res){","            if (err) { console.log(err); }","            pm.test(`Image URL: ${obj.gameCatDefaultImageUrl}`, function(){","                pm.expect(err).to.equal(null);","                pm.expect(res).to.have.property('code', 200);","                pm.expect(res).to.have.property('status', 'OK');","                var sizeOK = res.responseSize > 50 ? true : false;","                pm.expect(sizeOK).to.be.true;","            })","        })","","        pm.sendRequest(obj.gameCatIconImageUrl, function (err, res){","            if (err) { console.log(err); }","            pm.test(obj.gameCatIconImageUrl + ' image is ok', function(){","                pm.expect(err).to.equal(null);","                pm.expect(res).to.have.property('code', 200);","                pm.expect(res).to.have.property('status', 'OK');","                var sizeOK = res.responseSize > 50 ? true : false;","                pm.expect(sizeOK).to.be.true;","            })","        })","    })","} catch (e) {","    console.log(e);","}","","// pm.environment.set('gameCategoryIDs', gameCategoryIDs);","// pm.environment.set('gameCategoryIDsForSub', gameCategoryIDsForSub);","// pm.environment.set('gameCategoryIDsForGames', gameCategoryIDsForSub);","// pm.environment.set('gameCategoryIDsForGamesBKP', gameCategoryIDsForSub);",""],"type":"text/javascript"}}],"id":"c9601354-3b35-4016-bfd7-e43b72cffb04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"{{url}}/{{lang}}/api/app/GameCategory","description":"<ul>\n<li>This API is used to get Game Category which contains:<ul>\n<li>gameCatId (Category ID)</li>\n<li>gameCatCode (Category Name)</li>\n<li>gameCatDesc (Category Description)</li>\n<li>gameCatDefaultImageUrl (Full Path of the Default Image)</li>\n<li>gameCatHoverImageUrl (Full Path of the Hover Image)</li>\n</ul>\n</li>\n</ul>\n<ul>\n<li>Put the token provided into the header section</li>\n<li>The structure of this api is:<ul>\n<li><strong>[base_path]/[language]/api/CMS/GameCategory</strong></li>\n</ul>\n</li>\n<li>The language code :<ul>\n<li>Chinese : zh-hans</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{lang}}","api","app","GameCategory"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"331e28bc-f881-45b3-adae-28fe8400081e","name":"Get Game Category","originalRequest":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"{{url}}/{{lang}}/api/CMS/GameCategory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.6"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Thu, 20 Feb 2020 06:43:34 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.taxonomy_term.field_icon config:field.storage.taxonomy_term.field_image config:views.view.tlc_game_category_view extensions http_response taxonomy_term:123 taxonomy_term:124 taxonomy_term:157 taxonomy_term:167 taxonomy_term:187 taxonomy_term:188 taxonomy_term:191 taxonomy_term:194 taxonomy_term:41 taxonomy_term:42 taxonomy_term:43 taxonomy_term:45 taxonomy_term_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"gameCatId\": \"41\",\n        \"gameCatCode\": \"Esports\",\n        \"gameCatDesc\": \"Esports 电竞投注\",\n        \"gameCatDefaultImageUrl\": \"http://18.217.73.220/sites/default/files/2019-08/icons_esport_defult.png\",\n        \"gameCatHoverImageUrl\": \"http://18.217.73.220/sites/default/files/2019-08/icons_esport_selected.png\"\n    },\n    {\n        \"gameCatId\": \"42\",\n        \"gameCatCode\": \"P2P\",\n        \"gameCatDesc\": \"P2P 棋牌\",\n        \"gameCatDefaultImageUrl\": \"http://18.217.73.220/sites/default/files/2019-07/p2p%20%281%29_0.png\",\n        \"gameCatHoverImageUrl\": \"http://18.217.73.220/sites/default/files/2019-08/icons_ky_selected.png\"\n    },\n    {\n        \"gameCatId\": \"43\",\n        \"gameCatCode\": \"Slot\",\n        \"gameCatDesc\": \"Slot 电子\",\n        \"gameCatDefaultImageUrl\": \"http://18.217.73.220/sites/default/files/2019-07/slot_0.png\",\n        \"gameCatHoverImageUrl\": \"http://18.217.73.220/sites/default/files/2019-08/icons_slot_selected.png\"\n    },\n    {\n        \"gameCatId\": \"45\",\n        \"gameCatCode\": \"Lottery\",\n        \"gameCatDesc\": \"Lottery 彩票\",\n        \"gameCatDefaultImageUrl\": \"http://18.217.73.220/sites/default/files/2019-07/lottery%20%281%29_0.png\",\n        \"gameCatHoverImageUrl\": \"http://18.217.73.220/sites/default/files/2019-08/icons_lottery_selected.png\"\n    },\n    {\n        \"gameCatId\": \"157\",\n        \"gameCatCode\": \"Fishing\",\n        \"gameCatDesc\": \"Fishing捕魚\",\n        \"gameCatDefaultImageUrl\": \"http://18.217.73.220/sites/default/files/2019-08/fishing.png\",\n        \"gameCatHoverImageUrl\": \"http://18.217.73.220/sites/default/files/2019-08/fishing2.png\"\n    },\n    {\n        \"gameCatId\": \"123\",\n        \"gameCatCode\": \"Sportsbook\",\n        \"gameCatDesc\": \"Sportsbook 体育\",\n        \"gameCatDefaultImageUrl\": \"http://18.217.73.220/sites/default/files/2019-08/icons_sport_defult.png\",\n        \"gameCatHoverImageUrl\": \"http://18.217.73.220/sites/default/files/2019-08/icons_sport_selected.png\"\n    },\n    {\n        \"gameCatId\": \"124\",\n        \"gameCatCode\": \"Casino\",\n        \"gameCatDesc\": \"Live Dealer 真人\",\n        \"gameCatDefaultImageUrl\": \"http://18.217.73.220/sites/default/files/2019-08/icons_casino_defult.png\",\n        \"gameCatHoverImageUrl\": \"http://18.217.73.220/sites/default/files/2019-08/icons_casino_selected.png\"\n    },\n    {\n        \"gameCatId\": \"167\",\n        \"gameCatCode\": \"UBISOFT\",\n        \"gameCatDesc\": \"UBISOFT\",\n        \"gameCatDefaultImageUrl\": \"http://18.217.73.220/sites/default/files/2019-08/ubisoft-logo-banner_6.jpg\",\n        \"gameCatHoverImageUrl\": \"http://18.217.73.220/sites/default/files/2019-08/giphy_5.gif\"\n    },\n    {\n        \"gameCatId\": \"187\",\n        \"gameCatCode\": \"BBSOFT\",\n        \"gameCatDesc\": \"BBSOFT\",\n        \"gameCatDefaultImageUrl\": \"http://18.217.73.220/sites/default/files/2019-08/fishing2_0.png\",\n        \"gameCatHoverImageUrl\": \"http://18.217.73.220/sites/default/files/2019-08/fishing_0.png\"\n    },\n    {\n        \"gameCatId\": \"188\",\n        \"gameCatCode\": \"ROCKSTAR\",\n        \"gameCatDesc\": \"ROCKSTAR\",\n        \"gameCatDefaultImageUrl\": \"http://18.217.73.220/sites/default/files/2019-08/ROCKSTAR.png\",\n        \"gameCatHoverImageUrl\": \"\"\n    },\n    {\n        \"gameCatId\": \"194\",\n        \"gameCatCode\": \"Legend of Zelda\",\n        \"gameCatDesc\": \"ゼルダの伝説\",\n        \"gameCatDefaultImageUrl\": \"http://18.217.73.220/sites/default/files/2019-08/zelda_icon_by_slamiticon_d5z7ns8-pre.png\",\n        \"gameCatHoverImageUrl\": \"\"\n    },\n    {\n        \"gameCatId\": \"191\",\n        \"gameCatCode\": \"Super Mario Bros\",\n        \"gameCatDesc\": \"Super Mario Bros\",\n        \"gameCatDefaultImageUrl\": \"http://18.217.73.220/sites/default/files/2019-09/giphy_1.gif\",\n        \"gameCatHoverImageUrl\": \"\"\n    }\n]"}],"_postman_id":"c9601354-3b35-4016-bfd7-e43b72cffb04"},{"name":"Get Game Provider by Game Category","event":[{"listen":"test","script":{"id":"8347e86a-173d-48da-bc26-41c0d56e31d2","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var schema = {","    \"type\": \"object\",","    \"required\": [","        \"providers\"","    ],","    \"properties\": {","        \"providers\": {","            \"type\": \"array\",","            \"items\": [{","                \"type\": \"object\",","                \"required\": [\"providerId\",\"providerCode\",\"productGroup\",\"providerTitle\",\"providerSubtitle\",\"providerDesc\",\"providerImageUrl\",\"providerImageClass\",\"providerIconClass\",\"providerBannerUrl\",\"providerBannerClass\",\"providerIconUrl\",\"providerClass\",\"providerGameId\",\"gameCatCode\"],","                \"properties\": {","                    \"providerId\": {\"type\": \"string\"},","                    \"providerCode\": {\"type\": \"string\"},","                    \"productGroup\": {\"type\": \"string\"},","                    \"providerTitle\": {\"type\": \"string\"},","                    \"providerSubtitle\": {\"type\": \"string\"},","                    \"providerDesc\": {\"type\": \"string\"},","                    \"providerImageUrl\": {\"type\": \"string\"},","                    \"providerImageClass\": {\"type\": \"string\"},","                    \"providerIconClass\": {\"type\": \"string\"},","                    \"providerBannerUrl\": {\"type\": \"string\"},","                    \"providerBannerClass\": {\"type\": \"string\"},","                    \"providerIconUrl\": {\"type\": \"string\"},","                    \"providerClass\": {","                        \"type\": \"array\",","                        \"items\": [","                            {\"type\": \"string\"},","                            {\"type\": \"string\"},","                            {\"type\": \"string\"},","                            {\"type\": \"string\"}","                        ]","                    },","                    \"providerGameId\": {\"type\": \"integer\"},","                    \"gameCatCode\": {\"type\": \"string\"}","                }","            }]","        }","    }","};","","pm.test(\"Valid data and object check\", function(){","   pm.expect(jsonData).to.be.not.empty;","   pm.response.to.have.jsonSchema(schema);","})","","var gamesData = pm.environment.get('gamesData');","if(!gamesData){","  gamesData = {};","}else{","  gamesData = JSON.parse(gamesData);","}","","// var currentGameCategory = pm.environment.get('game_category_id');","// var pageIDs = pm.environment.get('gameCategoryIDsForGames');","","try {","    var keysToCheck = schema[\"properties\"][\"providers\"][\"items\"][0][\"required\"];","    ","    jsonData.providers.forEach(function(obj){","        pm.test(`Check for all keys`, function(){","            pm.expect(obj).to.have.all.keys(keysToCheck);","        });","","        keysToCheck.forEach(function(key){","            pm.test(`Check key not empty - ${key}`, function(){","                if(key == 'providerGameId'){","                    pm.expect(obj[key]).to.be.a('number');","                } else {","                    pm.expect(obj[key]).to.be.not.empty;","                }","            })","        })","","        // if ( pageIDs.indexOf(currentGameCategory) > -1 ){","        //     if( gamesData[currentGameCategory] === undefined){","        //         gamesData[currentGameCategory] = [];","        //     }","        //     if( obj.providerGameId < 0 ){","        //         gamesData[currentGameCategory].push(obj.providerId);","        //     }","        // }","","        pm.sendRequest(obj.providerImageUrl, function (err, res){","            if (err) { console.log(err); }","            pm.test(obj.providerImageUrl + ' image is ok', function(){","                pm.expect(err).to.equal(null);","                pm.expect(res).to.have.property('code', 200);","                pm.expect(res).to.have.property('status', 'OK');","                var sizeOK = res.responseSize > 50 ? true : false;","                pm.expect(sizeOK).to.be.true;","            })","        })","        ","        pm.sendRequest(obj.providerIconUrl, function (err, res){","            if (err) { console.log(err); }","            pm.test(obj.providerIconUrl + ' image is ok', function(){","                pm.expect(err).to.equal(null);","                pm.expect(res).to.have.property('code', 200);","                pm.expect(res).to.have.property('status', 'OK');","                var sizeOK = res.responseSize > 50 ? true : false;","                pm.expect(sizeOK).to.be.true;","            })","        })","    })","} catch (e) {","    console.log(e);","}","","// var gameCategoryIDs = pm.environment.get('gameCategoryIDs');","// if(!gameCategoryIDs){","//   gameCategoryIDs = [];","// }","// gameCategoryIDs = gameCategoryIDs.slice(1);","// if(gameCategoryIDs.length > 0){","//   pm.environment.set('gameCategoryIDs', gameCategoryIDs);","//   postman.setNextRequest('Get Game Provider by Game Category');","// }else{","//   pm.environment.unset('gameCategoryIDs');","// }","// pm.environment.set('gamesData', JSON.stringify(gamesData));","// pm.environment.set('gamesDataBKP', JSON.stringify(gamesData));",""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"5013395f-e9d6-4183-8d48-bea4494a2955","exec":["// var gameCategoryIDs = pm.environment.get('gameCategoryIDs');","// var gameCategoryID;","","// if(!gameCategoryIDs){","//     gameCategoryIDs = [];","// }","","// if(gameCategoryIDs.length > 0){","//     gameCategoryID = gameCategoryIDs[0];","// }else{","//     gameCategoryID = pm.environment.get('game_category_id');","// }","// if(!gameCategoryID){","//     gameCategoryID = 123;","// }","// pm.environment.set('game_category_id', gameCategoryID);"],"type":"text/javascript"}}],"id":"55608b7a-aca6-4704-bd02-03584e7c92be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/{{lang}}/api/app/game/provider/{{game_category_id}}","description":"<ul>\n<li><p>to get specific providers/vendors based on its game category</p>\n<ul>\n<li><strong>[base_path]/[language]/API/app/game/provider/[categoryId from Game Category API]</strong></li>\n<li>the last parameter depends on the game category you want to retrieve</li>\n<li>if you have any specific device<ul>\n<li><strong>[base_path]/[language]/API/app/Game/Providers?device=[device_type]</strong></li>\n<li>device type:<ul>\n<li>Mobile Browser : mobile_web</li>\n<li>iOS : ios</li>\n<li>android : android</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>the response contains:</p>\n<ul>\n<li>layout : layout arrangement of the providers/vendors in array<ul>\n<li>e.g. [2,5,4] : for the first page, shows 2 provides/vendors from the data below, continued by 5 providers/vendors for the next page and the last are 4 providers/vendors.</li>\n</ul>\n</li>\n<li>providers: detail of the providers/vendors in array.<ul>\n<li>providerId : provider/vendor ID</li>\n<li>providerCode : provider/vendor code</li>\n<li>productGroup : to retrieve productGroup on hydra for each provider</li>\n<li>providerTitle : text that will be shown as provider name</li>\n<li>providerDesc : description of the provider</li>\n<li>providerImageUrl : provider/vendor logo (contains tge full path of the logo location)</li>\n<li>providerClass : provider/vendor class in array<ul>\n<li>e.g. [\"new\", \"usp_8\", \"featured\"] : Class contain new, featured, and the usp is 8%.</li>\n</ul>\n</li>\n<li>gameCatCode : category of the game provider</li>\n</ul>\n</li>\n<li>response format:  <pre><code>{    \n      \"layout\" : [array],\n      \"providers\" : [{\n          \"providerId\" : string,\n          \"providerCode\" : string,\n          \"providerTitle\" : string,\n          \"productGroup\" : string,\n          \"providerDesc\" : \"string\"\n          \"providerImageUrl\" : \"string\",\n          \"providerClass\" :  [array],\n          \"gameCatCode\" : \"string\"\n      }]</code></pre></li>\n</ul>\n<p>  }\n  </p>\n</li>\n<li><p>Put the token provided into the header section</p>\n</li>\n<li><p>Category params : can be retrieved from <strong>categoryId</strong> in <strong>\"Get Game Category API\"</strong></p>\n</li>\n<li><p>The language code :</p>\n<ul>\n<li>Chinese : zh-hans</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{lang}}","api","app","game","provider","{{game_category_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"22dbc8d4-a9ca-48f9-ba2f-1f7843590ebb","name":"Get Game Provider by Game Category","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/{{lang}}/api/app/game/provider/{{game_category_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Cookie"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Set-Cookie","value":"SSESSfee880f7ead6badd69c120dabe4ac064=fnbU2evXDC-7cUMCA4K-LNPIbhw_0wfczptzX6bnxLE; expires=Sun, 18-Apr-2021 11:00:19 GMT; Max-Age=2000000; path=/; domain=.tlc-api-pstage-web-awshk.fubnb.com; secure; HttpOnly"},{"key":"Cache-Control","value":"max-age=3600, public"},{"key":"Date","value":"Fri, 26 Mar 2021 07:26:56 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Last-Modified","value":"Fri, 26 Mar 2021 07:26:54 GMT"},{"key":"ETag","value":"W/\"1616743614\""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,token,Culture,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,X-Api-ID,X-Service-RateLimit,X-UsagePlan-RateLimit,X-UsagePlan-Quota,Cache-Control,Connection,Content-Disposition,Date,Keep-Alive,Pragma,Via,Accept,Accept-Charset,Accept-Encoding,Accept-Language,Authorization,Cookie,Expect,From,Host,If-Match,If-Modified-Since,If-None-Match,If-Range,If-Unmodified-Since,Range,Origin,Referer,User-Agent,X-Forwarded-For,X-Forwarded-Host,X-Forwarded-Proto,Accept-Range,Age,Content-Range,Content-Security-Policy,ETag,Expires,Last-Modified,Location,Server,Set-Cookie,Trailer,Transfer-Encoding,Vary,Allow,Content-Encoding,Content-Language,Content-Length,Content-Location,Content-Type"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"providers\": [\n        {\n            \"providerId\": \"56\",\n            \"providerCode\": \"MGSQF\",\n            \"productGroup\": \"RNG\",\n            \"providerTitle\": \"MG 电子\",\n            \"providerSubtitle\": \"最丰厚的奖金池\",\n            \"providerDesc\": \"N/A与知名电影合作，如魔鬼终结者2，侏罗纪公园等，最丰厚的奖金池\",\n            \"providerImageUrl\": \"https://tlc-api-pstage-web-awshk.fubnb.com/sites/default/files/2020-05/5-1%20slot%20MG%E7%94%B5%E5%AD%90%201.png\",\n            \"providerImageClass\": \"NULL\",\n            \"providerIconUrl\": \"https://tlc-api-pstage-web-awshk.fubnb.com/sites/default/files/2020-05/5-1%20slot%20MG%E7%94%B5%E5%AD%90%202.png\",\n            \"providerIconClass\": \"NULL\",\n            \"providerBannerUrl\": null,\n            \"providerBannerClass\": null,\n            \"providerClass\": [\n                \"最稳固的品质\",\n                \"业界最高返水\",\n                \"独家授权信用\",\n                \"12%\"\n            ],\n            \"providerGameId\": -1,\n            \"gameCatCode\": \"Slot\"\n        },\n        {\n            \"providerId\": \"368\",\n            \"providerCode\": \"IMOPT\",\n            \"productGroup\": \"RNG\",\n            \"providerTitle\": \"PT 电子\",\n            \"providerSubtitle\": \"最经典火爆的电子游戏\",\n            \"providerDesc\": \"最受欢迎，最经典火爆的电子游戏\",\n            \"providerImageUrl\": \"https://tlc-api-pstage-web-awshk.fubnb.com/sites/default/files/2021-03/5-2%20slot%20PT%E7%94%B5%E5%AD%90%201.png\",\n            \"providerImageClass\": \"NEW\",\n            \"providerIconUrl\": \"https://tlc-api-pstage-web-awshk.fubnb.com/sites/default/files/2021-03/5-2%20slot%20PT%E7%94%B5%E5%AD%90%202.png\",\n            \"providerIconClass\": \"NEW\",\n            \"providerBannerUrl\": null,\n            \"providerBannerClass\": null,\n            \"providerClass\": [\n                \"最稳固的品质\",\n                \"业界最高返水\",\n                \"独家授权信用\",\n                \"12%\"\n            ],\n            \"providerGameId\": -1,\n            \"gameCatCode\": \"Slot\"\n        },\n        {\n            \"providerId\": \"71\",\n            \"providerCode\": \"BSG\",\n            \"productGroup\": \"RNG\",\n            \"providerTitle\": \"BS 电子\",\n            \"providerSubtitle\": \"高画质游戏，非凡的视觉体验\",\n            \"providerDesc\": \"上百款游戏，高画质游戏，非凡的视觉体验\",\n            \"providerImageUrl\": \"https://tlc-api-pstage-web-awshk.fubnb.com/sites/default/files/2020-05/5-3%20slot%20BS%E7%94%B5%E5%AD%90%201.png\",\n            \"providerImageClass\": \"ss\",\n            \"providerIconUrl\": \"https://tlc-api-pstage-web-awshk.fubnb.com/sites/default/files/2020-05/5-3%20slot%20BS%E7%94%B5%E5%AD%90%202.png\",\n            \"providerIconClass\": \"icon\",\n            \"providerBannerUrl\": null,\n            \"providerBannerClass\": null,\n            \"providerClass\": [\n                \"\"\n            ],\n            \"providerGameId\": -1,\n            \"gameCatCode\": \"Slot\"\n        },\n        {\n            \"providerId\": \"76\",\n            \"providerCode\": \"CW\",\n            \"productGroup\": \"RNG\",\n            \"providerTitle\": \"TT 电子\",\n            \"providerSubtitle\": \"体验不同主题、奖金、奖励和游戏玩法\",\n            \"providerDesc\": \"体验不同主题、奖金、奖励和游戏玩法\",\n            \"providerImageUrl\": null,\n            \"providerImageClass\": null,\n            \"providerIconUrl\": \"https://tlc-api-pstage-web-awshk.fubnb.com/sites/default/files/2020-05/5-4%20slot%20PP%E7%94%B5%E5%AD%90%202.png\",\n            \"providerIconClass\": \"pp\",\n            \"providerBannerUrl\": null,\n            \"providerBannerClass\": null,\n            \"providerClass\": [\n                \"最稳固的品质\",\n                \"业界最高返水\",\n                \"独家授权信用\",\n                \"8%\"\n            ],\n            \"providerGameId\": -1,\n            \"gameCatCode\": \"Slot\"\n        },\n        {\n            \"providerId\": \"128\",\n            \"providerCode\": \"TG\",\n            \"productGroup\": \"RNG\",\n            \"providerTitle\": \"PP 电子\",\n            \"providerSubtitle\": null,\n            \"providerDesc\": \"N/A\",\n            \"providerImageUrl\": null,\n            \"providerImageClass\": null,\n            \"providerIconUrl\": null,\n            \"providerIconClass\": null,\n            \"providerBannerUrl\": null,\n            \"providerBannerClass\": null,\n            \"providerClass\": [\n                \"最稳固的品质\",\n                \"业界最高返水\",\n                \"独家授权信用\",\n                \"12%\"\n            ],\n            \"providerGameId\": -1,\n            \"gameCatCode\": \"Slot\"\n        },\n        {\n            \"providerId\": \"73\",\n            \"providerCode\": \"SPG\",\n            \"productGroup\": \"RNG\",\n            \"providerTitle\": \"SP 电子\",\n            \"providerSubtitle\": \"多元主题，高素质画面，生动音效\",\n            \"providerDesc\": \"多元主题，高素质画面，生动音效\",\n            \"providerImageUrl\": null,\n            \"providerImageClass\": null,\n            \"providerIconUrl\": \"https://tlc-api-pstage-web-awshk.fubnb.com/sites/default/files/2020-05/5-5%20slot%20SP%E7%94%B5%E5%AD%90%202.png\",\n            \"providerIconClass\": \"sp\",\n            \"providerBannerUrl\": null,\n            \"providerBannerClass\": null,\n            \"providerClass\": [\n                \"最稳固的品质\",\n                \"业界最高返水\",\n                \"独家授权信用\",\n                \"12%\"\n            ],\n            \"providerGameId\": -1,\n            \"gameCatCode\": \"Slot\"\n        },\n        {\n            \"providerId\": \"75\",\n            \"providerCode\": \"DTG\",\n            \"productGroup\": \"RNG\",\n            \"providerTitle\": \"DT 电子\",\n            \"providerSubtitle\": \"最精美的动画\",\n            \"providerDesc\": \"最精美的动画，最生动的音效\",\n            \"providerImageUrl\": null,\n            \"providerImageClass\": null,\n            \"providerIconUrl\": \"https://tlc-api-pstage-web-awshk.fubnb.com/sites/default/files/2020-05/5-6%20slot%20DT%E7%94%B5%E5%AD%90%202.png\",\n            \"providerIconClass\": \"logo\",\n            \"providerBannerUrl\": null,\n            \"providerBannerClass\": null,\n            \"providerClass\": [\n                \"最稳固的品质\",\n                \"业界最高返水\",\n                \"独家授权信用\",\n                \"8%\"\n            ],\n            \"providerGameId\": -1,\n            \"gameCatCode\": \"Slot\"\n        },\n        {\n            \"providerId\": \"131\",\n            \"providerCode\": \"AG\",\n            \"productGroup\": \"Fishing Game\",\n            \"providerTitle\": \"捕魚王2\",\n            \"providerSubtitle\": \"琳琅满目的海底世界而独具特色\",\n            \"providerDesc\": \"\\b经典街机游戏，趣味性极强的玩法，琳琅满目的海底世界而独具特色。\",\n            \"providerImageUrl\": \"https://tlc-api-pstage-web-awshk.fubnb.com/sites/default/files/2020-05/5-8%20slot%20%E6%8D%95%E9%B1%BC%E7%8E%8B2%201.png\",\n            \"providerImageClass\": \"NULL\",\n            \"providerIconUrl\": \"https://tlc-api-pstage-web-awshk.fubnb.com/sites/default/files/2020-05/5-8%20slot%20%E6%8D%95%E9%B1%BC%E7%8E%8B2%202.png\",\n            \"providerIconClass\": \"NULL\",\n            \"providerBannerUrl\": null,\n            \"providerBannerClass\": null,\n            \"providerClass\": [\n                \"最稳固的品质\",\n                \"业界最高返水\",\n                \"独家授权信用\",\n                \"12%\"\n            ],\n            \"providerGameId\": -1,\n            \"gameCatCode\": \"Slot\"\n        }\n    ]\n}"}],"_postman_id":"55608b7a-aca6-4704-bd02-03584e7c92be"},{"name":"Get Faqs App","event":[{"listen":"test","script":{"id":"dda525b8-9ea0-414f-970e-8114b6ec9686","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var schema = {","    \"type\": \"array\",","    \"items\": [{","        \"type\": \"object\",","        \"required\": [\"id\",\"title\",\"menus\"],","        \"properties\": {","            \"id\": {\"type\": \"string\"},","            \"title\": {\"type\": \"string\"},","            \"menus\": {","                \"type\": \"array\",","                \"items\": [{","                    \"type\": \"object\",","                    \"required\": [\"id\",\"title\"],","                    \"properties\": {","                        \"id\": {\"type\": \"string\"},","                        \"title\": {\"type\": \"string\"}","                    }","                }]","            }","        }","    }]","};","","pm.test(\"Valid data and object check\", function(){","   pm.expect(jsonData).to.be.not.empty;","   pm.response.to.have.jsonSchema(schema);","})","","try {","    var keysToCheck = schema[\"items\"][0][\"required\"];","    var menuKeysToCheck = schema[\"items\"][0][\"properties\"][\"menus\"][\"items\"][0][\"required\"];","    ","    jsonData.forEach(function(obj){","        pm.test(`Check for all keys`, function(){","            pm.expect(obj).to.have.all.keys(keysToCheck);","        });","","        keysToCheck.forEach(function(key){","            pm.test(`Check key not empty - ${key}`, function(){","                pm.expect(obj[key]).to.be.not.empty;","            });","        });","","        obj.menus.forEach(function(menu){","            pm.test(`Check for all menu keys`, function(){","                pm.expect(menu).to.have.any.keys(menuKeysToCheck);","            });","","            menuKeysToCheck.forEach(function(key){","                pm.test(`Check menu key not empty - ${key}`, function(){","                    pm.expect(menu[key]).to.be.not.empty;","                });","            });","        })","    });","} catch (e) {","    console.log(e);","}"],"type":"text/javascript"}}],"id":"5befaffc-5271-4ed2-a5cf-ffddbcd7a9c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/{{lang}}/api/app/faq","description":"<ul>\n<li>This API is used to get all Faq for App platform which contains:<ul>\n<li>id (Category ID)</li>\n<li>title (Category Title)</li>\n<li>menus : (Faq List in Array)   </li>\n<li>response format:  <pre><code>{    \n      \"id\" : int,\n      \"title\" : string,\n      \"menus\" : [{\n          \"id\" : int,\n          \"title\" : string\n      },{\n          \"id\" : int,\n          \"title\" : string\n      }]</code></pre></li>\n</ul>\n<p>  }\n  </p>\n</li>\n</ul>\n<ul>\n<li>Put the token provided into the header section</li>\n<li>The structure of this api is:<ul>\n<li><strong>[base_path]/[language]/api/app/faq/</strong></li>\n</ul>\n</li>\n<li>The language code :<ul>\n<li>Chinese : zh-hans</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{lang}}","api","app","faq"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b510298d-c6be-4cfd-a008-1221fa8f4ff9","name":"Get Faqs App","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/{{lang}}/api/app/faq"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.6"},{"key":"Set-Cookie","value":"SESS806166fdb670c618aee76b53cb2f8789=Vt4RhzY5V0LYlE95KpwljNnOssBYuQdN7_-5WSm25II; expires=Thu, 13-Aug-2020 09:42:35 GMT; Max-Age=2000000; path=/; HttpOnly"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Tue, 21 Jul 2020 06:09:14 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_category config:views.view.tlc_api_faq extensions http_response node:160 node:161 node:162 node:163 node:164 node_list taxonomy_term:1 taxonomy_term:2 taxonomy_term:3 taxonomy_term:4 taxonomy_term_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme user.node_grants:view user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"4\",\n        \"title\": \"账号管理\",\n        \"menus\": [\n            {\n                \"id\": \"164\",\n                \"title\": \"诚信与保证\"\n            }\n        ]\n    },\n    {\n        \"id\": \"2\",\n        \"title\": \"充值与提现\",\n        \"menus\": [\n            {\n                \"id\": \"160\",\n                \"title\": \"【如何充值】\"\n            }\n        ]\n    },\n    {\n        \"id\": \"3\",\n        \"title\": \"手机投注\",\n        \"menus\": [\n            {\n                \"id\": \"163\",\n                \"title\": \"关于我们\"\n            }\n        ]\n    },\n    {\n        \"id\": \"1\",\n        \"title\": \"规则与条件\",\n        \"menus\": [\n            {\n                \"id\": \"161\",\n                \"title\": \"【体育投注规则】\"\n            },\n            {\n                \"id\": \"162\",\n                \"title\": \"一般投注规则与规定\"\n            }\n        ]\n    }\n]"}],"_postman_id":"5befaffc-5271-4ed2-a5cf-ffddbcd7a9c1"},{"name":"Get Faq Detail","event":[{"listen":"test","script":{"id":"157e6136-41d0-4fe5-840e-d2368991bf5f","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var schema = {","    \"type\": \"array\",","    \"items\": [{","        \"type\": \"object\",","        \"required\": [\"id\",\"title\",\"body\",\"category\",\"parent\",\"queryParams\",\"list\"],","        \"properties\": {","            \"id\": {\"type\": \"string\"},","            \"title\": {\"type\": \"string\"},","            \"body\": {\"type\": \"string\"},","            \"category\": {\"type\": \"string\"},","            \"parent\": {\"type\": \"string\"},","            \"queryParams\": {","                \"type\": \"object\",","                \"required\": [\"platform\"],","                \"properties\": {","                    \"platform\": {\"type\": \"string\"}","                }","            },","            \"list\": {","                \"type\": \"array\",","                \"items\": {}","            }","        }","    }]","};","","pm.test(\"Valid data and object check\", function(){","    pm.expect(jsonData).to.be.not.empty;","    pm.response.to.have.jsonSchema(schema);","})","","try {","    var keysToCheck = schema[\"items\"][0][\"required\"];","    ","    jsonData.forEach(function(obj){","        pm.test(`Check for all keys`, function(){","            pm.expect(obj).to.have.all.keys(keysToCheck);","        });","","        keysToCheck.forEach(function(key){","            pm.test(`Check key not empty - ${key}`, function(){","                // if( ['list', 'parent'].indexOf(key) == -1 ){","                pm.expect(obj[key]).to.be.not.empty;","                // }","            });","        })","","        // if( ['8941', '8950'].indexOf(obj.id) > -1 ){","        //     pm.expect(obj.list).to.be.not.empty;","        // }","        // if( ['8951', '8954', '8955', '8956', '8957', '8962'].indexOf(obj.id) > -1 ){","        //     pm.expect(obj.parent).to.be.not.empty;","        // }","    })","} catch (e) {","    console.log(e);","}","","// var currentFaqId = parseInt(pm.environment.get('current_faq_id'));","// currentFaqId = currentFaqId + 1;","// if(currentFaqId > 8967){","//   pm.environment.unset('current_faq_id');","//   pm.environment.set('current_faq_id', null);","// }else{","//   pm.environment.set('current_faq_id', currentFaqId);","//   postman.setNextRequest('Get Faq Detail');","// }","","",""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"d359b047-09c7-43fc-808f-e79262ebcac4","exec":["// var currentFaqId = pm.environment.get('current_faq_id');","","// if(!currentFaqId){","//     pm.environment.set('current_faq_id',\"8941\");","// }"],"type":"text/javascript"}}],"id":"c3438c92-edc2-45a2-a914-234c0bdfe068","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/{{lang}}/api/app/faq/detail/{{current_faq_id}}","description":"<ul>\n<li>This API is used to get specified Faq which contains:<ul>\n<li>id (Faq ID)</li>\n<li>title (Faq Title)</li>\n<li>body (HTML Body of Faq)</li>\n<li>category (Faq Category)</li>\n<li>parent (The parent faq of current faq)</li>\n<li>list : (Array of this faq's children)\n  [<ul>\n<li>id : About us content's id</li>\n<li>title : About us content's title\n  ]</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<ul>\n<li>Put the token provided into the header section</li>\n<li>The structure of this api is:<ul>\n<li><strong>[base_path]/[language]/api/app/faq/detail/[faq_id]</strong>\n+To get the detail of all FAQ contents:</li>\n<li><strong>[base_path]/[language]/api/app/faq/detail/all</strong></li>\n</ul>\n</li>\n<li>The language code :<ul>\n<li>Chinese : zh-hans</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{lang}}","api","app","faq","detail","{{current_faq_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1a9001e3-63e3-4ba0-8fdd-1087cb47e7f4","name":"Get All Faq Detail","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/{{lang}}/api/app/faq/detail/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.6"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Tue, 07 Apr 2020 03:16:06 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_body_app config:field.storage.node.field_category config:field.storage.node.field_parent_faq config:views.view.tlc_faq_view extensions http_response node:160 node:161 node:162 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"160\",\n        \"title\": \"【如何充值】\",\n        \"body\": \"<p>当当当当~！玩家在小同注册好后，当然是想马上充值去游戏啦，对不?<br /> </p><ol>\\t<li>首先，请登入您还是热腾腾的账户（小同提醒您，要记住密码噢），点击首页右上角的 “＄资金管理” 按钮，然后再点击 “充值”；或直接点击 “充值”按钮。<img alt=\\\"img1.1\\\" data-entity-type=\\\"file\\\" data-entity-uuid=\\\"5906b5bf-5de1-4359-9ac7-c287d724dfde\\\" src=\\\"/sites/default/files/inline-images/img1.1.jpg\\\" class=\\\"align-center\\\" /></li>\\t<li>目前小同支持银行卡 “在线支付”、“银行转账/支付宝”、“京东钱包”、“AstroPay” 、“同乐卡” 5种存款方式。 您可以根据自己的实际情况，选择相对方便的一种进行支付。当然啦，“在线支付” 充值方式可即时到账，自然是小同的首选推荐！<img alt=\\\"img1.2\\\" data-entity-type=\\\"file\\\" data-entity-uuid=\\\"6f99df83-9288-4253-b8b4-6be6281991e8\\\" src=\\\"/sites/default/files/inline-images/img1.2.jpg\\\" class=\\\"align-center\\\" /></li>\\t<li>如果玩家选择 “在线支付” ，可以在“充值方式”中选择“高额存款”需插入U盾认证完成支付；或选择“快捷支付”则需接收短信认证完成支付。接著在下方空格里输入您想要充值的金额，选择充值銀行、目标帐户，再点击 “提交” 即可。是不是很简单阿！<img alt=\\\"img1.3\\\" data-entity-type=\\\"file\\\" data-entity-uuid=\\\"ea79d045-dfb3-4034-9faf-e1f8a6f4f322\\\" src=\\\"/sites/default/files/inline-images/img1.3.jpg\\\" class=\\\"align-center\\\" /></li>\\t<li>如果玩家选择 “银行转账/支付宝” 充值方式，要仔细填写信息内容喔～请先选择使用 “支付宝”或“银行转账”，接著填写“银行户口”、“存款人姓名”、 “充值金额”和“目标帐户” 四项必须填写准确；接著按下一步，再次仔细确认每一个充值信息有没有填写正确！！确认后按下“充值完成”就可以啦～另外 “存款收据” 也需要在转账成功的 24 小时后上传哦。<img alt=\\\"img1.4\\\" data-entity-type=\\\"file\\\" data-entity-uuid=\\\"e598ba3b-fd62-4e92-a8cc-8940737b15ba\\\" src=\\\"/sites/default/files/inline-images/img1.4.jpg\\\" class=\\\"align-center\\\" /><br />\\t<img alt=\\\"img1.4-2\\\" data-entity-type=\\\"file\\\" data-entity-uuid=\\\"1817e66c-410a-4aed-bf5b-173c46fe7920\\\" src=\\\"/sites/default/files/inline-images/img1.4-2.jpg\\\" class=\\\"align-center\\\" /><br />\\t<img alt=\\\"img1.4-3\\\" data-entity-type=\\\"file\\\" data-entity-uuid=\\\"1221a1a4-6cff-4620-bc2b-983dfd7f614b\\\" src=\\\"/sites/default/files/inline-images/img1.4-3.jpg\\\" /></li>\\t<li>如果玩家选择 “东京钱包” 充值方式，. 请输入“充值金额” ，选择要存入的“目标帐户”后点击 “提交”。接着，使用手机 京东 APP 扫描二维码。扫描二维码后，京东 APP 将会显示付款信息点击“立即付款”继续付款过程。 输入确认支付密码再点击“完成”即可。一旦支付过程完成，京东 APP 将显示一个通知页面以确认支付成功。<img alt=\\\"img1.5\\\" data-entity-type=\\\"file\\\" data-entity-uuid=\\\"28dd7689-b941-4353-a942-b7d7bcae931c\\\" src=\\\"/sites/default/files/inline-images/img1.5.jpg\\\" class=\\\"align-center\\\" /><br />\\t<img alt=\\\"img1.5-2\\\" data-entity-type=\\\"file\\\" data-entity-uuid=\\\"0b92752f-222c-4733-9f77-e7b89c014795\\\" src=\\\"/sites/default/files/inline-images/img1.5-2.jpg\\\" class=\\\"align-center\\\" /><br />\\t<img alt=\\\"img1.5-3\\\" data-entity-type=\\\"file\\\" data-entity-uuid=\\\"6d7930ba-be64-4640-b6b8-4576ffd88c82\\\" src=\\\"/sites/default/files/inline-images/img1.5-3.jpg\\\" /></li>\\t<li>如果玩家选择 “AstroPay” 充值方式，请输入“AstroPay卡号”、 “安全码” 、 “有效日期” 、 “卡片面值(RMB)”以及“目标帐户”，都依序填写完成后按下“提交”就完成了。<img alt=\\\"img1.6\\\" data-entity-type=\\\"file\\\" data-entity-uuid=\\\"882c784d-5dbb-4762-81b0-c31ce791f16f\\\" src=\\\"/sites/default/files/inline-images/img1.6.jpg\\\" class=\\\"align-center\\\" /></li>\\t<li>如果玩家选择 “同乐卡” 充值，先填入“充值金额”，接著接将卡面上信息依序输入 “同乐卡序列号” 、 “同乐卡密码” 、 最后选择“目标帐户”后按下“提交”就可以了。<img alt=\\\"img1.7\\\" data-entity-type=\\\"file\\\" data-entity-uuid=\\\"c8fe27b8-970f-4413-9646-92598ce37850\\\" src=\\\"/sites/default/files/inline-images/img1.7.jpg\\\" class=\\\"align-center\\\" /></li>\\t<li>会员可在页面下方查看自己的充值记录。<img alt=\\\"img1.8\\\" data-entity-type=\\\"file\\\" data-entity-uuid=\\\"21e71fd7-31ff-43d7-b296-a48ff3e25b4c\\\" src=\\\"/sites/default/files/inline-images/img1.8.jpg\\\" class=\\\"align-center\\\" /></li></ol>\",\n        \"category\": \"Bank\",\n        \"parent\": \"\"\n    },\n    {\n        \"id\": \"161\",\n        \"title\": \"【体育投注规则】\",\n        \"body\": \"<p>【体育投注规则】</p>\",\n        \"category\": \"Rules\",\n        \"parent\": \"\"\n    },\n    {\n        \"id\": \"162\",\n        \"title\": \"一般投注规则与规定\",\n        \"body\": \"<ol><li>总则<ol><li>本公司的所有投注信息都是出于诚意提供的。 不过，本公司不对有关日期、时间、地点、竞争对手、赔率、结果、统计数据、团队制服（显示在实时视频中）或其它投注信息的任何错误或遗漏负责。 本公司保留纠正任何明显错误的权利，并且应当采取所有合理行动确保以诚信透明的方式管理赌盘，赌盘定义为针对某一体育赛事所提供的不同的投注类型。 公司保留做出最终性决定的权利。</li><li>如果一项赛事在预定时间之前开始，则只有该项赛事开始之前所做投注（除指定的现场投注以外）会被视为有效投注，赛事的定义是两个团队或个人间有组织的体育比赛或活动。 如果一个赌盘未在正确时间关闭或中止，则本公司有权取消在实际开始时间之后进行的所有投注（除指定的现场投注以外）。</li><li>如果网站对赛事所用的简体中文和非简体中文名称之间有任何差异，以亚洲版的简体中文为准。</li><li>在任何时候，客户有责任了解比赛分数和所有相关的比赛信息，并且建议客户在下注之前确认比赛状况。</li><li>本公司有权在任何时候出于任何原因修改这些规则。 一旦在网站上发布，任何此类修改都是具有约束性和立即生效的。</li><li>客户承认网站上提供的当前分数、所用时间及其它数据虽然是由第三方以“直播”形式提供，但仍会有时间延迟以及/或者可能不准确的情况，并且根据这些数据做任何投注时，客户应自行承担所有风险。 本公司提供这些数据时，不保证其准确性、完整性或及时性，并且不对客户因依赖这些数据而遭受的任何损失（直接或间接损失）负责。</li><li>\\t\\t在出现以下任何情形时，本公司可全权在不提前通知的前提下决定取消或宣布投注无效或暂停用户帐号：</p><p>\\t\\t• 投注细节不完整或错误；<br />\\t\\t• 投注超出公司所规定的限额；<br />\\t\\t• 以违反公司规则方式投注；<br />\\t\\t• 人为的打字及传输错误导致不正确的游戏数据或概率；<br />\\t\\t• 当出现异常或不规范使用游戏平台的情况，或出现过高的损失或收益。\\t\\t</li><li>本公司保留暂停比赛游戏或特定产品的权利，以纠正任何明显错误，维持该游戏的诚信和公平性。</li><li>一旦公司确认赌注，则客户不能修改或取消该赌注。</li><li>如果客户存有任何疑问或怀疑系统错误，则建议客户停止游戏，并与本公司的客户支持部门相协调。如果客户继续游戏，该客户应对其赌注的结果负责，且公司有权决定是否解决这一问题。</li><li>当开始现场比赛或游戏，且客户在其活动进行时予以投注，如果由于任何原因导致赌注断开的，不管断开的原因如何，或出现赌注冻结或崩溃，都将停止所有赌注，直到该活动完成并已知结果时才能进行结算。该一般规则不适用于某一游戏或产品拥有发生断开意外时具体规则的情形，适用该具体规则时的结果应以该规则对客户的约束力为基础。</li><li>本公司保留暂停和/或随时关闭客户账户的权利，如果公司认为客户违反任何适用的规则和规章，或欺骗、黑客入侵、攻击、操纵或破坏了正常的投注程序，或如果该客户从事洗钱或其他非法活动，或者该客户低于其所在管辖区或实际区域参与赌博的法定年龄。一旦由于上述原因关闭客户帐户，包括客户账户余额在内的所有奖金和/或支出都将没收。</li><li>本公司保留为其现有产品和即将提供的产品设置最大奖金额的权利。</li><li>如果公司有证据表明价格或联营的操纵，或比赛、活动或竞赛中的作弊行为，则公司保留拒绝付款的权利。上述证据以所有投注渠道的投注大小、容量或模式为基础。如上述规则解释存有任何争议，以公司解释为准。</li><li>本公司保留作废并取消涉及非法赌博活动的所有投注的权利。</li><li>本公司保留拒绝客户进入游戏或将客户踢出游戏的权利。</li><li>该软件不存在任何明示或暗示、法定或公司其他方面规定的保证、条件、承诺或声明。本公司不出于任何目的保证该软件适销性、质量及适合性，且不保证该软件能够满足客户的要求，不保证软件不会构成侵权。</li><li>虽然公司承诺会合理且谨慎行事，公司并不保证该软件不会出现任何错误或中断，不保证会修正软件内的任何错误，也不保证软件或服务器无病毒。</li><li>本公司对因账户结算相关的通信或系统错误造成的所有成本、费用、损失或索赔概不负责。本公司保留采取任何适当的措施，包括删除所有相关游戏软件以纠正此类错误的权利。</li><li>当下注或使用该软件时，客户承认公司无法控制客户如何使用该软件。此外，客户应承担其下注及使用软件的所有风险，且公司对任何直接、间接、附加、偶然的或特殊的任何形式的伤害或损失概不负责。</li><li>禁止客户披露软件内属于公司或软件供应商的任何机密信息。</li><li>为进行游戏或投注，授予客户个人的、非排他的、不可转让的使用该软件的权利。</li><li>禁止客户：<ol><li>将软件安装或加载至另一个设备的服务器上，或采取措施使其他人可在网络上获取该软件。</li><li>再许可、转让、出租、出借、转移、复制或分发本软件的副本；</li><li>以该软件、该软件或复制品的任何部分为基础，解码、还原工程、反汇编、修改或创造衍生软件，或适应性转录或合并软件的任何部分，转换软件或软件的任何部分或企图破解本软件的源代码；</li><li>删除软件供应商的任何版权、专利或类似通知；和</li><li>进入、访问，或试图进入、访问或以其他方式进入公司安全系统或以任何方式干扰软件、游戏和网站。</li></ol></li><li>使用该软件并不授予客户该软件任何知识产权的所有权。</li><li>以上一般规则应仅使用于特殊游戏或产品缺乏特殊规则的情况。</li></ol></li><li>中止和延期<ol><li>如果一项赛事未在预定开始日期开始，并且未按特定体育规则的规定，在原先预定的完成日期完成，则所有的投注都将无效，除了对已获得无条件确定的赌盘所做的投注以外。</li><li>如果一项赛事已经开始，但之后又中止，并且未按特定体育规则的规定，在原先预定的完成日期完成，则所有的投注都将无效，除了对无条件决定结果的赌盘所做的投注以外。</li><li>如果一项赛事未按特定体育规则的规定，在原告预定的完成日期完成，而正式的比赛结果得以宣布，或者特定赛事的相关主管机构宣布了一个结果，则本公司有权认定这一比赛是正式有效的。 在此方面，本公司的决定是最终和具有结束性的。</li></ol></li><li>场地变更<ol><li>除非另有说明，如果一项比赛预计在一个中立性场地上展开，但却在非中立的场地上展开，所有的投注仍将被视为有效，反之亦然。如果主场团队打客场团队的场地变更，反之亦然，对该场比赛的所有投注都将被视为无效。如果主场和客场团队的名称被错误地颠倒，投注也会被视为无效。</li><li>对于所有非团队赛事，如果预定的场地在赌盘开放后变更，则所有的投注仍将被视为有效。</li></ol></li><li>赛事期间<ol><li>所显示的赛事进行时间仅供于参考。尽管赛事进行时间和所显示的有所差异，投注仍有可能被视为有效。</li><li>在比赛伤停时间发生的任何情况都被视为在常规时间末时发生，例如一场足球比赛上半场伤停补时阶段的一个进球会被视为是在第45分钟时踢进的。</li></ol></li><li>赛果<ol><li>必要时，颁奖仪式的位次将被视为是正式赛果，不论之后是否出现取消或更改赛果的情况。 如果没有颁奖仪式，赛果将会依据相关主管机构在赌盘结算时提供的官方结果而定，不论之后是否出现取消或更改赛果的情况。 如果没有提供适用的官方结果，则将依据到赌盘结算时适用且已知的证据来确定赛果。</li><li>赌盘通常会在一项赛事结束后不久进行结算。 完全出于服务客户的目的，一些赌盘可能会在正式结果公布之前结算。 如果一个赌盘结算错误，本公司有权撤销结算。</li><li>如果无法确定赛事结果，公司保留暂停任何赌盘结算的权利。</li><li>除了不存在的赛事以外，公司将不会因任何赛事结果，球队名称或该赛事任何细节上的修改而对已结算72小时的投注项目作出更改。</li><li>当官方赛果与本公司网站赛果版块公布的赛果之间有冲突时，应当通过参考本公司的有关赛事视频记录来确定正确的结果，以便解决冲突。 然而，如果没有此类适用的视频记录，应当根据特定赛事的相关主管机构在其官方网站上公布的赛果确定正确的结果。 如果该官方网站无法提供这一结果或者官方网站公布的赛果明显有错，则本公司有权做出决定/修正，以便确定最终的结果。 在此方面，本公司的决定是最终和具有结束性的。</li><li>无论任何的项目在结束后出现后续的决定更改、抗议或上诉而引致的成绩变动，项目的获胜者将就根据项目结束时的成绩来确定投注的胜负。</li></ol></li><li>自动计时器接受功能<ol><li>对于某些可由本公司确定的赛事，客户可以利用计时器接受功能进行投注，选择菜单上的“计时器接受”按钮即可。 利用计时器接受功能所做的每次投注将有自己的倒计时，其持续时间将由本公司独家决定。 在计时器倒数完毕时，若没有下文1.6.2节所述任何妨害的情况出现，投注将会被接受。</li><li>如果在计时器倒数结束前发生任何本节所述的妨害情况，所有使用计时器接受功能所做投注都将立即被取消；<ol><li>如果很可能或确实领得一张红牌；</li><li>如果可能或确实被判罚一个点球；</li><li>如果任何球队可能入球或取得入球；</li><li>偶发事件包括但不限于，影响正确地下注、接受投注、记录或通告投注的任何设备或通讯中断，操作或传输延误或中断，通讯线路故障等。</li></ol></li><li>在使用计时器接受功能时，客户承认本网站上提供的当前分数、所用时间及其它数据虽然是由第三方以直播形式提供，但仍会有时间延迟以及/或者可能不准确的情况，并且根据这些数据做任何投注时，客户应自行承担所有风险。 本公司提供这些数据，并且不对客户因依赖这些数据而遭受的任何损失（直接或间接损失）负责。</li></ol></li><li>即时兑现<ol><li>即时兑现在选定赛事或赛程的结果确定之前让客户可以选择出售其全部或部分注单。</li><li>即时兑现仅适用于在线（「直播」）投注赛事、赛程或具有即时兑现图标的赌盘。即时兑现不适用于混合过关、其他多投注选项以及使用免费投注的注单。</li><li>只要注单的剩余金额不等于或低于原始投注金额的 20％，便可以出售一部分注单。最低的部分即时兑现金额至少为注单原始投注金额的 20％。</li><li>实时赔率决定了即时兑现的金额。如果兑现时, 即时兑现金额改变或是赌盘被暂停，客户可能无法即时兑现成功。客户可以重试直到系统成功接受即时兑现。</li><li>如果系统成功接受了该注单的即时兑现，客户则无法取消兑现交易。已即时兑现的注单金额将计入客户余额中，并且不会受到投注赛事、赛程或赌盘的官方结果影响。</li><li>如果赛事赌盘结算错误或公司认为撤销结算合理必要，公司保留撤销已即时兑现注单的权利。如撤销结算，客户已收到该注单的即时兑现金额将从其账户余额中扣除，且注单将保持原始投注金额或是当时进行部分即时兑现的剩余价值。</li><li>如果选定赛事或赛程被取消而注单已即时兑现，除了无条件决定投注结果的注单外，注单的即时兑现将被撤回。注单即时兑现的金额将从客户的帐户中扣除，且原始投注金额将退还给客户。</li><li>注单即时兑现的金额将在合理的时间内计入客户的帐户。</li><li>公司保留权利并有绝对决定权以接受或拒绝使用即时兑现、在某些赛事、赛程或赌盘上提供即时兑现的功能，以及在其认为必要时修改、暂停或删除即时兑现的功能。</li><li>客户明白公司对于由于技术错误而引致无法使用即时兑现的功能概不负责。</li><li>客户明白即时兑现是第三方提供的产品。对于透过即时兑现出售的注单的结算和客户因使用即时兑现而产生的所有其他索赔，第三方须承担最终责任。公司对客户使用即时兑现而遭受的直接或间接损失不承担任何责任。</li><li>即时兑现功能不适用于已利用或使用公司提供红利的客户，除非客户已符合及满足针对该红利的条款和条件。选择使用即时兑现功能的客户可要求客户服务部收回红利，以使用即时兑现功能。公司拥有最终决定是否允许收回红利并使用即时兑现的功能。</li></ol></li></ol>\",\n        \"category\": \"Rules\",\n        \"parent\": \"【体育投注规则】\"\n    }\n]"},{"id":"de985a3f-7895-4d86-9f54-96c31bd32254","name":"Get Faq Detail","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/{{lang}}/api/app/faq/detail/{{faq_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.12"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Fri, 27 Mar 2020 08:01:22 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_body_app config:field.storage.node.field_category config:field.storage.node.field_parent_faq config:views.view.tlc_faq_view extensions http_response node:131 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.node_grants:view user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,token,Culture,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,X-Api-ID,X-Service-RateLimit,X-UsagePlan-RateLimit,X-UsagePlan-Quota,Cache-Control,Connection,Content-Disposition,Date,Keep-Alive,Pragma,Via,Accept,Accept-Charset,Accept-Encoding,Accept-Language,Authorization,Cookie,Expect,From,Host,If-Match,If-Modified-Since,If-None-Match,If-Range,If-Unmodified-Since,Range,Origin,Referer,User-Agent,X-Forwarded-For,X-Forwarded-Host,X-Forwarded-Proto,Accept-Range,Age,Content-Range,Content-Security-Policy,ETag,Expires,Last-Modified,Location,Server,Set-Cookie,Trailer,Transfer-Encoding,Vary,Allow,Content-Encoding,Content-Language,Content-Length,Content-Location,Content-Type"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"131\",\n        \"title\": \"【行为限制】\",\n        \"body\": \"<p>赌赌赌，控制不了自己，怎么办?<br />小同想说，博彩纯粹是让人娱乐和消闲，而非赚钱的工具。<br />小同备有专门的行为限制设置，玩家可以设置自己的投注限额和投注行为；<br />行为限制设置可使玩家们在设定的日子内，无法登录或高于限额投注；<br />那到底怎样进行设置呢?</p>\",\n        \"category\": \"Account\",\n        \"parent\": \"\"\n    }\n]"}],"_postman_id":"c3438c92-edc2-45a2-a914-234c0bdfe068"},{"name":"Get All Promotions - Eligible Bonus","event":[{"listen":"test","script":{"id":"9e47ff7e-6118-4a0e-a677-b50c22cbfc19","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var schema = {","    \"type\": \"object\",","    \"required\": [","        \"data\"","    ],","    \"properties\": {","        \"data\": {","            \"type\": \"array\",","            \"items\": [{","                \"type\": \"object\",","                \"required\": [","                    \"promoTitle\",","                    \"promoImage\",","                    \"promoId\",","                    \"category\",","                    \"labels\",","                    \"eligibilityOverride\",","                    \"visibility\"","                ],","                \"properties\": {","                    \"promoTitle\": {\"type\": \"string\"},","                    \"promoImage\": {\"type\": \"string\"},","                    \"promoId\": {\"type\": \"string\"},","                    \"category\": {","                        \"type\": \"array\",","                        \"items\": [","                            {\"type\": \"string\"}","                        ]","                    },","                    \"labels\": {","                        \"type\": \"array\",","                        \"items\": [","                            {\"type\": \"string\"}","                        ]","                    },","                    \"eligibilityOverride\": {\"type\": \"string\"},","                    \"visibility\": {\"type\": \"string\"}","                }","            }]","        }","    }","};","","pm.test(\"Valid data and object check\", function(){","   pm.expect(jsonData).to.be.not.empty;","   pm.response.to.have.jsonSchema(schema);","})","","try {","    var objs = jsonData.data;","    var keysToCheck = schema[\"properties\"][\"data\"][\"items\"][0][\"required\"];","    objs.forEach(function(obj){","        pm.test('Check for all keys', function(){","            pm.expect(obj).to.have.all.keys(keysToCheck);","        });","","        keysToCheck.forEach(function(key){","            pm.test(`Check key not empty - ${key}`, function(){","                pm.expect(obj[key]).to.be.not.empty;","            });    ","        });","","        pm.test('Category not empty', function(){","            pm.expect(obj.category).to.be.not.empty;","        });","","        pm.expect(obj.category[0]).to.be.oneOf(['Sports','Lottery','VIP','Special','Fishing','P2P','ESports','Casino','8 Shop','Slot']);","        pm.sendRequest(obj.promoImage, function (err, res){","            if (err) { console.log(err); }","            pm.test(obj.promoImage  + ' image is ok', function(){","                pm.expect(err).to.equal(null);","                pm.expect(res).to.have.property('code', 200);","                pm.expect(res).to.have.property('status', 'OK');","                var sizeOK = res.responseSize > 50 ? true : false;","                pm.expect(sizeOK).to.be.true;","            });","        });","    })","} catch (e) {","    console.log(e);","}"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"bc7d9dcb-b75d-4aeb-8718-dd1690764317","exec":["// set authorization token","const options = {","    url: \"http://kongstaging.tlc88.biz/api/Login?api-version=2.0&brand=tlc&Platform=All\",","    method: 'POST',","    header: { ","        'content-type': 'application/json', ","        'Culture': 'ZH-CN' ","    },","    body: {","        mode: 'raw',","        raw: JSON.stringify({","            \"hostName\": \"hostname.com\",","            \"captchaId\": \"30172f1a-c2c9-4fb7-afaf-2a4eb9391e44\",","            \"captchaCode\": \"999999\",","            \"grantType\": \"password\",","            \"clientId\": \"TLC.Native.App\",","            \"clientSecret\": \"muitten\",","            \"username\": \"testshowhide01\",","            \"password\": \"asdf1234\",","            \"scope\": \"Mobile.Service offline_access\",","            \"appId\": \"nettium.tlc.native\",","            \"siteId\": 2","        })","    }","};","","pm.sendRequest(options, function (err, res) {","    var jsonData = res.json();","    if (err) {","        console.log(err);","    } else {","        console.log(jsonData);","        pm.environment.set(\"authorization\", jsonData.accessToken.access_token);","    }","});"],"type":"text/javascript"}}],"id":"b712577c-663a-44f5-a8b5-9c271da45fe4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"},{"key":"Authorization","type":"text","value":"bearer {{authorization}}"}],"url":"{{url}}/{{lang}}/api/app/Promotions/:promotion_category_id","description":"<ul>\n<li>This API is used to get <strong>All Promotions List / Promotions with specified category</strong> which contains:<ul>\n<li>promoTitle (Title of the promotion)</li>\n<li>promoImage (Full path of image app url)</li>\n<li>promoId (The id of the promotion)</li>\n<li>category (The list of categories of the promotion)</li>\n<li>labels (just for you, hot, new) : if set, then it will be prioritized</li>\n<li>eligibilityOverride : to override hydra's promotion visibility</li>\n<li>visibility : private, public, both</li>\n</ul>\n</li>\n<li>Put the token provided into the header section</li>\n</ul>\n<ul>\n<li>The structure of this api is:<ul>\n<li>[base_path]/[language]/api/Promotions/[promotion_category_id]</li>\n</ul>\n</li>\n<li><strong>To get the eligible promotion for a specific user, add the \"Authorization\" on the header</strong></li>\n<li>The language code :<ul>\n<li>Chinese : zh-hans</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{lang}}","api","app","Promotions",":promotion_category_id"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"89","key":"promotion_category_id"}]}},"response":[{"id":"f89f9404-3690-437a-9377-6ad3f6e03098","name":"Get Promotions","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/{{lang}}/api/Promotions/94"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.12"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Thu, 05 Mar 2020 07:39:52 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_category config:field.storage.node.field_image_app config:views.view.tlc_promotions_api extensions http_response node:2137 node:2170 node:2171 node:3879 node:3905 node:3912 node:3918 node:3919 node:3942 node:3958 node:3959 node:3963 node:3968 node:3969 node:56 node:58 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.node_grants:view user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,token,Culture,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,X-Api-ID,X-Service-RateLimit,X-UsagePlan-RateLimit,X-UsagePlan-Quota,Cache-Control,Connection,Content-Disposition,Date,Keep-Alive,Pragma,Via,Accept,Accept-Charset,Accept-Encoding,Accept-Language,Authorization,Cookie,Expect,From,Host,If-Match,If-Modified-Since,If-None-Match,If-Range,If-Unmodified-Since,Range,Origin,Referer,User-Agent,X-Forwarded-For,X-Forwarded-Host,X-Forwarded-Proto,Accept-Range,Age,Content-Range,Content-Security-Policy,ETag,Expires,Last-Modified,Location,Server,Set-Cookie,Trailer,Transfer-Encoding,Vary,Allow,Content-Encoding,Content-Language,Content-Length,Content-Location,Content-Type"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"promoTitle\": \"20% 同乐棋牌 再存预付彩金\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/6100/20popup_0.jpg\",\n            \"promoId\": \"3969\",\n            \"category\": [\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"50 % 同乐棋牌  同乐币每天领\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/6074/50popup.jpg\",\n            \"promoId\": \"3879\",\n            \"category\": [\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"同乐币介绍_qipai\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/5825/popupqipai_1.jpg\",\n            \"promoId\": \"3905\",\n            \"category\": [\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"棋牌 周周连胜好运金\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/5844/KYpopup%282%29_0.jpg\",\n            \"promoId\": \"3912\",\n            \"category\": [\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"棋牌 返水无上限\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/5855/KYpopup%281%29_1.jpg\",\n            \"promoId\": \"3918\",\n            \"category\": [\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"棋牌 返水无上限\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/5856/KYpopup%281%29_1.jpg\",\n            \"promoId\": \"3919\",\n            \"category\": [\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"50 % 开元棋牌  同乐币每天领\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/6053/popup_promo%2825%29_0.jpg\",\n            \"promoId\": \"3942\",\n            \"category\": [\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"同乐城APP全新改版 下载立享18元 \",\n            \"promoImage\": \"\",\n            \"promoId\": \"56\",\n            \"category\": [\n                \"Special\",\n                \"Slot\",\n                \"P2P\",\n                \"Fishing\",\n                \"Lottery\"\n            ]\n        },\n        {\n            \"promoTitle\": \"开元棋牌 奖金周周送\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/6069/dailypopup_0.jpg\",\n            \"promoId\": \"3958\",\n            \"category\": [\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"小同为您准备大礼 二存三存就送您\",\n            \"promoImage\": \"\",\n            \"promoId\": \"58\",\n            \"category\": [\n                \"Special\",\n                \"VIP\",\n                \"P2P\",\n                \"Slot\",\n                \"Lottery\"\n            ]\n        },\n        {\n            \"promoTitle\": \"70周年同乐庆国庆 棋牌抽水大返还\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/6070/KYpopup2%284%29_0.jpg\",\n            \"promoId\": \"3959\",\n            \"category\": [\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"50 % 同乐棋牌  同乐币每天领\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/6074/50popup_0.jpg\",\n            \"promoId\": \"3963\",\n            \"category\": [\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"同乐城APP全新改版 下载立享18元\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-08/referfriendicon2.jpg\",\n            \"promoId\": \"2170\",\n            \"category\": [\n                \"Special\",\n                \"Fishing\",\n                \"Lottery\",\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"20% KY 开元棋牌 再存预付彩金\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/6095/ky_popup%285%29_0.jpg\",\n            \"promoId\": \"3968\",\n            \"category\": [\n                \"P2P\",\n                \"Casino\"\n            ]\n        },\n        {\n            \"promoTitle\": \"让你猜猜！\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-08/iconnew2.jpg\",\n            \"promoId\": \"2171\",\n            \"category\": [\n                \"VIP\",\n                \"ESports\",\n                \"Casino\",\n                \"P2P\",\n                \"Slot\",\n                \"Fishing\"\n            ]\n        },\n        {\n            \"promoTitle\": \"Promo001\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-08/Copy_Button.png\",\n            \"promoId\": \"2137\",\n            \"category\": [\n                \"Special\",\n                \"Sports\",\n                \"Casino\",\n                \"ESports\",\n                \"Fishing\",\n                \"Lottery\",\n                \"P2P\",\n                \"Slot\",\n                \"VIP\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"b712577c-663a-44f5-a8b5-9c271da45fe4"},{"name":"Get Promotion Content","event":[{"listen":"test","script":{"id":"fafecc08-c2d5-44b4-97be-047bbcea7017","exec":["// ",""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"b96e1068-f7f6-44a9-acce-c512920fe167","exec":["var promoids = pm.environment.get('promoIDs');","var promotionId;","","if(!promoids){","    promoids = [];","}","","if(promoids.length > 0){","    promotionId = promoids[0];","}else{","    promotionId = pm.environment.get('promotionId');","}","","if(!promotionId){","    // promotionId = 11406;","    console.log(\"Please set promotionId..\")","}","pm.environment.set('promotionId', promotionId);"],"type":"text/javascript"}}],"id":"73d6abca-ebb0-4f51-a60a-7f9d22485595","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"rate","type":"text"}],"url":"","description":"<ul>\n<li>This API is used to get <strong>All specified promotion</strong> which contains:<ul>\n<li>promoTitle (Title of the promotion)</li>\n<li>promoDesc (Description of the promotion)</li>\n<li>image (Full path of image url)</li>\n<li>category (List of the categories that the promotion used)</li>\n<li>body (The content of the promotion)</li>\n<li>promoId (The promotion Id)</li>\n<li>bonusId (The bonus Id)</li>\n<li>bonusMaxAmount (The max amount of the bonus)</li>\n<li>bonusMinAmount (The min amount of the bonus)</li>\n<li>bonusName (The bonus name)</li>\n<li>bonusProduct (The bonus product)</li>\n<li>dateRange (The date range of the promotion)</li>\n<li>promoType (The type of promotions)</li>\n<li>actionType (Will be <strong>hidden</strong> if the <strong>promoType = Manual</strong>)</li>\n</ul>\n</li>\n<li><strong>If Authorization code is passed, this API will show the specified promotion ONLY if the user with that Authorization code is eligible based on the bonus ID tagged on it</strong></li>\n<li>Put the token provided into the header section</li>\n<li>There is a parameter that can be used as the filter URL [[promotionId]]</li>\n</ul>\n<ul>\n<li>The structure of this api is:<ul>\n<li>single id :   <ul>\n<li><strong>[base_path]/[language]/api/app/Promotion?id=[promotionId]</strong></li>\n</ul>\n</li>\n<li>multiple id:<ul>\n<li><strong>[base_path]/[language]/api/app/Promotion?id[]=[promotionId_1]&amp;id[]=[promotionId2]&amp;id[]=[promotionId...]</strong></li>\n</ul>\n</li>\n</ul>\n</li>\n<li>The language code :<ul>\n<li>Chinese : zh-hans</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"query":[],"variable":[]}},"response":[{"id":"1bb8fd20-3001-4bec-b77c-e4c3181a7ebc","name":"Get Promotion Content with multiple IDs","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"{{url}}/{{lang}}/api/Promotion?id[]=57&id[]=58","host":["{{url}}"],"path":["{{lang}}","api","Promotion"],"query":[{"key":"id[]","value":"57"},{"key":"id[]","value":"58"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.12"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Mon, 13 Jan 2020 06:18:07 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_body_app config:field.storage.node.field_bonus_id config:field.storage.node.field_bonus_max_amount config:field.storage.node.field_bonus_min_amount config:field.storage.node.field_bonus_name config:field.storage.node.field_bonus_product config:field.storage.node.field_category config:field.storage.node.field_date_range config:field.storage.node.field_desc_app config:field.storage.node.field_image_app config:views.view.tlc_promotion_content_api extensions http_response node:2137 node:2170 node:2171 node:2173 node:2213 node:3501 node:3506 node:3536 node:3980 node:53 node:54 node:55 node:56 node:57 node:58 node:59 node:60 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.node_grants:view user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"title\": \"同乐城APP全新改版 下载立享18元\",\n            \"desc\": \"\",\n            \"image\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-08/referfriendicon2.jpg\",\n            \"category\": [\n                \"Special\",\n                \"Fishing\",\n                \"Lottery\",\n                \"P2P\"\n            ],\n            \"body\": \"<p>同乐城APP全新改版 下载立享18元同乐城APP全新改版 下载立享18元同乐城APP全新改版 下载立享18元</p>\",\n            \"promotionId\": \"2170\",\n            \"bonusId\": \"\",\n            \"bonusMaxAmount\": \"\",\n            \"bonusMinAmount\": \"\",\n            \"bonusName\": \"\",\n            \"bonusProduct\": \"\",\n            \"dateRange\": \"08/20/2019 - 12:00 - 08/20/2020 - 12:00\"\n        },\n        {\n            \"title\": \"让你猜猜！\",\n            \"desc\": \"\",\n            \"image\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-08/iconnew2.jpg\",\n            \"category\": [\n                \"Casino\",\n                \"ESports\",\n                \"Fishing\",\n                \"P2P\",\n                \"Slot\",\n                \"VIP\"\n            ],\n            \"body\": \"<p><span style=\\\"color: rgb(231, 25, 35); font-family: Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 700; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;\\\">同乐城 同乐币介绍</span><br style=\\\"box-sizing: border-box; color: rgb(231, 25, 35); font-family: Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 700; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;\\\" /><span style=\\\"color: rgb(231, 25, 35); font-family: Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 700; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;\\\">玩捕鱼就送同乐币同乐城 同乐币介绍</span><br style=\\\"box-sizing: border-box; color: rgb(231, 25, 35); font-family: Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 700; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;\\\" /><span style=\\\"color: rgb(231, 25, 35); font-family: Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 700; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;\\\">玩捕鱼就送同乐币</span></p>\",\n            \"promotionId\": \"2171\",\n            \"bonusId\": \"\",\n            \"bonusMaxAmount\": \"\",\n            \"bonusMinAmount\": \"\",\n            \"bonusName\": \"\",\n            \"bonusProduct\": \"\",\n            \"dateRange\": \"08/20/2019 - 12:45 - 08/20/2020 - 12:45\"\n        },\n        {\n            \"title\": \"[Manual] Casino Lorem ipsum dolor sit amet.\",\n            \"desc\": \"\",\n            \"image\": \"\",\n            \"category\": [\n                \"Special\",\n                \"Sports\",\n                \"Casino\"\n            ],\n            \"body\": \"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Unde eum corporis ab, reprehenderit quis nisi neque inventore qui asperiores tempore? Sed doloribus recusandae ut mollitia suscipit fuga maiores numquam, iure, blanditiis quibusdam soluta illum dolor sapiente optio quasi! Repellat tenetur velit, qui optio vero alias cum itaque maxime deleniti, repellendus ad quo sint dolor corporis quis. Obcaecati necessitatibus nulla asperiores dicta dolorem inventore recusandae pariatur molestiae perspiciatis tempora ipsa ipsum quasi ad aliquid consequatur, magni excepturi! Sequi voluptate officiis mollitia accusamus, quibusdam, doloribus a. Ex pariatur quo sequi maiores vitae deserunt repellendus omnis fugit praesentium explicabo tempora, distinctio officia asperiores est quod repudiandae sed esse voluptatum commodi nisi perferendis placeat quas, labore, nihil. Impedit quam dicta sit. Quaerat odio neque architecto atque corporis nobis dolorum necessitatibus temporibus, quia sint totam, culpa laudantium repellendus labore expedita voluptatum, debitis ipsum accusantium enim recusandae laboriosam nulla. Nihil quo deserunt molestias, atque repudiandae temporibus porro sunt rerum laborum, aperiam similique distinctio est ab culpa saepe quaerat placeat necessitatibus qui incidunt sed iure. Labore libero eum nobis atque animi sunt illo nam repellat, natus quibusdam, incidunt sed perspiciatis dicta doloremque recusandae consequatur voluptas fugit numquam quod a quisquam molestiae. Quos quo error perferendis, reiciendis doloribus.</p>\",\n            \"promotionId\": \"53\",\n            \"bonusId\": \"\",\n            \"bonusMaxAmount\": \"\",\n            \"bonusMinAmount\": \"\",\n            \"bonusName\": \"JT Test CMS\",\n            \"bonusProduct\": \"\",\n            \"dateRange\": \"04/22/2019 - 16:00 - 04/22/2020 - 16:00\"\n        },\n        {\n            \"title\": \"捕鱼每日返水 0.20% 无上限\",\n            \"desc\": \"\",\n            \"image\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-08/Casino_AG_0_0.jpg\",\n            \"category\": [\n                \"Special\"\n            ],\n            \"body\": \"<p><span style=\\\"color: rgb(231, 25, 35); font-family: Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 700; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;\\\">捕鱼每日返水 0.20% 无上限</span></p>\",\n            \"promotionId\": \"2173\",\n            \"bonusId\": \"\",\n            \"bonusMaxAmount\": \"\",\n            \"bonusMinAmount\": \"\",\n            \"bonusName\": \"\",\n            \"bonusProduct\": \"\",\n            \"dateRange\": \"08/20/2019 - 14:15 - 08/20/2020 - 14:15\"\n        },\n        {\n            \"title\": \"Lorem ipsum dolor sit amet\",\n            \"desc\": \"\",\n            \"image\": \"\",\n            \"category\": [\n                \"Special\",\n                \"ESports\"\n            ],\n            \"body\": \"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Unde eum corporis ab, reprehenderit quis nisi neque inventore qui asperiores tempore? Sed doloribus recusandae ut mollitia suscipit fuga maiores numquam, iure, blanditiis quibusdam soluta illum dolor sapiente optio quasi! Repellat tenetur velit, qui optio vero alias cum itaque maxime deleniti, repellendus ad quo sint dolor corporis quis. Obcaecati necessitatibus nulla asperiores dicta dolorem inventore recusandae pariatur molestiae perspiciatis tempora ipsa ipsum quasi ad aliquid consequatur, magni excepturi! Sequi voluptate officiis mollitia accusamus, quibusdam, doloribus a. Ex pariatur quo sequi maiores vitae deserunt repellendus omnis fugit praesentium explicabo tempora, distinctio officia asperiores est quod repudiandae sed esse voluptatum commodi nisi perferendis placeat quas, labore, nihil. Impedit quam dicta sit. Quaerat odio neque architecto atque corporis nobis dolorum necessitatibus temporibus, quia sint totam, culpa laudantium repellendus labore expedita voluptatum, debitis ipsum accusantium enim recusandae laboriosam nulla. Nihil quo deserunt molestias, atque repudiandae temporibus porro sunt rerum laborum, aperiam similique distinctio est ab culpa saepe quaerat placeat necessitatibus qui incidunt sed iure. Labore libero eum nobis atque animi sunt illo nam repellat, natus quibusdam, incidunt sed perspiciatis dicta doloremque recusandae consequatur voluptas fugit numquam quod a quisquam molestiae. Quos quo error perferendis, reiciendis doloribus.</p>\",\n            \"promotionId\": \"54\",\n            \"bonusId\": \"\",\n            \"bonusMaxAmount\": \"\",\n            \"bonusMinAmount\": \"\",\n            \"bonusName\": \"test LD turnover\",\n            \"bonusProduct\": \"\",\n            \"dateRange\": \"04/22/2019 - 16:15 - 04/22/2020 - 16:15\"\n        },\n        {\n            \"title\": \"8shop\",\n            \"desc\": \"\",\n            \"image\": \"\",\n            \"category\": [\n                \"8Shop\"\n            ],\n            \"body\": \"<p>8shop</p>\",\n            \"promotionId\": \"3980\",\n            \"bonusId\": \"\",\n            \"bonusMaxAmount\": \"\",\n            \"bonusMinAmount\": \"\",\n            \"bonusName\": \"\",\n            \"bonusProduct\": \"\",\n            \"dateRange\": \"10/01/2019 - 14:45 - 10/14/2020 - 14:45\"\n        },\n        {\n            \"title\": \"Casino Lorem ipsum dolor sit amet.2\",\n            \"desc\": \"\",\n            \"image\": \"\",\n            \"category\": [\n                \"Special\",\n                \"Casino\"\n            ],\n            \"body\": \"<p>Casino Lorem ipsum dolor sit amet.</p>\",\n            \"promotionId\": \"55\",\n            \"bonusId\": \"\",\n            \"bonusMaxAmount\": \"\",\n            \"bonusMinAmount\": \"\",\n            \"bonusName\": \"JT Test CMS\",\n            \"bonusProduct\": \"\",\n            \"dateRange\": \"04/23/2019 - 16:15 - 04/23/2020 - 16:15\"\n        },\n        {\n            \"title\": \"CHACHA\",\n            \"desc\": \"Fucking Disneyland\",\n            \"image\": \"\",\n            \"category\": [\n                \"Special\"\n            ],\n            \"body\": \"<p>For testing purpose</p>\",\n            \"promotionId\": \"3501\",\n            \"bonusId\": \"\",\n            \"bonusMaxAmount\": \"\",\n            \"bonusMinAmount\": \"\",\n            \"bonusName\": \"\",\n            \"bonusProduct\": \"\",\n            \"dateRange\": \"09/23/2019 - 15:00 - 09/23/2020 - 15:00\"\n        },\n        {\n            \"title\": \"同乐城APP全新改版 下载立享18元 \",\n            \"desc\": \"\",\n            \"image\": \"\",\n            \"category\": [\n                \"Special\",\n                \"Slot\",\n                \"P2P\",\n                \"Fishing\",\n                \"Lottery\"\n            ],\n            \"body\": \"<p>同乐城APP全新改版 下载立享18元</p><p>同乐城APP全新改版 下载立享18元</p><p>同乐城APP全新改版 下载立享18元</p><p>同乐城APP全新改版 下载立享18元</p><p>同乐城APP全新改版 下载立享18元</p>\",\n            \"promotionId\": \"56\",\n            \"bonusId\": \"\",\n            \"bonusMaxAmount\": \"\",\n            \"bonusMinAmount\": \"\",\n            \"bonusName\": \"test slot turnover predefined ntmuit\",\n            \"bonusProduct\": \"\",\n            \"dateRange\": \"04/25/2019 - 16:30 - 04/25/2020 - 16:30\"\n        },\n        {\n            \"title\": \"所有電子遊戲最高1%返水\",\n            \"desc\": \"Description(App)\",\n            \"image\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/Grand_1.jpg\",\n            \"category\": [\n                \"Sports\",\n                \"Casino\"\n            ],\n            \"body\": \"<p style=\\\"margin:0px 0px 10px; text-align:start; -webkit-text-stroke-width:0px\\\"><span style=\\\"font-size:14px\\\"><span style=\\\"box-sizing:border-box\\\"><span style=\\\"color:#000000\\\"><span style=\\\"font-family:Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif\\\"><span style=\\\"font-style:normal\\\"><span style=\\\"font-variant-ligatures:normal\\\"><span style=\\\"font-variant-caps:normal\\\"><span style=\\\"font-weight:400\\\"><span style=\\\"letter-spacing:normal\\\"><span style=\\\"orphans:2\\\"><span style=\\\"text-transform:none\\\"><span style=\\\"white-space:normal\\\"><span style=\\\"widows:2\\\"><span style=\\\"word-spacing:0px\\\"><span style=\\\"background-color:#ffffff\\\"><span style=\\\"text-decoration-style:initial\\\"><span style=\\\"text-decoration-color:initial\\\"><b class=\\\"boldText\\\" style=\\\"box-sizing:border-box; font-weight:700\\\"><strong style=\\\"box-sizing:border-box; font-weight:700\\\">电子游戏每日返水 最高 1% 返水红利</strong></b></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></p><p><strong style=\\\"box-sizing:border-box; font-weight:700; color:#000000; font-family:Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif; font-size:14px; font-style:normal; font-variant-ligatures:normal; font-variant-caps:normal; letter-spacing:normal; orphans:2; text-align:start; text-transform:none; white-space:normal; widows:2; word-spacing:0px; -webkit-text-stroke-width:0px; background-color:#ffffff; text-decoration-style:initial; text-decoration-color:initial\\\">【活动时间】</strong><span style=\\\"font-size:14px; text-align:start; -webkit-text-stroke-width:0px\\\"><span style=\\\"color:#000000\\\"><span style=\\\"font-family:Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif\\\"><span style=\\\"font-style:normal\\\"><span style=\\\"font-variant-ligatures:normal\\\"><span style=\\\"font-variant-caps:normal\\\"><span style=\\\"font-weight:400\\\"><span style=\\\"letter-spacing:normal\\\"><span style=\\\"orphans:2\\\"><span style=\\\"text-transform:none\\\"><span style=\\\"white-space:normal\\\"><span style=\\\"widows:2\\\"><span style=\\\"word-spacing:0px\\\"><span style=\\\"background-color:#ffffff\\\"><span style=\\\"text-decoration-style:initial\\\"><span style=\\\"text-decoration-color:initial\\\"><span style=\\\"display:inline !important\\\"><span style=\\\"float:none\\\"> 2019 / 6 / 1 - 2019 / 12 / 30 （北京时间）</span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span><br style=\\\"box-sizing:border-box; color:#000000; font-family:Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif; font-size:14px; font-style:normal; font-variant-ligatures:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:2; text-align:start; text-transform:none; white-space:normal; widows:2; word-spacing:0px; -webkit-text-stroke-width:0px; background-color:#ffffff; text-decoration-style:initial; text-decoration-color:initial\\\" /><strong style=\\\"box-sizing:border-box; font-weight:700; color:#000000; font-family:Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif; font-size:14px; font-style:normal; font-variant-ligatures:normal; font-variant-caps:normal; letter-spacing:normal; orphans:2; text-align:start; text-transform:none; white-space:normal; widows:2; word-spacing:0px; -webkit-text-stroke-width:0px; background-color:#ffffff; text-decoration-style:initial; text-decoration-color:initial\\\">【活动平台】</strong> <b style=\\\"box-sizing:border-box; font-weight:700; color:#000000; font-family:Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif; font-size:14px; font-style:normal; font-variant-ligatures:normal; font-variant-caps:normal; letter-spacing:normal; orphans:2; text-align:start; text-transform:none; white-space:normal; widows:2; word-spacing:0px; -webkit-text-stroke-width:0px; background-color:#ffffff; text-decoration-style:initial; text-decoration-color:initial\\\"><strong style=\\\"box-sizing:border-box; font-weight:700\\\">电子游戏 (<a href=\\\"https://www.tlc8829.com/zh/slot/mgsqf.htm\\\" style=\\\"box-sizing:border-box; color:#337ab7; text-decoration:none; text-shadow:none !important; -webkit-user-drag:none\\\">MG 电子</a>, <a href=\\\"https://www.tlc8829.com/zh/slot/pt.htm\\\" style=\\\"box-sizing:border-box; color:#337ab7; text-decoration:none; text-shadow:none !important; -webkit-user-drag:none\\\">PT 电子</a>,  <a href=\\\"https://www.tlc8829.com/zh/slot/bsg.htm\\\" style=\\\"box-sizing:border-box; color:#337ab7; text-decoration:none; text-shadow:none !important; -webkit-user-drag:none\\\">BS 电子</a>, <a href=\\\"https://www.tlc8829.com/zh/slot/tg.htm\\\" style=\\\"box-sizing:border-box; color:#337ab7; text-decoration:none; text-shadow:none !important; -webkit-user-drag:none\\\">PP 电子</a>，<a href=\\\"https://www.tlc8829.com/zh/slot/spg.htm\\\" style=\\\"box-sizing:border-box; color:#337ab7; text-decoration:none; text-shadow:none !important; -webkit-user-drag:none\\\">SP 电子</a>, <a href=\\\"https://www.tlc8829.com/zh/slot/dtg.htm\\\" style=\\\"box-sizing:border-box; color:#337ab7; text-decoration:none; text-shadow:none !important; -webkit-user-drag:none\\\">DT 电子</a>, <a href=\\\"https://www.tlc8829.com/zh/slot/am.htm\\\" style=\\\"box-sizing:border-box; color:#337ab7; text-decoration:none; text-shadow:none !important; -webkit-user-drag:none\\\">TT 电子</a>)</strong></b><br style=\\\"box-sizing:border-box; color:#000000; font-family:Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif; font-size:14px; font-style:normal; font-variant-ligatures:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:2; text-align:start; text-transform:none; white-space:normal; widows:2; word-spacing:0px; -webkit-text-stroke-width:0px; background-color:#ffffff; text-decoration-style:initial; text-decoration-color:initial\\\" /><strong style=\\\"box-sizing:border-box; font-weight:700; color:#000000; font-family:Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif; font-size:14px; font-style:normal; font-variant-ligatures:normal; font-variant-caps:normal; letter-spacing:normal; orphans:2; text-align:start; text-transform:none; white-space:normal; widows:2; word-spacing:0px; -webkit-text-stroke-width:0px; background-color:#ffffff; text-decoration-style:initial; text-decoration-color:initial\\\">【详情如下表】</strong><br style=\\\"box-sizing:border-box\\\" /> </p><table class=\\\"table table-bordered text-center stacktable stacktable-lg hidden-xs hidden-sm\\\" data-toggle=\\\"stacktable\\\" height=\\\"5\\\" style=\\\"box-sizing:border-box; border-spacing:0px; border-collapse:collapse; background-color:#ffffff; text-align:center; width:auto; max-width:100%; margin-bottom:20px; border:1px solid #000000 !important; color:#000000; font-family:Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif; font-size:14px; font-style:normal; font-variant-ligatures:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:2; text-transform:none; white-space:normal; widows:2; word-spacing:0px; -webkit-text-stroke-width:0px; text-decoration-style:initial; text-decoration-color:initial\\\" width=\\\"525\\\">\\t<thead style=\\\"box-sizing:border-box\\\">\\t\\t<tr style=\\\"box-sizing:border-box\\\">\\t\\t\\t<th style=\\\"box-sizing:border-box; padding:8px; text-align:center; vertical-align:bottom; background-color:#a4a4a4; line-height:1.42857; border-top:0px; border-bottom:1px solid #000000 !important; border-right:1px solid #000000 !important; border-left:1px solid #000000 !important; border-image:initial !important\\\"><strong style=\\\"box-sizing:border-box; font-weight:700\\\">每日有效流水</strong></th>\\t\\t\\t<th style=\\\"box-sizing:border-box; padding:8px; text-align:center; vertical-align:bottom; background-color:#a4a4a4; line-height:1.42857; border-top:0px; border-bottom:1px solid #000000 !important; border-right:1px solid #000000 !important; border-left:1px solid #000000 !important; border-image:initial !important\\\">返水比例</th>\\t\\t\\t<th style=\\\"box-sizing:border-box; padding:8px; text-align:center; vertical-align:bottom; background-color:#a4a4a4; line-height:1.42857; border-top:0px; border-bottom:1px solid #000000 !important; border-right:1px solid #000000 !important; border-left:1px solid #000000 !important; border-image:initial !important\\\">每日最高可得</th>\\t\\t</tr>\\t</thead>\\t<tbody style=\\\"box-sizing:border-box\\\">\\t\\t<tr style=\\\"box-sizing:border-box\\\">\\t\\t\\t<td style=\\\"border:1px solid #000000 !important; padding:8px; vertical-align:top; line-height:1.42857; text-align:center; background-color:#ffffff\\\"><span style=\\\"box-sizing:border-box\\\"><span style=\\\"box-sizing:border-box\\\">500 - 200,000</span></span></td>\\t\\t\\t<td style=\\\"border:1px solid #000000 !important; padding:8px; vertical-align:top; line-height:1.42857; text-align:center; background-color:#ffffff\\\"><span style=\\\"box-sizing:border-box\\\"><span style=\\\"box-sizing:border-box\\\">0.28%</span></span></td>\\t\\t\\t<td style=\\\"border:1px solid #000000 !important; padding:8px; vertical-align:top; line-height:1.42857; text-align:center; background-color:#ffffff\\\"><span style=\\\"box-sizing:border-box\\\"><span style=\\\"box-sizing:border-box\\\">560 元</span></span></td>\\t\\t</tr>\\t\\t<tr style=\\\"box-sizing:border-box\\\">\\t\\t\\t<td style=\\\"border:1px solid #000000 !important; padding:8px; vertical-align:top; line-height:1.42857; text-align:center; background-color:#ffffff\\\"><span style=\\\"box-sizing:border-box\\\">200,001 - 600,000</span></td>\\t\\t\\t<td style=\\\"border:1px solid #000000 !important; padding:8px; vertical-align:top; line-height:1.42857; text-align:center; background-color:#ffffff\\\"><span style=\\\"box-sizing:border-box\\\">0.38%</span></td>\\t\\t\\t<td style=\\\"border:1px solid #000000 !important; padding:8px; vertical-align:top; line-height:1.42857; text-align:center; background-color:#ffffff\\\"><span style=\\\"box-sizing:border-box\\\"><span style=\\\"box-sizing:border-box\\\">2,080 元</span></span></td>\\t\\t</tr>\\t\\t<tr style=\\\"box-sizing:border-box\\\">\\t\\t\\t<td style=\\\"border:1px solid #000000 !important; padding:8px; vertical-align:top; line-height:1.42857; text-align:center; background-color:#ffffff\\\"><span style=\\\"box-sizing:border-box\\\">600,001 或以上</span></td>\\t\\t\\t<td style=\\\"border:1px solid #000000 !important; padding:8px; vertical-align:top; line-height:1.42857; text-align:center; background-color:#ffffff\\\"><span style=\\\"box-sizing:border-box\\\">0.58%</span></td>\\t\\t\\t<td style=\\\"border:1px solid #000000 !important; padding:8px; vertical-align:top; line-height:1.42857; text-align:center; background-color:#ffffff\\\"><span style=\\\"box-sizing:border-box\\\">无上限</span></td>\\t\\t</tr>\\t</tbody></table><p><font color=\\\"red\\\"><font style=\\\"box-sizing: border-box; font-family: Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;\\\">VIP专属返水</font></font></p><table class=\\\"table table-bordered text-center stacktable stacktable-lg hidden-xs hidden-sm\\\" data-toggle=\\\"stacktable\\\" height=\\\"5\\\" style=\\\"box-sizing:border-box; border-spacing:0px; border-collapse:collapse; background-color:#ffffff; text-align:center; width:auto; max-width:100%; margin-bottom:20px; border:1px solid #000000 !important; color:#000000; font-family:Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif; font-size:14px; font-style:normal; font-variant-ligatures:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:2; text-transform:none; white-space:normal; widows:2; word-spacing:0px; -webkit-text-stroke-width:0px; text-decoration-style:initial; text-decoration-color:initial\\\" width=\\\"525\\\">\\t<thead style=\\\"box-sizing:border-box\\\">\\t\\t<tr style=\\\"box-sizing:border-box\\\">\\t\\t\\t<th style=\\\"box-sizing:border-box; padding:8px; text-align:center; vertical-align:bottom; background-color:#a4a4a4; line-height:1.42857; border-top:0px; border-bottom:1px solid #000000 !important; border-right:1px solid #000000 !important; border-left:1px solid #000000 !important; border-image:initial !important\\\"><strong style=\\\"box-sizing:border-box; font-weight:700\\\">每日有效流水</strong></th>\\t\\t\\t<th style=\\\"box-sizing:border-box; padding:8px; text-align:center; vertical-align:bottom; background-color:#a4a4a4; line-height:1.42857; border-top:0px; border-bottom:1px solid #000000 !important; border-right:1px solid #000000 !important; border-left:1px solid #000000 !important; border-image:initial !important\\\">返水比例</th>\\t\\t\\t<th style=\\\"box-sizing:border-box; padding:8px; text-align:center; vertical-align:bottom; background-color:#a4a4a4; line-height:1.42857; border-top:0px; border-bottom:1px solid #000000 !important; border-right:1px solid #000000 !important; border-left:1px solid #000000 !important; border-image:initial !important\\\">每日最高可得</th>\\t\\t</tr>\\t</thead>\\t<tbody style=\\\"box-sizing:border-box\\\">\\t\\t<tr style=\\\"box-sizing:border-box\\\">\\t\\t\\t<td style=\\\"border:1px solid #000000 !important; padding:8px; vertical-align:top; line-height:1.42857; text-align:center; background-color:#ffffff\\\"><span style=\\\"box-sizing:border-box\\\"><span style=\\\"box-sizing:border-box\\\">500 - 1,000,000</span></span></td>\\t\\t\\t<td style=\\\"border:1px solid #000000 !important; padding:8px; vertical-align:top; line-height:1.42857; text-align:center; background-color:#ffffff\\\"><span style=\\\"box-sizing:border-box\\\"><span style=\\\"box-sizing:border-box\\\">0.68%</span></span></td>\\t\\t\\t<td style=\\\"border:1px solid #000000 !important; padding:8px; vertical-align:top; line-height:1.42857; text-align:center; background-color:#ffffff\\\"><span style=\\\"box-sizing:border-box\\\"><span style=\\\"box-sizing:border-box\\\">6,800 元</span></span></td>\\t\\t</tr>\\t\\t<tr style=\\\"box-sizing:border-box\\\">\\t\\t\\t<td style=\\\"border:1px solid #000000 !important; padding:8px; vertical-align:top; line-height:1.42857; text-align:center; background-color:#ffffff\\\"><span style=\\\"box-sizing:border-box\\\">1,000,000 或以上</span></td>\\t\\t\\t<td style=\\\"border:1px solid #000000 !important; padding:8px; vertical-align:top; line-height:1.42857; text-align:center; background-color:#ffffff\\\"><span style=\\\"box-sizing:border-box\\\">1.0%</span></td>\\t\\t\\t<td style=\\\"border:1px solid #000000 !important; padding:8px; vertical-align:top; line-height:1.42857; text-align:center; background-color:#ffffff\\\"><span style=\\\"box-sizing:border-box\\\"><span style=\\\"box-sizing:border-box\\\">无上限</span></span></td>\\t\\t</tr>\\t</tbody></table><p><font color=\\\"red\\\"><font style=\\\"box-sizing: border-box; font-family: Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;\\\"><font color=\\\"red\\\"><font style=\\\"box-sizing: border-box;\\\">注 ：每日返水将在次日下午 20:00 前派发。</font></font><br style=\\\"box-sizing:border-box\\\" />返水计算方式：普通会员达到 800,000 的流水。他可得的彩金是(200,000 * 0.28%) + (400,000* 0.38%) + (200,000 * 0.58%) = 3,240 元。<br style=\\\"box-sizing:border-box\\\" /><br style=\\\"box-sizing:border-box\\\" /><b class=\\\"boldText\\\" style=\\\"box-sizing:border-box; font-weight:700\\\">【活动条件】</b></font></font></p><ol style=\\\"box-sizing:border-box; margin-top:0px; margin-bottom:10px; color:#000000; font-family:Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif; font-size:14px; font-style:normal; font-variant-ligatures:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:2; text-align:start; text-transform:none; white-space:normal; widows:2; word-spacing:0px; -webkit-text-stroke-width:0px; background-color:#ffffff; text-decoration-style:initial; text-decoration-color:initial\\\">\\t<li style=\\\"box-sizing:border-box\\\">本次优惠<strong style=\\\"box-sizing:border-box; font-weight:700\\\">无需申请，</strong>相应返水将在次日，自动派发至会员相对应的账户。返水彩金提款需要 1倍流水。</li>\\t<li style=\\\"box-sizing:border-box\\\">PT 流水将分平台计算返水，不可累计. 电子游戏 (MG, TT, BS, DT, PP, SP) 流水将合并计算返水。</li>\\t<li style=\\\"box-sizing:border-box\\\">该优惠不适用于在以下游戏中的投注：所有的真人娱乐场游戏，所有的街机游戏，刮刮乐，桌面游戏，视讯扑克，捕鱼游戏。如有在以上游戏中的投注，所产生的流水不计算在内。</li></ol><p style=\\\"margin:0px 0px 10px; text-align:start; -webkit-text-stroke-width:0px\\\"><span style=\\\"font-size:14px\\\"><span style=\\\"box-sizing:border-box\\\"><span style=\\\"color:#000000\\\"><span style=\\\"font-family:Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif\\\"><span style=\\\"font-style:normal\\\"><span style=\\\"font-variant-ligatures:normal\\\"><span style=\\\"font-variant-caps:normal\\\"><span style=\\\"font-weight:400\\\"><span style=\\\"letter-spacing:normal\\\"><span style=\\\"orphans:2\\\"><span style=\\\"text-transform:none\\\"><span style=\\\"white-space:normal\\\"><span style=\\\"widows:2\\\"><span style=\\\"word-spacing:0px\\\"><span style=\\\"background-color:#ffffff\\\"><span style=\\\"text-decoration-style:initial\\\"><span style=\\\"text-decoration-color:initial\\\">【<strong style=\\\"box-sizing:border-box; font-weight:700\\\">温馨提醒</strong>】</span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></p><ol style=\\\"box-sizing:border-box; margin-top:0px; margin-bottom:10px; color:#000000; font-family:Tahoma, Helvetica, Arial, &quot;Microsoft Yahei&quot;, 微软雅黑, STXihei, 华文细黑, sans-serif; font-size:14px; font-style:normal; font-variant-ligatures:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:2; text-align:start; text-transform:none; white-space:normal; widows:2; word-spacing:0px; -webkit-text-stroke-width:0px; background-color:#ffffff; text-decoration-style:initial; text-decoration-color:initial\\\">\\t<li style=\\\"box-sizing:border-box\\\">更多小同优惠请随时咨询<a href=\\\"http://livechat.tlc808.com/\\\" style=\\\"box-sizing:border-box; color:#337ab7; text-decoration:none; text-shadow:none !important; -webkit-user-drag:none\\\"><strong style=\\\"box-sizing:border-box; font-weight:700\\\">TLC </strong><strong style=\\\"box-sizing:border-box; font-weight:700\\\">在线客服</strong></a> 或查询 <a href=\\\"http://weibo.com/88celine\\\" style=\\\"box-sizing:border-box; color:#337ab7; text-decoration:none; text-shadow:none !important; -webkit-user-drag:none\\\"><strong style=\\\"box-sizing:border-box; font-weight:700\\\">TLC </strong><strong style=\\\"box-sizing:border-box; font-weight:700\\\">新浪微博</strong></a> 公告。</li>\\t<li style=\\\"box-sizing:border-box\\\">本优惠活动同时遵守<a class=\\\"slider\\\" style=\\\"box-sizing:border-box; color:#337ab7; text-decoration:none; text-shadow:none !important; -webkit-user-drag:none\\\">同乐城优惠活动条款及规则准则</a>。</li></ol>\",\n            \"promotionId\": \"3506\",\n            \"bonusId\": \"\",\n            \"bonusMaxAmount\": \"\",\n            \"bonusMinAmount\": \"\",\n            \"bonusName\": \"\",\n            \"bonusProduct\": \"\",\n            \"dateRange\": \"10/02/2019 - 17:00 - 10/31/2020 - 17:00\"\n        },\n        {\n            \"title\": \"小同打虎尝鲜 注册大礼包\",\n            \"desc\": \"\",\n            \"image\": \"\",\n            \"category\": [\n                \"Special\",\n                \"Sports\",\n                \"Casino\",\n                \"Slot\"\n            ],\n            \"body\": \"<p>小同打虎尝鲜 注册大礼包</p><p>小同打虎尝鲜 注册大礼包</p><p>小同打虎尝鲜 注册大礼包</p><p>小同打虎尝鲜 注册大礼包</p><p>小同打虎尝鲜 注册大礼包</p>\",\n            \"promotionId\": \"57\",\n            \"bonusId\": \"\",\n            \"bonusMaxAmount\": \"\",\n            \"bonusMinAmount\": \"\",\n            \"bonusName\": \"test LD turnover\",\n            \"bonusProduct\": \"\",\n            \"dateRange\": \"04/25/2019 - 16:30 - 06/25/2021 - 16:30\"\n        },\n        {\n            \"title\": \"小同为您准备大礼 二存三存就送您 \",\n            \"desc\": \"\",\n            \"image\": \"\",\n            \"category\": [\n                \"Special\",\n                \"Lottery\",\n                \"P2P\",\n                \"Slot\",\n                \"VIP\"\n            ],\n            \"body\": \"<p>小同为您准备大礼 二存三存就送您</p><p>小同为您准备大礼 二存三存就送您</p><p>小同为您准备大礼 二存三存就送您</p><p>小同为您准备大礼 二存三存就送您</p><p>小同为您准备大礼 二存三存就送您</p><p> </p>\",\n            \"promotionId\": \"58\",\n            \"bonusId\": \"\",\n            \"bonusMaxAmount\": \"\",\n            \"bonusMinAmount\": \"\",\n            \"bonusName\": \"test slot turnover predefined xiao ming\",\n            \"bonusProduct\": \"\",\n            \"dateRange\": \"04/25/2019 - 16:30 - 04/25/2020 - 16:30\"\n        },\n        {\n            \"title\": \"小同打虎尝鲜 注册大礼包\",\n            \"desc\": \"\",\n            \"image\": \"\",\n            \"category\": [\n                \"Special\",\n                \"Sports\",\n                \"Casino\"\n            ],\n            \"body\": \"<p>小同打虎尝鲜 注册大礼包小同打虎尝鲜 注册大礼包小同打虎尝鲜 注册大礼包小同打虎尝鲜 注册大礼包小同打虎尝鲜 注册大礼包小同打虎尝鲜 注册大礼包小同打虎尝鲜 注册大礼包小同打虎尝鲜 注册大礼包小同打虎尝鲜 注册大礼包小同打虎尝鲜 注册大礼包小同打虎尝鲜 注册大礼包</p>\",\n            \"promotionId\": \"59\",\n            \"bonusId\": \"\",\n            \"bonusMaxAmount\": \"\",\n            \"bonusMinAmount\": \"\",\n            \"bonusName\": \"\",\n            \"bonusProduct\": \"\",\n            \"dateRange\": \"08/14/2019 - 14:30 - 05/14/2020 - 14:30\"\n        },\n        {\n            \"title\": \"同乐城APP全新改版 下载立享18元\",\n            \"desc\": \"\",\n            \"image\": \"\",\n            \"category\": [\n                \"Special\",\n                \"Fishing\",\n                \"Lottery\"\n            ],\n            \"body\": \"<p>全新改版</p>\",\n            \"promotionId\": \"60\",\n            \"bonusId\": \"\",\n            \"bonusMaxAmount\": \"\",\n            \"bonusMinAmount\": \"\",\n            \"bonusName\": \"\",\n            \"bonusProduct\": \"\",\n            \"dateRange\": \"05/14/2019 - 14:45 - 05/14/2020 - 14:45\"\n        },\n        {\n            \"title\": \"8shopintro\",\n            \"desc\": \"\",\n            \"image\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/5348/popup_8shop.png\",\n            \"category\": [],\n            \"body\": \"\",\n            \"promotionId\": \"3536\",\n            \"bonusId\": \"\",\n            \"bonusMaxAmount\": \"\",\n            \"bonusMinAmount\": \"\",\n            \"bonusName\": \"8shopintro\",\n            \"bonusProduct\": \"\",\n            \"dateRange\": \"04/03/2019 - 08:00 - 01/01/2020 - 07:59\"\n        },\n        {\n            \"title\": \"Promo001\",\n            \"desc\": \"Description App\",\n            \"image\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-08/Copy_Button.png\",\n            \"category\": [\n                \"Special\",\n                \"Sports\",\n                \"Casino\",\n                \"ESports\",\n                \"Fishing\",\n                \"Lottery\",\n                \"P2P\",\n                \"Slot\",\n                \"VIP\"\n            ],\n            \"body\": \"<p>Promo001 Body App</p>\",\n            \"promotionId\": \"2137\",\n            \"bonusId\": \"\",\n            \"bonusMaxAmount\": \"\",\n            \"bonusMinAmount\": \"\",\n            \"bonusName\": \"\",\n            \"bonusProduct\": \"\",\n            \"dateRange\": \"08/01/2019 - 16:45 - 08/13/2020 - 16:45\"\n        },\n        {\n            \"title\": \"title front\",\n            \"desc\": \"\",\n            \"image\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09/%E4%B8%8B%E8%BC%89_5.jpg\",\n            \"category\": [\n                \"Sports\"\n            ],\n            \"body\": \"<p>app app app</p>\",\n            \"promotionId\": \"2213\",\n            \"bonusId\": \"\",\n            \"bonusMaxAmount\": \"\",\n            \"bonusMinAmount\": \"\",\n            \"bonusName\": \"\",\n            \"bonusProduct\": \"\",\n            \"dateRange\": \"09/04/2019 - 11:30 - 09/04/2020 - 11:30\"\n        }\n    ]\n}"},{"id":"526170c5-e79a-41d3-a501-45c85c85964c","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"{{url}}/api/Promotion?id=53","host":["{{url}}"],"path":["api","Promotion"],"query":[{"key":"id","value":"53"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.5"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Tue, 13 Aug 2019 03:19:59 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_action_type config:field.storage.node.field_application_button_type config:field.storage.node.field_body_app config:field.storage.node.field_category config:field.storage.node.field_cms_image config:field.storage.node.field_desc_app config:field.storage.node.field_eligible config:field.storage.node.field_folder config:field.storage.node.field_info config:field.storage.node.field_modal_banner config:field.storage.node.field_platform config:field.storage.node.field_promo_id config:views.view.tlc_promotion_content_api extensions http_response node:53 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.node_grants:view user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"[Manual] Casino Lorem ipsum dolor sit amet.\",\n    \"info\": \"\",\n    \"desc\": \"\",\n    \"folder\": \"\",\n    \"cmsImageUrl\": \"\",\n    \"modalBanner\": \"\",\n    \"category\": [\n        \"Special\",\n        \"Sports\",\n        \"Casino\"\n    ],\n    \"status\": \"\",\n    \"applicationButtonType\": \"\",\n    \"type\": \"\",\n    \"action\": {\n        \"id\": 0,\n        \"actionType\": \"\",\n        \"bonus\": {\n            \"bonusId\": 0,\n            \"product\": \"bonus\",\n            \"minAmount\": 122.34343,\n            \"maxAmount\": 122.34343\n        },\n        \"pageType\": {\n            \"page\": \"bonus\",\n            \"walletCode\": \"BONUS\",\n            \"walletName\": \"BONUS\"\n        }\n    },\n    \"afterAction\": {\n        \"url\": \"\"\n    },\n    \"thumbnail\": \"\",\n    \"applicationNative\": \"0\",\n    \"htmlNative\": \"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Unde eum corporis ab, reprehenderit quis nisi neque inventore qui asperiores tempore? Sed doloribus recusandae ut mollitia suscipit fuga maiores numquam, iure, blanditiis quibusdam soluta illum dolor sapiente optio quasi! Repellat tenetur velit, qui optio vero alias cum itaque maxime deleniti, repellendus ad quo sint dolor corporis quis. Obcaecati necessitatibus nulla asperiores dicta dolorem inventore recusandae pariatur molestiae perspiciatis tempora ipsa ipsum quasi ad aliquid consequatur, magni excepturi! Sequi voluptate officiis mollitia accusamus, quibusdam, doloribus a. Ex pariatur quo sequi maiores vitae deserunt repellendus omnis fugit praesentium explicabo tempora, distinctio officia asperiores est quod repudiandae sed esse voluptatum commodi nisi perferendis placeat quas, labore, nihil. Impedit quam dicta sit. Quaerat odio neque architecto atque corporis nobis dolorum necessitatibus temporibus, quia sint totam, culpa laudantium repellendus labore expedita voluptatum, debitis ipsum accusantium enim recusandae laboriosam nulla. Nihil quo deserunt molestias, atque repudiandae temporibus porro sunt rerum laborum, aperiam similique distinctio est ab culpa saepe quaerat placeat necessitatibus qui incidunt sed iure. Labore libero eum nobis atque animi sunt illo nam repellat, natus quibusdam, incidunt sed perspiciatis dicta doloremque recusandae consequatur voluptas fugit numquam quod a quisquam molestiae. Quos quo error perferendis, reiciendis doloribus.</p>\",\n    \"promoId\": \"\"\n}"}],"_postman_id":"73d6abca-ebb0-4f51-a60a-7f9d22485595"},{"name":"Get All Promotions","event":[{"listen":"test","script":{"id":"be3c6931-2636-4a60-a68f-6151245f6d78","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var schema = {","    \"type\": \"object\",","    \"required\": [\"data\"],","    \"properties\": {","        \"data\": {","            \"type\": \"array\",","            \"items\": [{","                \"type\": \"object\",","                \"required\": [\"promoTitle\",\"promoImage\",\"promoId\",\"category\",\"labels\",\"eligibilityOverride\",\"visibility\",\"field_permission\",\"field_member_level\",\"field_bonus_id\"],","                \"properties\": {","                    \"promoTitle\": {\"type\": \"string\"},","                    \"promoImage\": {\"type\": \"string\"},","                    \"promoId\": {\"type\": \"string\"},","                    \"category\": {","                        \"type\": \"array\",","                        \"items\": [","                            {\"type\": \"string\"}","                        ]","                    },","                    \"labels\": {","                        \"type\": \"array\",","                        \"items\": [","                            {\"type\": \"string\"}","                        ]","                    },","                    \"eligibilityOverride\": {\"type\": \"string\"},","                    \"visibility\": {\"type\": \"string\"},","                    \"field_permission\": {\"type\": \"string\"},","                    \"field_member_level\": {\"type\": \"string\"},","                    \"field_bonus_id\": {\"type\": \"string\"},","                }","            }]","        }","    }","};","","pm.test(\"Valid data and object check\", function(){","   pm.expect(jsonData).to.be.not.empty;","   pm.response.to.have.jsonSchema(schema);","})","","try {","    var promoIds = [];","    var objs = jsonData.data;","    var keysToCheck = schema[\"properties\"][\"data\"][\"items\"][0][\"required\"];","","    objs.forEach(function(obj){","","        pm.test('Check all keys', function(){","            console.log(keysToCheck)","            console.log(obj)","            pm.expect(obj).to.have.all.keys(keysToCheck);","        });","","        keysToCheck.forEach(function(key){","            pm.test(`Check key not empty - ${key}`, function(){","                pm.expect(obj[key]).to.be.not.empty;","            });","        })","","        promoIds.push(obj.promoId);","        var categoryPack = ['Sports','Lottery','VIP','Special','Fishing','P2P','ESports','Casino','8 Shop','Slot'];","        pm.test('Check category not empty', function(){","            pm.expect(obj.category).to.be.not.empty;","        });","","        pm.test('Check category is defined', function(){","            pm.expect(obj.category[0]).to.be.oneOf(categoryPack);","        });","","        pm.sendRequest(obj.promoImage, function (err, res){","            if (err) { console.log(err); }","            pm.test(obj.promoImage  + ' image is ok', function(){","                pm.expect(err).to.equal(null);","                pm.expect(res).to.have.property('code', 200);","                pm.expect(res).to.have.property('status', 'OK');","                var sizeOK = res.responseSize > 50 ? true : false;","                pm.expect(sizeOK).to.be.true;","            })","        })","    })","} catch (e) {","    console.log(e);","}","","pm.environment.set('promoIDs', promoIds);"],"type":"text/javascript"}}],"id":"d1d060e2-c2f1-492b-92f3-31c13fdee7de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"},{"key":"member-token","value":"bearer 7e751e8189fa922e0bff2ad2b7c842879f8abb256c395633a12072025cae4069","type":"text"}],"url":"{{url}}/{{lang}}/api/app/Promotions","description":"<ul>\n<li>This API is used to get <strong>All Promotions List / Promotions with specified category</strong> which contains:<ul>\n<li>promoTitle (Title of the promotion)</li>\n<li>promoImage (Full path of image app url)</li>\n<li>promoId (The id of the promotion)</li>\n<li>category (The list of categories of the promotion)</li>\n<li>labels (just for you, hot, new) : if set, then it will be prioritized</li>\n<li>eligibilityOverride : to override hydra's promotion visibility</li>\n<li>visibility : private, public, both</li>\n</ul>\n</li>\n<li>Put the token provided into the header section</li>\n</ul>\n<ul>\n<li>The structure of this api is:<ul>\n<li>[base_path]/[language]/api/Promotions/[promotion_category_id]</li>\n</ul>\n</li>\n<li>The language code :<ul>\n<li>Chinese : zh-hans</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{lang}}","api","app","Promotions"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e524c127-1973-43c7-90c7-2da69974eb1b","name":"Get Promotions","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/{{lang}}/api/Promotions/94"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.12"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Thu, 05 Mar 2020 07:39:52 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_category config:field.storage.node.field_image_app config:views.view.tlc_promotions_api extensions http_response node:2137 node:2170 node:2171 node:3879 node:3905 node:3912 node:3918 node:3919 node:3942 node:3958 node:3959 node:3963 node:3968 node:3969 node:56 node:58 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.node_grants:view user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,token,Culture,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,X-Api-ID,X-Service-RateLimit,X-UsagePlan-RateLimit,X-UsagePlan-Quota,Cache-Control,Connection,Content-Disposition,Date,Keep-Alive,Pragma,Via,Accept,Accept-Charset,Accept-Encoding,Accept-Language,Authorization,Cookie,Expect,From,Host,If-Match,If-Modified-Since,If-None-Match,If-Range,If-Unmodified-Since,Range,Origin,Referer,User-Agent,X-Forwarded-For,X-Forwarded-Host,X-Forwarded-Proto,Accept-Range,Age,Content-Range,Content-Security-Policy,ETag,Expires,Last-Modified,Location,Server,Set-Cookie,Trailer,Transfer-Encoding,Vary,Allow,Content-Encoding,Content-Language,Content-Length,Content-Location,Content-Type"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"promoTitle\": \"20% 同乐棋牌 再存预付彩金\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/6100/20popup_0.jpg\",\n            \"promoId\": \"3969\",\n            \"category\": [\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"50 % 同乐棋牌  同乐币每天领\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/6074/50popup.jpg\",\n            \"promoId\": \"3879\",\n            \"category\": [\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"同乐币介绍_qipai\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/5825/popupqipai_1.jpg\",\n            \"promoId\": \"3905\",\n            \"category\": [\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"棋牌 周周连胜好运金\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/5844/KYpopup%282%29_0.jpg\",\n            \"promoId\": \"3912\",\n            \"category\": [\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"棋牌 返水无上限\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/5855/KYpopup%281%29_1.jpg\",\n            \"promoId\": \"3918\",\n            \"category\": [\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"棋牌 返水无上限\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/5856/KYpopup%281%29_1.jpg\",\n            \"promoId\": \"3919\",\n            \"category\": [\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"50 % 开元棋牌  同乐币每天领\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/6053/popup_promo%2825%29_0.jpg\",\n            \"promoId\": \"3942\",\n            \"category\": [\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"同乐城APP全新改版 下载立享18元 \",\n            \"promoImage\": \"\",\n            \"promoId\": \"56\",\n            \"category\": [\n                \"Special\",\n                \"Slot\",\n                \"P2P\",\n                \"Fishing\",\n                \"Lottery\"\n            ]\n        },\n        {\n            \"promoTitle\": \"开元棋牌 奖金周周送\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/6069/dailypopup_0.jpg\",\n            \"promoId\": \"3958\",\n            \"category\": [\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"小同为您准备大礼 二存三存就送您\",\n            \"promoImage\": \"\",\n            \"promoId\": \"58\",\n            \"category\": [\n                \"Special\",\n                \"VIP\",\n                \"P2P\",\n                \"Slot\",\n                \"Lottery\"\n            ]\n        },\n        {\n            \"promoTitle\": \"70周年同乐庆国庆 棋牌抽水大返还\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/6070/KYpopup2%284%29_0.jpg\",\n            \"promoId\": \"3959\",\n            \"category\": [\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"50 % 同乐棋牌  同乐币每天领\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/6074/50popup_0.jpg\",\n            \"promoId\": \"3963\",\n            \"category\": [\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"同乐城APP全新改版 下载立享18元\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-08/referfriendicon2.jpg\",\n            \"promoId\": \"2170\",\n            \"category\": [\n                \"Special\",\n                \"Fishing\",\n                \"Lottery\",\n                \"P2P\"\n            ]\n        },\n        {\n            \"promoTitle\": \"20% KY 开元棋牌 再存预付彩金\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10/promotion/6095/ky_popup%285%29_0.jpg\",\n            \"promoId\": \"3968\",\n            \"category\": [\n                \"P2P\",\n                \"Casino\"\n            ]\n        },\n        {\n            \"promoTitle\": \"让你猜猜！\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-08/iconnew2.jpg\",\n            \"promoId\": \"2171\",\n            \"category\": [\n                \"VIP\",\n                \"ESports\",\n                \"Casino\",\n                \"P2P\",\n                \"Slot\",\n                \"Fishing\"\n            ]\n        },\n        {\n            \"promoTitle\": \"Promo001\",\n            \"promoImage\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-08/Copy_Button.png\",\n            \"promoId\": \"2137\",\n            \"category\": [\n                \"Special\",\n                \"Sports\",\n                \"Casino\",\n                \"ESports\",\n                \"Fishing\",\n                \"Lottery\",\n                \"P2P\",\n                \"Slot\",\n                \"VIP\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"d1d060e2-c2f1-492b-92f3-31c13fdee7de"},{"name":"Get Sponsorship Teams","event":[{"listen":"test","script":{"id":"adad28e2-aec3-465d-bb39-8ec9c8891985","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var schema = {","    \"type\": \"array\",","    \"items\": [{","        \"type\": \"object\",","        \"required\": [\"id\",\"title\",\"date\",\"dateInfo\",\"content\",\"bannerImageUrl\",\"otherImagesUrl\",\"iconImagesUrl\",\"category\",\"queryParams\"],","        \"properties\": {","            \"id\": {\"type\": \"string\"},","            \"title\": {\"type\": \"string\"},","            \"date\": {\"type\": \"string\"},","            \"dateInfo\": {\"type\": \"string\"},","            \"content\": {\"type\": \"string\"},","            \"bannerImageUrl\": {\"type\": \"string\"},","            \"otherImagesUrl\": {","                \"type\": \"array\",","                \"items\": [","                    {\"type\": \"string\"},","                    {\"type\": \"string\"},","                    {\"type\": \"string\"}","                ]","            },","            \"iconImagesUrl\": {","                \"type\": \"array\",","                \"items\": [","                    {\"type\": \"string\"},","                    {\"type\": \"string\"}","                ]","            },","            \"category\": {\"type\": \"string\"},","            \"queryParams\": {","                \"type\": \"object\",","                \"required\": [\"platform\"],","                \"properties\": {","                    \"platform\": {\"type\": \"string\"}","                }","            }","        }","    }]","};","","pm.test(\"Valid data and object check\", function(){","   pm.expect(jsonData).to.be.not.empty;","   pm.response.to.have.jsonSchema(schema);","})","","try {","    var keysToCheck = schema[\"items\"][0][\"required\"];","    var keysToSkip = ['otherImagesUrl', 'iconImagesUrl'];","","    jsonData.forEach(function(obj){","        pm.test('Check all keys', function(){","            pm.expect(obj).to.have.all.keys(keysToCheck);","        });","        ","        keysToCheck.forEach(function(key){","            if(keysToSkip.indexOf(key) == -1){","                pm.test(`Check key not empty - ${key}`, function(){","                    pm.expect(obj[key]).to.be.not.empty;","                });","            }","        });","","","        pm.sendRequest(obj.bannerImageUrl, function (err, res){","            if (err) { console.log(err); }","            pm.test(obj.bannerImageUrl  + ' image is ok', function(){","                pm.expect(err).to.equal(null);","                pm.expect(res).to.have.property('code', 200);","                pm.expect(res).to.have.property('status', 'OK');","                var sizeOK = res.responseSize > 50 ? true : false;","                pm.expect(sizeOK).to.be.true;","            })","        })","","","        obj.otherImagesUrl.forEach(function(img){","            pm.sendRequest(img, function (err, res){","                if (err) { console.log(err); }","                pm.test(img  + ' image is ok', function(){","                pm.expect(err).to.equal(null);","                pm.expect(res).to.have.property('code', 200);","                pm.expect(res).to.have.property('status', 'OK');","                var sizeOK = res.responseSize > 50 ? true : false;","                pm.expect(sizeOK).to.be.true;","                })","            })","        })","","        obj.iconImagesUrl.forEach(function(img){","            pm.sendRequest(img, function (err, res){","                if (err) { console.log(err); }","                pm.test(img  + ' image is ok', function(){","                    pm.expect(err).to.equal(null);","                    pm.expect(res).to.have.property('code', 200);","                    pm.expect(res).to.have.property('status', 'OK');","                    var sizeOK = res.responseSize > 50 ? true : false;","                    pm.expect(sizeOK).to.be.true;","                })","            })","        })","    });","} catch (e) {","    console.log(e);","}","",""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"bc9b99c0-6cea-421b-893a-01baaa16e778","exec":[""],"type":"text/javascript"}}],"id":"93d48f3e-d459-4bdb-9082-d2306741e778","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/{{lang}}/api/app/sponsorship/teams/{{sponsorship_category_id}}","description":"<p>to get all sponsor teams : </p>\n<ul>\n<li><strong>[base_path]</strong>/<strong>[lang]</strong>/api/app/sponsorship/teams/all</li>\n</ul>\n<p>to get sponsor teams by category : </p>\n<ul>\n<li><strong>[base_path}</strong>/<strong>[lang]</strong>/api/app/sponsorship/teams/<strong>[sponsorship_category_id]</strong></li>\n</ul>\n<p>to get sponsor teams by team id, put a query parameter <strong>?id=[team_id]</strong></p>\n<ul>\n<li><strong>[base_path]</strong>/<strong>[lang]</strong>/api/app/sponsorship/teams?id=[team_id]</li>\n</ul>\n<p>response:</p>\n<ul>\n<li>id            : team ID that can be used to get team detail in Team Detail api</li>\n<li>title         : title of the sponsor team</li>\n<li>date          : timeline date of the team (yyyy-mm-dd)</li>\n<li>dateInfo      : timeline info</li>\n<li>content       : details / content / description of the sponsor</li>\n<li>bannerImageUrl: banner of the team, formed in fullpath of an image</li>\n<li>otherImageUrl : other banners (banner can be more than 1 if necessary)</li>\n<li>iconImageUrl  : icon of the sponsorship team</li>\n<li>category      : sponsorship category</li>\n</ul>\n<p>example:</p>\n<ul>\n<li>no filter : <em><a href=\"https://hkstcmsppsb.fubnb.com/zh-hans/api/app/sponsorship/teams/all\">https://hkstcmsppsb.fubnb.com/zh-hans/api/app/sponsorship/teams/all</a></em></li>\n<li>filter by category : <em><a href=\"https://hkstcmsppsb.fubnb.com/zh-hans/api/app/sponsorship/teams/123\">https://hkstcmsppsb.fubnb.com/zh-hans/api/app/sponsorship/teams/123</a></em></li>\n<li>filter by team id : <em><a href=\"https://hkstcmsppsb.fubnb.com/zh-hans/api/app/sponsorship/teams?id=4018\">https://hkstcmsppsb.fubnb.com/zh-hans/api/app/sponsorship/teams?id=4018</a></em></li>\n</ul>\n","urlObject":{"path":["{{lang}}","api","app","sponsorship","teams","{{sponsorship_category_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"128c30e1-ab50-4f6f-a906-0787a17d465e","name":"Get Sponsorship Team by Team Id","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"{{url}}/{{lang}}/api/sponsorship/teams?id=4018","host":["{{url}}"],"path":["{{lang}}","api","sponsorship","teams"],"query":[{"key":"id","value":"4018"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.12"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Thu, 16 Jan 2020 09:59:08 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_banner_app config:field.storage.node.field_body_app config:field.storage.node.field_info config:field.storage.node.field_multiple_images_app config:field.storage.node.field_timeline config:views.view.tlc_sponsorship_teams_api extensions http_response node:4018 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.node_grants:view user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"4018\",\n        \"title\": \"西印度群岛板球队\",\n        \"date\": \"2018-07-01\",\n        \"dateInfo\": \"西印度群岛板球队\",\n        \"content\": \"<p>Betway必威是西印度群岛板球队(Cricket West Indies)的官方投注合作伙伴。我们对板球的热忱投资有助于提升Betway必威的诚信度，并有助于我们的客户更接近他们喜爱的游戏。点击<strong><a href=\\\"https://www.windiescricket.com/\\\">这里</a></strong>参观西印度群岛板球队。</p>\",\n        \"bannerImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-11/other06B%403x.png\",\n        \"otherImageUrl\": [\n            \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-11/a.png\",\n            \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-11/b.png\",\n            \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-11/c_0.png\"\n        ]\n    }\n]"},{"id":"6f05b86b-14d8-48a2-9f66-51e5dbd728cd","name":"Get Sponsorship Teams by Sponsorship Category Id","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/{{lang}}/api/sponsorship/teams/{{sponsorship_category_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.6"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_icon config:field.storage.node.field_image_app config:field.storage.node.field_info config:field.storage.node.field_timeline config:views.view.tlc_sponsorship_teams extensions http_response node:3303 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.node_grants:view user.permissions user.roles"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Fri, 22 Nov 2019 06:35:37 GMT"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"4018\",\n        \"title\": \"西印度群岛板球队\",\n        \"iconImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-11/other06S%403x.png\",\n        \"date\": \"2018-07-01\",\n        \"dateInfo\": \"西印度群岛板球队\",\n        \"bannerImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-11/other06B%403x.png\"\n    }\n]"},{"id":"b935a5eb-a345-4c11-8431-3605a5dcc103","name":"Get All Sponsorship Teams","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/{{lang}}/api/sponsorship/teams"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.6"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_icon config:field.storage.node.field_image_app config:field.storage.node.field_info config:field.storage.node.field_timeline config:views.view.tlc_sponsorship_teams extensions http_response node:3302 node:3303 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.node_grants:view user.permissions user.roles"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Fri, 22 Nov 2019 06:35:17 GMT"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"3302\",\n        \"title\": \"西印度群岛板球队\",\n        \"iconImageUrl\": \"http://3.18.203.248/sites/default/files/2019-11/other06S%403x.png\",\n        \"date\": \"2018-07-01\",\n        \"dateInfo\": \"西印度群岛板球队\",\n        \"bannerImageUrl\": \"\"\n    },\n    {\n        \"id\": \"3303\",\n        \"title\": \"BIG 柏林国际电竞\",\n        \"iconImageUrl\": \"http://3.18.203.248/sites/default/files/2019-11/big.png\",\n        \"date\": \"2019-01-01\",\n        \"dateInfo\": \"BIG 柏林国际电竞\",\n        \"bannerImageUrl\": \"\"\n    }\n]"}],"_postman_id":"93d48f3e-d459-4bdb-9082-d2306741e778"},{"name":"Get About Us Menu","event":[{"listen":"test","script":{"id":"439e7738-302d-4369-8237-03619cf05a71","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var schema = {","    \"type\": \"array\",","    \"items\": [{","        \"type\": \"object\",","        \"required\": [\"id\",\"title\",\"menus\"],","        \"properties\": {","            \"id\": {\"type\": \"string\"},","            \"title\": {\"type\": \"string\"},","            \"menus\": {","                \"type\": \"array\",","                \"items\": [{","                    \"type\": \"object\",","                    \"required\": [\"id\",\"title\"],","                    \"properties\": {","                        \"id\": {\"type\": \"string\"},","                        \"title\": {\"type\": \"string\"}","                    }","                }]","            }","        }","    }]","};","","pm.test(\"Valid data and object check\", function(){","    pm.expect(jsonData).to.be.not.empty;","    pm.response.to.have.jsonSchema(schema);","})","","try {","    var keysToCheck = schema[\"items\"][0][\"required\"];","    var menuKeys = ['title','id'];","    jsonData.forEach(function(obj){","        pm.test('Check all keys', function(){","            pm.expect(obj).to.have.any.keys(keysToCheck);","        });","","        keysToCheck.forEach(function(key){","            pm.test(`Check key not empty - ${key}`, function(){","                pm.expect(obj[key]).to.be.not.empty;","            });","        })","","        if( obj.menus.length > 0 ){","            obj.menus.forEach(function(menu){","                pm.test('Check menu keys', function(){","                    pm.expect(obj.menus[0]).to.have.any.keys(menuKeys);","                });","                ","                menuKeys.forEach(function(key){","                    pm.test(`Check key not empty - ${key}`, function(){","                        pm.expect(menu[key]).to.be.not.empty;","                    });","                })","            })","        }","    })","} catch (e) {","    console.log(e);","}",""],"type":"text/javascript"}}],"id":"6916fcd4-5fa0-4c46-ae8b-a73c78f05910","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"{{url}}/{{lang}}/api/app/about","description":"<ul>\n<li>This API is used to get About Us Menu which contains:<ul>\n<li>id (About Us Category ID)</li>\n<li>title (About Us Title)</li>\n<li>menus<ul>\n<li>id : About us content's id</li>\n<li>title : About us content's title</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<ul>\n<li><p>Put the token provided into the header section</p>\n</li>\n<li><p>The structure of this api is:</p>\n<ul>\n<li><strong>[base_path]/[language]/api/app/about</strong></li>\n</ul>\n</li>\n<li><p>The language code :</p>\n<ul>\n<li>Chinese : zh-hans</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{lang}}","api","app","about"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d5bebdaf-6f6a-4678-978f-894aef9fa9c2","name":"Get About Us Menu","originalRequest":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"{{url}}/{{lang}}/api/app/about"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Cookie"},{"key":"X-Powered-By","value":"PHP/7.3.12"},{"key":"Cache-Control","value":"max-age=3600, public"},{"key":"Date","value":"Wed, 08 Apr 2020 06:52:43 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_menu config:views.view.tlc_static_content_api extensions http_response node:5609 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme user"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Last-Modified","value":"Wed, 08 Apr 2020 06:52:43 GMT"},{"key":"ETag","value":"W/\"1586328763\""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,token,Culture,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,X-Api-ID,X-Service-RateLimit,X-UsagePlan-RateLimit,X-UsagePlan-Quota,Cache-Control,Connection,Content-Disposition,Date,Keep-Alive,Pragma,Via,Accept,Accept-Charset,Accept-Encoding,Accept-Language,Authorization,Cookie,Expect,From,Host,If-Match,If-Modified-Since,If-None-Match,If-Range,If-Unmodified-Since,Range,Origin,Referer,User-Agent,X-Forwarded-For,X-Forwarded-Host,X-Forwarded-Proto,Accept-Range,Age,Content-Range,Content-Security-Policy,ETag,Expires,Last-Modified,Location,Server,Set-Cookie,Trailer,Transfer-Encoding,Vary,Allow,Content-Encoding,Content-Language,Content-Length,Content-Location,Content-Type"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"299\",\n        \"title\": \"同乐城简介\",\n        \"menus\": [\n            {\n                \"id\": \"5609\",\n                \"title\": \"关于我们\"\n            }\n        ]\n    }\n]"}],"_postman_id":"6916fcd4-5fa0-4c46-ae8b-a73c78f05910"},{"name":"Get About Us Content","event":[{"listen":"test","script":{"id":"0f21cab3-be6b-42dd-9d8d-c40230244e5c","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var schema = {","    \"type\": \"object\",","    \"required\": [\"title\",\"id\",\"queryParams\",\"body\"],","    \"properties\": {","        \"title\": {\"type\": \"string\"},","        \"id\": {\"type\": \"string\"},","        \"queryParams\": {","            \"type\": \"object\",","            \"required\": [\"platform\"],","            \"properties\": {","                \"platform\": {\"type\": \"string\"}","            }","        },","        \"body\": {\"type\": \"object\"}","    }","};","","pm.test(\"Valid data and object check\", function(){","   pm.expect(jsonData).to.be.not.empty;","   pm.expect(tv4.validate(jsonData, schema)).to.be.true;","})","","var keysToCheck = schema[\"required\"];","// var bodyKeys = {","// 8934 : ['about_us' , 'partners' , 'licenses'],","// 8935 : ['slogan'],","// 8936 : ['activity', 'cross_year_party', 'southhampton', 'marathon', 'siburan', 'sunderan'],","// 8937 : ['guarantee'],","// 8938 : ['about_coin', 'coin_accumulate', 'shop_change_rule', 'coin_expiration','coin_rule'],","// 8939 : ['member_benefit', 'VIP_special','VIP_application','VIP_keep', 'VIP_rule'],","// 8940 : ['contact_us','e_mail','customer_care','media']","// };","// var currentBodyKeys = bodyKeys[pm.environment.get('about_id')];","// pm.expect(jsonData.body).to.have.all.keys(currentBodyKeys);","","pm.test('Check all keys', function(){","    pm.expect(jsonData).to.have.all.keys(keysToCheck);","});","","try {","    keysToCheck.forEach(function(key){","        pm.test(`Check key not empty - ${key}`, function(){","            pm.expect(jsonData[key]).to.be.not.empty;","        }); ","    })","} catch (e) {","    console.log(e);","}","","// currentBodyKeys.forEach(function(key){","// pm.expect(jsonData.body[key]).to.be.not.empty;","// })","","// var currentAboutId = parseInt(pm.environment.get('about_id'));","// currentAboutId = currentAboutId + 1;","// if(currentAboutId > 8940){","//   pm.environment.unset('about_id');","//   pm.environment.set('about_id', null);","// }else{","//   pm.environment.set('about_id', currentAboutId);","//   postman.setNextRequest('Get About Us Content');","// }",""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"7e480098-7c1b-4555-8c7c-8ed5553a248e","exec":["// var currentAboutId = pm.environment.get('about_id');","// if(!currentAboutId){","//     pm.environment.set('about_id',\"8934\");","// }"],"type":"text/javascript"}}],"id":"2d10a66e-3e2a-4b1f-8d9d-598925de8848","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/app/about/detail/{{about_id}}","description":"<ul>\n<li>This API is used to get content pages which contains:<ul>\n<li>title (About Us Content Title)</li>\n<li>id (About Us Content ID)</li>\n<li>paragraph<ul>\n<li>subtitle ( Title of paragraph ) :  body ( HTML Body of paragraph )</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<ul>\n<li><p>Put the token provided into the header section</p>\n</li>\n<li><p>The structure of this api is:</p>\n<ul>\n<li><strong>[base_path]/[language]/api/app/about/detail/[contentPage_id]</strong></li>\n</ul>\n</li>\n<li><p>For getting all the content page list:</p>\n<ul>\n<li><strong>[base_path]/[language]/api/app/about/detail/all</strong></li>\n</ul>\n</li>\n<li><p>The language code :</p>\n<ul>\n<li>Chinese : zh-hans</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["api","app","about","detail","{{about_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"653870fa-4b27-44b4-ace3-ae315fd557cf","name":"Get About Us Content","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/app/about/detail/{{about_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Cookie"},{"key":"X-Powered-By","value":"PHP/7.3.12"},{"key":"Cache-Control","value":"max-age=3600, public"},{"key":"Date","value":"Wed, 08 Apr 2020 06:56:48 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_paragraph_app config:views.view.tlc_static_content_api extensions http_response node:5609 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.node_grants:view user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Last-Modified","value":"Wed, 08 Apr 2020 06:56:48 GMT"},{"key":"ETag","value":"W/\"1586329008\""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,token,Culture,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,X-Api-ID,X-Service-RateLimit,X-UsagePlan-RateLimit,X-UsagePlan-Quota,Cache-Control,Connection,Content-Disposition,Date,Keep-Alive,Pragma,Via,Accept,Accept-Charset,Accept-Encoding,Accept-Language,Authorization,Cookie,Expect,From,Host,If-Match,If-Modified-Since,If-None-Match,If-Range,If-Unmodified-Since,Range,Origin,Referer,User-Agent,X-Forwarded-For,X-Forwarded-Host,X-Forwarded-Proto,Accept-Range,Age,Content-Range,Content-Security-Policy,ETag,Expires,Last-Modified,Location,Server,Set-Cookie,Trailer,Transfer-Encoding,Vary,Allow,Content-Encoding,Content-Language,Content-Length,Content-Location,Content-Type"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"关于我们\",\n    \"id\": \"5609\",\n    \"body\": {\n        \"关于我们\": \"<p>同乐城 (TLCBET) – 创立于2010年11月，拥有菲律宾最具权威的First Cagayan博彩营业牌照。是亚洲首家推出以健康博彩为主的公司，也是亚洲最早提倡 “小赌怡情，大赌伤身” 的网站。作为亚洲最受欢迎的博彩公司，一直坚持推陈出新，不断完善自己，带给用户最完美的体验。目前在线用户已超过二百万，每一位客户对同乐城的信任都是品牌的口碑。</p>\"\n    }\n}"}],"_postman_id":"2d10a66e-3e2a-4b1f-8d9d-598925de8848"},{"name":"Get Static Page Detail","event":[{"listen":"test","script":{"id":"a27538a3-0ddd-47f3-be73-d9e2e075e60c","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var schema = {","    \"type\": \"array\",","    \"items\": [{","        \"type\": \"object\",","        \"required\": [\"id\",\"title\",\"body\",\"desc\",\"content_link\",\"queryParams\"],","        \"properties\": {","            \"id\": {\"type\": \"string\"},","            \"title\": {\"type\": \"string\"},","            \"body\": {\"type\": \"string\"},","            \"desc\": {\"type\": \"string\"},","            \"content_link\": {\"type\": \"string\"},","            \"queryParams\": {","                \"type\": \"object\",","                \"required\": [\"platform\"],","                \"properties\": {","                    \"platform\": {\"type\": \"string\"}","                }","            }","        }","    }]","};","","pm.test(\"Valid data and object check\", function(){","   pm.expect(jsonData).to.be.not.empty;","   pm.response.to.have.jsonSchema(schema);","})","","try {","    jsonData.forEach(function(obj){","        pm.test(`Check element should have all key - id:${obj.id}`, function(){","            pm.expect(obj).to.have.all.keys(schema[\"items\"][0][\"required\"]);","        }); ","","        // Object.keys(obj).forEach(function(key) {","        //     pm.test(`Check element keys should not empty - ${key}`, function(){","        //         pm.expect(obj[key]).to.be.not.empty;","        //     });","        // });","    })","} catch (e) {","    console.log(e);","}","",""],"type":"text/javascript"}}],"id":"000bd013-3db8-4f77-89df-d1dfa22e6ab7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/app/static/page/{{static_id}}","description":"<ul>\n<li>This API is used to get specified static which contains:<ul>\n<li>id (Static ID)</li>\n<li>title (Static Title)</li>\n<li>body (HTML Body of Static)</li>\n<li>desc (Faq Description)</li>\n<li>content_link (Faq URL)</li>\n</ul>\n</li>\n</ul>\n<ul>\n<li>Put the token provided into the header section</li>\n<li>The structure of this api is:<ul>\n<li><strong>[base_path]/[language]/api/app/static/page/[static_id]</strong></li>\n</ul>\n</li>\n<li>The language code :<ul>\n<li>Chinese : zh-hans</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["api","app","static","page","{{static_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b7eb297b-77d1-4e33-a1db-22929c8867f1","name":"Get Static Page Detail","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/{{lang}}/api/app/static/page/{{static_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.12"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Fri, 27 Mar 2020 08:02:21 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_body_app config:field.storage.node.field_desc_app config:views.view.tlc_static_api extensions http_response node:3981 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.node_grants:view user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,token,Culture,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,X-Api-ID,X-Service-RateLimit,X-UsagePlan-RateLimit,X-UsagePlan-Quota,Cache-Control,Connection,Content-Disposition,Date,Keep-Alive,Pragma,Via,Accept,Accept-Charset,Accept-Encoding,Accept-Language,Authorization,Cookie,Expect,From,Host,If-Match,If-Modified-Since,If-None-Match,If-Range,If-Unmodified-Since,Range,Origin,Referer,User-Agent,X-Forwarded-For,X-Forwarded-Host,X-Forwarded-Proto,Accept-Range,Age,Content-Range,Content-Security-Policy,ETag,Expires,Last-Modified,Location,Server,Set-Cookie,Trailer,Transfer-Encoding,Vary,Allow,Content-Encoding,Content-Language,Content-Length,Content-Location,Content-Type"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"3981\",\n        \"title\": \"Payment Fraud Blocked Test\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"content_link\": \"/zh-hans/401\"\n    }\n]"}],"_postman_id":"000bd013-3db8-4f77-89df-d1dfa22e6ab7"},{"name":"New Request","id":"ed552133-de0d-41ef-97e4-f78d81f9fd8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"ed552133-de0d-41ef-97e4-f78d81f9fd8f"},{"name":"Get WebsiteBanners","id":"009ca482-7093-45ee-8e15-ccee8d8bc010","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/{{lang}}/api/v1/app/webbanners?login={{login_status}}","urlObject":{"path":["{{lang}}","api","v1","app","webbanners"],"host":["{{url}}"],"query":[{"key":"login","value":"{{login_status}}"}],"variable":[]}},"response":[],"_postman_id":"009ca482-7093-45ee-8e15-ccee8d8bc010"}],"id":"ff7ace00-9cc8-4cde-8661-88df896146d5","_postman_id":"ff7ace00-9cc8-4cde-8661-88df896146d5","description":""},{"name":"GMS","item":[{"name":"Add New Game","event":[{"listen":"test","script":{"id":"6df3d7d9-859d-4b05-9eec-ed13d8cec048","exec":[""],"type":"text/javascript"}}],"id":"5b72856e-b59a-4985-9180-abfb4986f54f","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"token","type":"text","value":"{{token}}"}],"body":{"mode":"raw","raw":"{\n    \"event\": \"add\",\n    \"game\": [{\n        \"gameId\": 0,\n        \"gameName\": \"自動測試中\",\n        \"imageUrl\": \"https://cache.suipingxian.net/zh/Contents/GameIcon/Slot/CW/WildLand.jpg\",\n        \"provider\": \"TG\",\n        \"categories\": [\n            {\n                \"categoryID\": 12,\n                \"categoryName\": \"MobileHtml5\"\n            },\n            {\n                \"categoryID\": 1,\n                \"categoryName\": \"Slot\"\n            },\n            {\n                \"categoryID\": 4,\n                \"categoryName\": \"ClassicSlot\"\n            },\n            {\n                \"categoryID\": 31,\n                \"categoryName\": \"HotGame\"\n            },\n            {\n                \"categoryID\": 13,\n                \"categoryName\": \"MobileAndroid\"\n            },\n            {\n                \"categoryID\": 14,\n                \"categoryName\": \"MobileIOS\"\n            }\n        ],\n        \"isDemoAvailable\": true,\n        \"gameCode\": 0,\n        \"sportsId\": 0,\n        \"isNewGame\": false,\n        \"gameType\": \"(China-Mobile) All Slot\",\n        \"isUnderMaintenance\": false,\n        \"recommendGame\": false,\n        \"platform\": \"mobile\",\n        \"createdDate\": \"2016-10-06T16:25:09\"\n    }]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/gms-game-fetch","description":"<h2 id=\"this-api-provides-users-to-add-the-new-game\">This API provides users to add the new game.</h2>\n<h6 id=\"request-body\">Request Body:</h6>\n<ul>\n<li><strong>event</strong>: The method to operate the game.</li>\n<li>add </li>\n<li><strong>game</strong>: Which is the game body for creating the game, type is array.<ul>\n<li><strong>gameName</strong>: Which is the Game name.</li>\n<li><strong>gameId</strong>: Which is Game ID.</li>\n<li><strong>imageUrl</strong>: Should give URL to link to the image.</li>\n<li><strong>provider</strong>: Which is the Game provider.</li>\n<li><strong>categories</strong>: This is for device and category.<ul>\n<li><strong>categoryName</strong>: This is the category name.</li>\n<li><strong>categoryID</strong>: This is the category ID. There are three specific id matches to the device name.<ul>\n<li>12 = mobile web</li>\n<li>13 = ios </li>\n<li>14 = android</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><strong>isDemoAvailable</strong>: This is to set demo game.</li>\n<li><strong>gameCode</strong>: To set the game code.</li>\n<li><strong>sportsId</strong>: To set the sport ID.</li>\n<li><strong>isNewGame</strong>: To set if the game is new.</li>\n<li><strong>gameType</strong>: This is game type</li>\n<li><strong>isUnderMaintenance</strong>: To set if the game is under maintance.</li>\n<li><strong>platform</strong>: This is for setting game platform. there are two platform we provid.</li>\n<li>desktop</li>\n<li>mobile</li>\n<li><strong>recommendGame</strong>: This is to set recommend game.</li>\n<li><strong>createdDate</strong>: This is to set created date.</li>\n<li><strong>format</strong>: 2016-10-06T16:25:09</li>\n</ul>\n</li>\n</ul>\n<pre><code>\"event\": \"add\", \n\"game\": [\n    {         \n        \"gameName\": string,        \n        \"gameId\": int,        \n        \"imageUrl\": string,        \n        \"provider\": string,        \n        \"categories\": [            \n            {                                \n                \"categoryName\": string,                \n                \"categoryID\": int            \n            }        \n        ],        \n        \"isDemoAvailable\": boolean,        \n        \"gameCode\": string|int,        \n        \"sportsId\": int,        \n        \"isNewGame\": boolean,        \n        \"gameType\": string,         \n        \"isUnderMaintenance\": boolean,        \n        \"platform\": string,\n        \"recommendGame\": boolean,\n        \"createdDate\": string\n    }\n]\n</code></pre>\n\n<h6 id=\"response\">Response:</h6>\n<ul>\n<li><strong>event</strong>: Will return method name which requests sent.</li>\n<li><strong>body</strong>: This will include the massage of the new game.</li>\n<li><strong>node</strong>: This will return entity ID.</li>\n<li><strong>gameid</strong>: This will return game ID.</li>\n<li><strong>message</strong>: This will show message.</li>\n<li><strong>status</strong>: This will show status.</li>\n</ul>\n<pre><code>\"event\": \"add\",\n\"body\": [\n    {\n        \"node\": string,\n        \"gameid\": int,\n        \"message\": string,\n        \"status\": string,\n    }\n]\n</code></pre>\n\n<h6 id=\"the-structure-of-this-api-is\">The structure of this api is:</h6>\n<ul>\n<li>[base_path]/api/gms-game-fetch</li>\n</ul>\n<h6 id=\"put-the-token-provided-into-the-header-section\">Put the token provided into the header section</h6>\n<hr />\n","urlObject":{"path":["api","gms-game-fetch"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"aa6ed075-b6ef-4f00-9aea-83c26d6a09c9","name":"Add New Game","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"token","type":"text","value":"rate"}],"body":{"mode":"raw","raw":"{\n  \"event\": \"add\",\n  \"game\": [\n        {\n            \"gameId\": 22250,\n            \"gameName\": \"古时代宝石 加强版222\",\n            \"imageUrl\": \"http://media.staging.tlc88.biz/zh/Contents/GameIcon/Slot/TG/AztecGemsDeluxe.jpg\",\n            \"provider\": \"TG\",\n            \"categories\": [\n                {\n                    \"categoryID\": 1,\n                    \"categoryName\": \"Slot\"\n                },\n                {\n                    \"categoryID\": 4,\n                    \"categoryName\": \"ClassicSlot\"\n                },\n                {\n                    \"categoryID\": 31,\n                    \"categoryName\": \"HotGame\"\n                }\n            ],\n            \"isDemoAvailable\": true,\n            \"gameCode\": 0,\n            \"sportsId\": 0,\n            \"isNewGame\": false,\n            \"gameType\": \"(China) All Slot\",\n            \"isUnderMaintenance\": false,\n            \"platform\": \"123123\",\n            \"recommendGame\": false,\n            \"createdDate\": \"2020-10-21T10:38:35\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/gms-game-fetch"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.12"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Wed, 28 Oct 2020 03:35:20 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,token,Culture,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,X-Api-ID,X-Service-RateLimit,X-UsagePlan-RateLimit,X-UsagePlan-Quota,Cache-Control,Connection,Content-Disposition,Date,Keep-Alive,Pragma,Via,Accept,Accept-Charset,Accept-Encoding,Accept-Language,Authorization,Cookie,Expect,From,Host,If-Match,If-Modified-Since,If-None-Match,If-Range,If-Unmodified-Since,Range,Origin,Referer,User-Agent,X-Forwarded-For,X-Forwarded-Host,X-Forwarded-Proto,Accept-Range,Age,Content-Range,Content-Security-Policy,ETag,Expires,Last-Modified,Location,Server,Set-Cookie,Trailer,Transfer-Encoding,Vary,Allow,Content-Encoding,Content-Language,Content-Length,Content-Location,Content-Type"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"event\": \"add\",\n    \"body\": [\n        {\n            \"node\": \"6169\",\n            \"gameid\": 22250,\n            \"message\": \"Game add success\",\n            \"status\": \"ok\"\n        }\n    ]\n}"}],"_postman_id":"5b72856e-b59a-4985-9180-abfb4986f54f"},{"name":"Edit Game","event":[{"listen":"test","script":{"id":"9f5837ff-418b-414e-ae40-586bab51c4af","exec":[""],"type":"text/javascript"}}],"id":"8a688a15-6dd7-4470-beb2-1b8e3cf8ecb2","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"token","type":"text","value":"{{token}}"}],"body":{"mode":"raw","raw":"{\n    \"event\": \"edit\",\n    \"game\": [{\n        \"gameId\": 9898,\n        \"imageUrl\": \"https://cache.suipingxian.net/zh/Contents/GameIcon/Slot/CW/WildLand.jpg\",\n        \"provider\": \"TG\",\n        \"categories\": [\n            {\n                \"categoryID\": 12,\n                \"categoryName\": \"MobileHtml5\"\n            },\n            {\n                \"categoryID\": 1,\n                \"categoryName\": \"Slot\"\n            },\n            {\n                \"categoryID\": 4,\n                \"categoryName\": \"ClassicSlot\"\n            },\n            {\n                \"categoryID\": 31,\n                \"categoryName\": \"HotGame\"\n            },\n            {\n                \"categoryID\": 14,\n                \"categoryName\": \"MobileIOS\"\n            }\n        ],\n        \"isDemoAvailable\": true,\n        \"gameCode\": 0,\n        \"sportsId\": 0,\n        \"isNewGame\": false,\n        \"gameType\": \"(China-Mobile) All Slot\",\n        \"isUnderMaintenance\": false,\n        \"recommendGame\": false,\n        \"platform\": \"mobile\",\n        \"order\":1,\n        \"createdDate\": \"2016-10-06T16:25:09\"\n    }]\n}"},"url":"{{url}}/api/gms-game-fetch","description":"<h2 id=\"this-api-provides-users-to-edit-the-exist-game\">This API provides users to edit the exist game.</h2>\n<h6 id=\"request-body\">Request Body:</h6>\n<ul>\n<li><strong>event</strong>: The method to operate the game.</li>\n<li>edit </li>\n<li><strong>game</strong>: Which is the game body for operate the game, type is array.<ul>\n<li><strong>gameId</strong>: Which is Game ID.</li>\n<li><strong>imageUrl</strong>: Should give URL to link to the image.</li>\n<li><strong>provider</strong>: Which is the Game provider.</li>\n<li><strong>categories</strong>: This is for device and category.<ul>\n<li><strong>categoryName</strong>: This is the category name.</li>\n<li><strong>categoryID</strong>: This is the category ID. There are three specific id matches to the device name.<ul>\n<li>12 = mobile web</li>\n<li>13 = ios </li>\n<li>14 = android</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><strong>isDemoAvailable</strong>: This is to set demo game.</li>\n<li><strong>gameCode</strong>: To set the game code.</li>\n<li><strong>sportsId</strong>: To set the sport ID.</li>\n<li><strong>isNewGame</strong>: To set if the game is new.</li>\n<li><strong>gameType</strong>: This is game type.</li>\n<li><strong>order</strong>: This is game sorting number.</li>\n<li><strong>isUnderMaintenance</strong>: To set if the game is under maintance.</li>\n<li><strong>platform</strong>: This is for setting game platform. there are two platform we provid.</li>\n<li>desktop</li>\n<li>mobile</li>\n<li><strong>recommendGame</strong>: This is to set recommend game.</li>\n<li><strong>createdDate</strong>: This is to set created date.</li>\n<li><strong>format</strong>: 2016-10-06T16:25:09</li>\n</ul>\n</li>\n</ul>\n<pre><code>\"event\": \"edit\", \n\"game\": [\n    {         \n        \"gameId\": int,        \n        \"imageUrl\": string,        \n        \"provider\": string,        \n        \"categories\": [            \n            {                                \n                \"categoryName\": string,                \n                \"categoryID\": int            \n            }        \n        ],        \n        \"isDemoAvailable\": boolean,        \n        \"gameCode\": string|int,        \n        \"sportsId\": int,        \n        \"isNewGame\": boolean,        \n        \"gameType\": string,         \n        \"isUnderMaintenance\": boolean,        \n        \"platform\": string, \n        \"order\": int,\n        \"recommendGame\": boolean,\n        \"createdDate\": string\n    }\n]\n</code></pre>\n\n<h6 id=\"response\">Response:</h6>\n<ul>\n<li><strong>event</strong>: Will return method name which requests sent.</li>\n<li><strong>body</strong>: This will include the massage of the new game.</li>\n<li><strong>node</strong>: This will return entity ID.</li>\n<li><strong>gameid</strong>: This will return game ID.</li>\n<li><strong>message</strong>: This will show message.</li>\n<li><strong>status</strong>: This will show status.</li>\n</ul>\n<pre><code>\"event\": \"edit\",\n\"body\": [\n    {\n        \"node\": string,\n        \"gameid\": int,\n        \"message\": string,\n        \"status\": string,\n    }\n]\n</code></pre>\n\n<h6 id=\"the-structure-of-this-api-is\">The structure of this api is:</h6>\n<ul>\n<li>[base_path]/api/gms-game-fetch</li>\n</ul>\n<h6 id=\"put-the-token-provided-into-the-header-section\">Put the token provided into the header section</h6>\n<hr />\n","urlObject":{"path":["api","gms-game-fetch"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"626b9574-1147-4a80-8f61-3673a87aa481","name":"Edit Game","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"token","type":"text","value":"{{token}}"}],"body":{"mode":"raw","raw":"{\n\t\"event\" : \"edit\",\n\t\"game\" : [\n        {\n            \"gameId\":1,\n            \"imageUrl\":\"https://cache.kandasign.com/zh/Contents/GameIcon/Slot/TG/JokersJewels.jpg\",\n            \"provider\":\"BSG\",\n            \"categories\":[\n                {   \n                    \"categoryID\": 121,\n                    \"categoryName\": \"Fishing\"\n                },\n                {\n                    \"categoryID\": 138,\n                    \"categoryName\": \"MobileWin\"\n                }\n            ],\n            \"isDemoAvailable\":true,\n            \"gameCode\":0,\n            \"sportsId\":0,\n            \"isNewGame\":false,\n            \"gameType\":\"(China-Mobile) All Slot\",\n            \"isUnderMaintenance\":false,\n            \"platform\":\"mobile\",\n            \"order\":1,\n            \"recommendGame\":false,\n            \"createdDate\":\"2016-10-06T16:25:09\"\n        }\n    ]\n}"},"url":"{{url}}/api/gms-game-fetch"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.12"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Wed, 28 Oct 2020 03:36:48 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,token,Culture,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,X-Api-ID,X-Service-RateLimit,X-UsagePlan-RateLimit,X-UsagePlan-Quota,Cache-Control,Connection,Content-Disposition,Date,Keep-Alive,Pragma,Via,Accept,Accept-Charset,Accept-Encoding,Accept-Language,Authorization,Cookie,Expect,From,Host,If-Match,If-Modified-Since,If-None-Match,If-Range,If-Unmodified-Since,Range,Origin,Referer,User-Agent,X-Forwarded-For,X-Forwarded-Host,X-Forwarded-Proto,Accept-Range,Age,Content-Range,Content-Security-Policy,ETag,Expires,Last-Modified,Location,Server,Set-Cookie,Trailer,Transfer-Encoding,Vary,Allow,Content-Encoding,Content-Language,Content-Length,Content-Location,Content-Type"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"event\": \"edit\",\n    \"body\": [\n        {\n            \"node\": \"5944\",\n            \"gameid\": 1,\n            \"message\": \"Game update success\",\n            \"status\": \"ok\"\n        }\n    ]\n}"}],"_postman_id":"8a688a15-6dd7-4470-beb2-1b8e3cf8ecb2"},{"name":"Disable Game","event":[{"listen":"test","script":{"id":"e03c6901-4eb6-4f7a-b735-92b381d9fe2d","exec":[""],"type":"text/javascript"}}],"id":"35eebf0d-5d13-476f-8353-17edf6ed201c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"token","type":"text","value":"rate"}],"body":{"mode":"raw","raw":"{\r\n\t\"event\" : \"disable\",\r\n\t\"game\" : [\r\n\t\t{\r\n\t\t\t\"gameId\" : 0\r\n\t\t}\r\n\t]\r\n}"},"url":"{{url}}/api/gms-game-fetch","description":"<h2 id=\"this-api-provides-users-to-disable-the-specific-game\">This API provides users to disable the specific game.</h2>\n<h6 id=\"request-body\">Request Body:</h6>\n<ul>\n<li><strong>event</strong>: The method to operate the game.</li>\n<li>disable</li>\n<li><strong>game</strong>: Which is the game body for filter the game, type is array.<ul>\n<li><strong>gameId</strong>: Which is Game ID.</li>\n</ul>\n</li>\n</ul>\n<pre><code>\"event\": \"disable\", \n\"game\": [         \n    {\n        \"gameId\": int\n    {\n]\n</code></pre>\n\n<h6 id=\"response\">Response:</h6>\n<ul>\n<li><strong>event</strong>: Will return method name which requests sent.</li>\n<li><strong>body</strong>: This will include the massage of the new game.</li>\n<li><strong>nodeID</strong>: This will return entity ID.</li>\n<li><strong>node</strong>: This will return entity ID.</li>\n<li><strong>gameid</strong>: This will return game ID.</li>\n<li><strong>message</strong>: This will show message.</li>\n<li><strong>status</strong>: This will show status.</li>\n</ul>\n<pre><code>\"event\": \"disable\",\n\"body\": [\n    {\n        \"node\": string,\n        \"gameid\": int,\n        \"message\": string,\n        \"status\": string\n    }\n]\n</code></pre>\n\n<h6 id=\"the-structure-of-this-api-is\">The structure of this api is:</h6>\n<ul>\n<li>[base_path]/api/gms-game-fetch</li>\n</ul>\n<h6 id=\"put-the-token-provided-into-the-header-section\">Put the token provided into the header section</h6>\n<hr />\n","urlObject":{"path":["api","gms-game-fetch"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ce6174af-4385-40c2-a923-fbe3a2f7693e","name":"Disable Game","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"token","type":"text","value":"rate"}],"body":{"mode":"raw","raw":"{\r\n\t\"event\" : \"disable\",\r\n\t\"game\" : [\r\n\t\t{\r\n\t\t\t\"gameId\" : 1\r\n\t\t}\r\n\t]\r\n}"},"url":"http://13.58.82.219/api/gms-game-fetch"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.3.6"},{"key":"Cache-Control","value":"max-age=300"},{"key":"Cache-Control","value":"public"},{"key":"Date","value":"Wed, 28 Oct 2020 03:36:00 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Wed, 28 Oct 2020 03:41:00 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"event\": \"disable\",\n    \"body\": [\n        {\n            \"node\": \"5944\",\n            \"gameid\": 1,\n            \"message\": \"Game disable success\",\n            \"status\": \"ok\"\n        }\n    ]\n}"}],"_postman_id":"35eebf0d-5d13-476f-8353-17edf6ed201c"},{"name":"Enable game","event":[{"listen":"test","script":{"id":"3d09e6cc-0477-43dd-a3ff-e4803ac21254","exec":[""],"type":"text/javascript"}}],"id":"b85c4e48-b0fb-4014-a062-6a8b97d8734a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"token","type":"text","value":"{{token}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"event\" : \"enable\",\r\n\t\"game\" : [\r\n\t\t{\r\n\t\t\t\"gameId\" : 0\r\n\t\t}\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/gms-game-fetch","description":"<h2 id=\"this-api-provides-users-to-enable-the-specific-game\">This API provides users to enable the specific game.</h2>\n<h6 id=\"request-body\">Request Body:</h6>\n<ul>\n<li><strong>event</strong>: The method to operate the game.</li>\n<li>enable</li>\n<li><strong>game</strong>: Which is the game body for filter the game, type is array.<ul>\n<li><strong>gameId</strong>: Which is Game ID.</li>\n</ul>\n</li>\n</ul>\n<pre><code>\"event\": \"enable\", \n\"game\": [\n    {\n        \"gameId\": int\n    }\n]\n</code></pre>\n\n<h6 id=\"response\">Response:</h6>\n<ul>\n<li><strong>event</strong>: Will return method name which requests sent.</li>\n<li><strong>body</strong>: This will include the massage of the new game.</li>\n<li><strong>node</strong>: This will return entity ID.</li>\n<li><strong>gameid</strong>: This will return game ID.</li>\n<li><strong>message</strong>: This will show message.</li>\n<li><strong>status</strong>: This will show status.</li>\n</ul>\n<pre><code>\"event\": \"enable\",\n\"body\": [\n    {\n        \"node\": string,\n        \"gameid\": int,\n        \"message\": string,\n        \"status\": string\n    }\n]\n</code></pre>\n\n<h6 id=\"the-structure-of-this-api-is\">The structure of this api is:</h6>\n<ul>\n<li>[base_path]/api/gms-game-fetch</li>\n</ul>\n<h6 id=\"put-the-token-provided-into-the-header-section\">Put the token provided into the header section</h6>\n<hr />\n","urlObject":{"path":["api","gms-game-fetch"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"14d6dc7a-ef6d-4349-ac3d-854d6641a259","name":"Enable game","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"token","type":"text","value":"{{token}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"event\" : \"enable\",\r\n\t\"game\" : [\r\n\t\t{\r\n\t\t\t\"gameId\" : 1\r\n\t\t}\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/gms-game-fetch"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.12"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Wed, 28 Oct 2020 03:33:24 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,token,Culture,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,X-Api-ID,X-Service-RateLimit,X-UsagePlan-RateLimit,X-UsagePlan-Quota,Cache-Control,Connection,Content-Disposition,Date,Keep-Alive,Pragma,Via,Accept,Accept-Charset,Accept-Encoding,Accept-Language,Authorization,Cookie,Expect,From,Host,If-Match,If-Modified-Since,If-None-Match,If-Range,If-Unmodified-Since,Range,Origin,Referer,User-Agent,X-Forwarded-For,X-Forwarded-Host,X-Forwarded-Proto,Accept-Range,Age,Content-Range,Content-Security-Policy,ETag,Expires,Last-Modified,Location,Server,Set-Cookie,Trailer,Transfer-Encoding,Vary,Allow,Content-Encoding,Content-Language,Content-Length,Content-Location,Content-Type"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"event\": \"enable\",\n    \"body\": [\n        {\n            \"node\": \"5944\",\n            \"gameid\": 1,\n            \"message\": \"Game enable success\",\n            \"status\": \"ok\"\n        }\n    ]\n}"}],"_postman_id":"b85c4e48-b0fb-4014-a062-6a8b97d8734a"},{"name":"Delete Game","event":[{"listen":"test","script":{"id":"a9cbbefa-3ddf-46f8-bbf6-6b32b8844cff","exec":[""],"type":"text/javascript"}}],"id":"379f70eb-7c24-4fb0-9d94-1cb3fbb15fdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"token","type":"text","value":"{{token}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"event\" : \"delete\",\r\n\t\"game\" : [\r\n\t\t{\r\n\t\t\t\"gameId\" : 0\r\n\t\t}\r\n\t]\r\n}"},"url":"{{url}}/api/gms-game-fetch","description":"<h2 id=\"this-api-provides-users-to-delete-the-specific-game\">This API provides users to delete the specific game.</h2>\n<h6 id=\"request-body\">Request Body:</h6>\n<ul>\n<li><strong>event</strong>: The method to operate the game, type is array.</li>\n<li>delete</li>\n<li><strong>game</strong>: Which is the game body for filter the game.<ul>\n<li><strong>gameId</strong>: Which is Game ID.</li>\n</ul>\n</li>\n</ul>\n<pre><code>\"event\": \"delete\", \n\"game\": [\n    {         \n        \"gameId\": int\n    }\n]\n</code></pre>\n\n<h6 id=\"response\">Response:</h6>\n<ul>\n<li><strong>event</strong>: Will return method name which requests sent.</li>\n<li><strong>body</strong>: This will include the massage of the new game.</li>\n<li><strong>node</strong>: This will return entity ID.</li>\n<li><strong>gameid</strong>: This will return game ID.</li>\n<li><strong>message</strong>: This will show message.</li>\n<li><strong>status</strong>: This will show status.</li>\n</ul>\n<pre><code>\"event\": \"delete\",\n\"body\": [\n    {\n        \"node\": string,\n        \"gameid\": int,\n        \"message\": string,\n        \"status\": string,\n    }\n]\n</code></pre>\n\n<h6 id=\"the-structure-of-this-api-is\">The structure of this api is:</h6>\n<ul>\n<li>[base_path]/api/gms-game-fetch</li>\n</ul>\n<h6 id=\"put-the-token-provided-into-the-header-section\">Put the token provided into the header section</h6>\n<hr />\n","urlObject":{"path":["api","gms-game-fetch"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a8fa7bc4-87e5-4ef1-aa10-a642710a0ea3","name":"Delete Game","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"token","type":"text","value":"{{token}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"event\" : \"delete\",\r\n\t\"game\" : [\r\n\t\t{\r\n\t\t\t\"gameId\" : 22250\r\n\t\t}\r\n\t]\r\n}"},"url":"{{url}}/api/gms-game-fetch"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.12"},{"key":"Set-Cookie","value":"SESS22af55928462286c5db0be56ce778719=zwerRNRLp0dTvBi6aoakPmGtWtFs5idk38TwQfK14g0; expires=Fri, 20-Nov-2020 07:10:49 GMT; Max-Age=2000000; path=/; domain=.hkstcmsppsb.fubnb.com; HttpOnly"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Wed, 28 Oct 2020 03:37:29 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,token,Culture,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,X-Api-ID,X-Service-RateLimit,X-UsagePlan-RateLimit,X-UsagePlan-Quota,Cache-Control,Connection,Content-Disposition,Date,Keep-Alive,Pragma,Via,Accept,Accept-Charset,Accept-Encoding,Accept-Language,Authorization,Cookie,Expect,From,Host,If-Match,If-Modified-Since,If-None-Match,If-Range,If-Unmodified-Since,Range,Origin,Referer,User-Agent,X-Forwarded-For,X-Forwarded-Host,X-Forwarded-Proto,Accept-Range,Age,Content-Range,Content-Security-Policy,ETag,Expires,Last-Modified,Location,Server,Set-Cookie,Trailer,Transfer-Encoding,Vary,Allow,Content-Encoding,Content-Language,Content-Length,Content-Location,Content-Type"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"event\": \"delete\",\n    \"body\": [\n        {\n            \"node\": \"6169\",\n            \"gameid\": 22250,\n            \"message\": \"Game delete success\",\n            \"status\": \"ok\"\n        }\n    ]\n}"}],"_postman_id":"379f70eb-7c24-4fb0-9d94-1cb3fbb15fdc"}],"id":"e52fffd2-1914-441e-b162-4a3bbeca3d1d","description":"<p>The GMS Api is a Client for operating games. Simply provided four Apis those are Add Game, Edit Game,Enable Game, Disable Game, and Delete Game. </p>\n","event":[{"listen":"prerequest","script":{"id":"558da77d-a443-45c5-8342-817551e293b4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7ddd0fc8-d1d4-44ab-8e1b-7fa5a9fa5b2b","type":"text/javascript","exec":["postman.setNextRequest('Get Game Sub Category');"]}}],"_postman_id":"e52fffd2-1914-441e-b162-4a3bbeca3d1d"},{"name":"Get Game Sub Category","event":[{"listen":"test","script":{"id":"5da7c6e8-c692-4618-9711-a8f6088b183f","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var schema = {","    \"type\": \"array\",","    \"items\": [{","        \"type\": \"object\",","        \"required\": [\"gameSubCatId\",\"gameSubCatCode\",\"gameSubCatDesc\",\"gameSubCatImageUrl\"],","        \"properties\": {","            \"gameSubCatId\": {\"type\": \"integer\"},","            \"gameSubCatCode\": {\"type\": \"string\"},","            \"gameSubCatDesc\": {\"type\": \"string\"},","            \"gameSubCatImageUrl\": {\"type\": \"string\"}","        }","    }]","};","","pm.test(\"Valid data and object check\", function(){","   pm.expect(jsonData).to.be.not.empty;","   pm.response.to.have.jsonSchema(schema);","})","","try {","    var keysToCheck = schema[\"items\"][0][\"required\"];","    jsonData.forEach(function(obj){","        pm.test('Check all keys', function(){","            pm.expect(obj).to.have.all.keys(keysToCheck);","        });","","        if( obj.gameSubCatImageUrl != \"\" ){","            pm.sendRequest(obj.gameSubCatImageUrl, function (err, res){","                if (err) { console.log(err); }","                pm.test(obj.gameSubCatImageUrl  + ' image is ok', function(){","                    pm.expect(err).to.equal(null);","                    pm.expect(res).to.have.property('code', 200);","                    pm.expect(res).to.have.property('status', 'OK');","                    var sizeOK = res.responseSize > 50 ? true : false;","                    pm.expect(sizeOK).to.be.true;","                });","            });","        }","    })","} catch (e) {","    console.log(e);","}","","var gameCategoryIDs = pm.environment.get('gameCategoryIDsForSub');","if(!gameCategoryIDs){","  gameCategoryIDs = [];","}","gameCategoryIDs = gameCategoryIDs.slice(1);","if(gameCategoryIDs.length > 0){","  pm.environment.set('gameCategoryIDsForSub', gameCategoryIDs);","  postman.setNextRequest('Get Game Sub Category');","}else{","  pm.environment.unset('gameCategoryIDsForSub');","}",""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"0cc67ff6-985f-4b62-a12b-5cdadf8d714e","exec":["var gameCategoryIDs = pm.environment.get('gameCategoryIDsForSub');","var gameCategoryID;","","if(!gameCategoryIDs){","    gameCategoryIDs = [];","}","","if(gameCategoryIDs.length > 0){","    gameCategoryID = gameCategoryIDs[0];","}else{","    gameCategoryID = pm.environment.get('game_category_id');","}","if(!gameCategoryID){","    gameCategoryID = 42;","}","pm.environment.set('game_category_id', gameCategoryID);"],"type":"text/javascript"}}],"id":"939c393c-8d92-49a6-a813-18bbf5a35ebe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"{{url}}/{{lang}}/api/game/subcategory/{{game_category_id}}","description":"<ul>\n<li><p>This API is made to get the sub categories of the game</p>\n</li>\n<li><p>To retrieve all subcategories</p>\n<ul>\n<li><strong>[base_path]</strong>/api/game/subcategory</li>\n</ul>\n</li>\n<li><p>To retrieve subcategories by its category</p>\n<ul>\n<li><strong>[base_path]</strong>/api/game/subcategory/<strong>[game_category_id from game category API]</strong></li>\n</ul>\n</li>\n<li><p>Response:</p>\n<ul>\n<li>gameSubCatId : subcategory id</li>\n<li>gameSubCatCode : subcategory name / code</li>\n<li>gameSubCatDesc : subcategory description</li>\n<li>gameSubCatImageUrl : full path of the subcategory's image</li>\n</ul>\n</li>\n<li><p>The structure of this api is:</p>\n<ul>\n<li>[base_path]/[language]/api/game/subcategory/[game_category_id from game category API]</li>\n</ul>\n</li>\n<li><p>The language code :</p>\n<ul>\n<li>Chinese : zh-hans</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{lang}}","api","game","subcategory","{{game_category_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"903fe55d-fabe-4dc1-89be-381259fb6c3e","name":"200 : subcategory by its category","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"https://hkstcmsppsb.fubnb.com/zh-cn/api/game/subcategory/43"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.5"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Wed, 11 Sep 2019 07:01:22 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:views.view.tlc_game_category_view extensions http_response taxonomy_term:115 taxonomy_term_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"gameSubCatId\": 116,\n        \"gameSubCatCode\": \"HotGame\",\n        \"gameSubCatDesc\": \"热门游戏\",\n        \"gameSubCatImageUrl\": \"http://18.217.73.220/sites/default/files/2019-07/sort_hot_0.png\"\n    },\n    {\n        \"gameSubCatId\": 117,\n        \"gameSubCatCode\": \"AllSlot\",\n        \"gameSubCatDesc\": \"全部老虎机\",\n        \"gameSubCatImageUrl\": \"http://18.217.73.220/sites/default/files/2019-07/category-AllSlot.png\"\n    },\n    {\n        \"gameSubCatId\": 118,\n        \"gameSubCatCode\": \"JackpotSlot\",\n        \"gameSubCatDesc\": \"大奖游戏\",\n        \"gameSubCatImageUrl\": \"http://18.217.73.220/sites/default/files/2019-07/category-JackpotSlot.png\"\n    },\n    {\n        \"gameSubCatId\": 119,\n        \"gameSubCatCode\": \"Slot\",\n        \"gameSubCatDesc\": \"老虎机\",\n        \"gameSubCatImageUrl\": \"http://18.217.73.220/sites/default/files/2019-07/category-Slot.png\"\n    },\n    {\n        \"gameSubCatId\": 120,\n        \"gameSubCatCode\": \"ClassicSlot\",\n        \"gameSubCatDesc\": \"经典老虎机\",\n        \"gameSubCatImageUrl\": \"http://18.217.73.220/sites/default/files/2019-07/category-ClassicSlot.png\"\n    },\n    {\n        \"gameSubCatId\": 121,\n        \"gameSubCatCode\": \"VideoSlot\",\n        \"gameSubCatDesc\": \"视频老虎机\",\n        \"gameSubCatImageUrl\": \"http://18.217.73.220/sites/default/files/2019-07/category-VideoSlot.png\"\n    }\n]"},{"id":"97cd56a4-cb40-44b4-bda7-8d2941d52be9","name":"200 : get all sub categories","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"https://hkstcmsppsb.fubnb.com/zh-cn/api/game/subcategory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.5"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Wed, 11 Sep 2019 07:04:52 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:views.view.tlc_game_category_view extensions http_response taxonomy_term:103 taxonomy_term:109 taxonomy_term:115 taxonomy_term:132 taxonomy_term:134 taxonomy_term:135 taxonomy_term:137 taxonomy_term:138 taxonomy_term:139 taxonomy_term:140 taxonomy_term:141 taxonomy_term:142 taxonomy_term:143 taxonomy_term:144 taxonomy_term:145 taxonomy_term:146 taxonomy_term:147 taxonomy_term:148 taxonomy_term_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"gameSubCatId\": 104,\n        \"gameSubCatCode\": \"win3card\",\n        \"gameSubCatDesc\": \"炸金花\",\n        \"gameSubCatImageUrl\": \"http://18.217.73.220/sites/default/files/2019-07/ky_flower.png\"\n    },\n    {\n        \"gameSubCatId\": 105,\n        \"gameSubCatCode\": \"cow\",\n        \"gameSubCatDesc\": \"牛牛\",\n        \"gameSubCatImageUrl\": \"http://18.217.73.220/sites/default/files/2019-07/ky_cow.png\"\n    },\n    {\n        \"gameSubCatId\": 106,\n        \"gameSubCatCode\": \"p2pfight\",\n        \"gameSubCatDesc\": \"斗地主\",\n        \"gameSubCatImageUrl\": \"http://18.217.73.220/sites/default/files/2019-07/ky_landlord.png\"\n    },\n    {\n        \"gameSubCatId\": 107,\n        \"gameSubCatCode\": \"poker\",\n        \"gameSubCatDesc\": \"扑克\",\n        \"gameSubCatImageUrl\": \"http://18.217.73.220/sites/default/files/2019-07/ky_poker.png\"\n    },\n    {\n        \"gameSubCatId\": 108,\n        \"gameSubCatCode\": \"others\",\n        \"gameSubCatDesc\": \"其他\",\n        \"gameSubCatImageUrl\": \"http://18.217.73.220/sites/default/files/2019-07/ky_other.png\"\n    }\n]"}],"_postman_id":"939c393c-8d92-49a6-a813-18bbf5a35ebe"},{"name":"Get Game Faqs List","event":[{"listen":"test","script":{"id":"c7bc6b9b-d770-4618-bcec-08474de1a2a9","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var schema = {","    \"type\": \"array\",","    \"items\": [{","        \"type\": \"object\",","        \"required\": [\"Category_id\",\"Category\",\"id\",\"title\",\"body\",\"queryParams\"],","        \"properties\": {","            \"Category_id\": {\"type\": \"string\"},","            \"Category\": {\"type\": \"string\"},","            \"id\": {\"type\": \"string\"},","            \"title\": {\"type\": \"string\"},","            \"body\": {\"type\": \"string\"},","            \"queryParams\": {","                \"type\": \"object\",","                \"required\": [\"platform\"],","                \"properties\": {","                    \"platform\": {\"type\": \"string\"}","                }","            }","        }","    }]","};","","pm.test(\"Valid data and object check\", function(){","   pm.expect(jsonData).to.be.not.empty;","   pm.response.to.have.jsonSchema(schema);","})","","try {","    var keysToCheck = schema[\"items\"][0][\"required\"];","    jsonData.forEach(function(obj){","        pm.test('Check all keys', function(){","            pm.expect(obj).to.have.all.keys(keysToCheck);","        });","","        keysToCheck.forEach(function(key){","            pm.test(`Check key not empty - ${key}`, function(){","                pm.expect(obj[key]).to.be.not.empty;","            }); ","            ","        })","    })","} catch (e) {","    console.log(e);","}","",""],"type":"text/javascript"}}],"id":"94739cda-9270-443a-80dc-4df452d70ab4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/{{lang}}/api/game/faq","description":"<ul>\n<li>This API is used to get all game Faq which contains:<ul>\n<li>id (Category ID)</li>\n<li>title (Category Title)</li>\n<li>menus : (Faq List in Array)   </li>\n<li>response format:  <pre><code>{    \n      \"id\" : int,\n      \"title\" : string,\n      \"menus\" : [{\n          \"id\" : int,\n          \"title\" : string\n      },{\n          \"id\" : int,\n          \"title\" : string\n      }]</code></pre></li>\n</ul>\n<p>  }\n  </p>\n</li>\n</ul>\n<ul>\n<li>Put the token provided into the header section</li>\n<li>The structure of this api is:<ul>\n<li><strong>[base_path]/[language]/api/game/faq/</strong></li>\n</ul>\n</li>\n<li>The language code :<ul>\n<li>Chinese : zh-hans</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{lang}}","api","game","faq"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"20f03dca-4e20-4843-b713-2f0a94117b2d","name":"Get Game Faqs List","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/{{lang}}/api/game/faq"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Category_id\": \"325\",\n        \"Category\": \"Sport\",\n        \"id\": \"5741\",\n        \"title\": \"什么是体育投注？\",\n        \"body\": \"<p>什么是体育投注？</p><p>\\t\\t\\t提供足球、篮球、网球、电竞等数十种体育项目投注盘口，业界领先赔率，每日千场滚球赛事一网打尽。提供LOL、dota2、王者荣耀、绝地求生、csgo等数十种电竞赛事投注盘口，独创多种串关玩法，电竞赛事应有尽有。提供足球、篮球、网球、电竞等数十种体育项目投注盘口，业界领先赔率，每日千场滚球赛事一网打尽。提供LOL、dota2、王者荣耀、绝地求生、csgo等数十种电竞赛事投注盘口，独创多种串关玩法，电竞赛事应有尽有。提供足球、篮球、网球、电竞等数十种体育项目投注盘口，业界领先赔率，每日千场滚球赛事一网打尽。提供LOL、dota2、王者荣耀、绝地求生、csgo等数十种电竞赛事投注盘口，独创多种串关玩法，电竞赛事应有尽有。</p>\"\n    },\n    {\n        \"Category_id\": \"325\",\n        \"Category\": \"Sport\",\n        \"id\": \"5762\",\n        \"title\": \"什么叫做滚球？\",\n        \"body\": \"<p>什么叫做滚球？</p><p>\\t\\t\\twaiting for branding team to provide content</p><p> </p>\"\n    },\n    {\n        \"Category_id\": \"325\",\n        \"Category\": \"Sport\",\n        \"id\": \"5763\",\n        \"title\": \"让分后，XXXXXX？\",\n        \"body\": \"<p>让分后，XXXXXX？</p><p>\\t\\t\\tno content</p>\"\n    },\n    {\n        \"Category_id\": \"325\",\n        \"Category\": \"Sport\",\n        \"id\": \"5764\",\n        \"title\": \"行为限制的介绍\",\n        \"body\": \"<p>行为限制的介绍</p><p>\\t\\t\\tno content</p>\"\n    },\n    {\n        \"Category_id\": \"326\",\n        \"Category\": \"ESport\",\n        \"id\": \"5740\",\n        \"title\": \"电子竞技玩法介紹\",\n        \"body\": \"<p>沒有內容</p>\"\n    },\n    {\n        \"Category_id\": \"327\",\n        \"Category\": \"LiveCasino\",\n        \"id\": \"5742\",\n        \"title\": \"真人娱乐玩法介紹\",\n        \"body\": \"<p> </p><p>真人娱乐</p>\"\n    },\n    {\n        \"Category_id\": \"328\",\n        \"Category\": \"Slot\",\n        \"id\": \"5766\",\n        \"title\": \"电子游戏玩法介紹\",\n        \"body\": \"<p>no content</p>\"\n    },\n    {\n        \"Category_id\": \"329\",\n        \"Category\": \"P2P\",\n        \"id\": \"5765\",\n        \"title\": \"棋牌游戏玩法介紹\",\n        \"body\": \"<p>棋牌游戏玩法介紹</p>\"\n    },\n    {\n        \"Category_id\": \"330\",\n        \"Category\": \"Lottery\",\n        \"id\": \"5767\",\n        \"title\": \"彩票游戏玩法介紹\",\n        \"body\": \"<p>no content</p>\"\n    }\n]"}],"_postman_id":"94739cda-9270-443a-80dc-4df452d70ab4"},{"name":"Get Games","event":[{"listen":"test","script":{"id":"c1c6a093-4379-4429-bcc8-7b0638bbbff7","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var schema = {","    \"type\": \"array\",","    \"items\": [{","        \"type\": \"object\",","        \"required\": [\"gameName\",\"gameId\",\"gameOrder\",\"deviceType\",\"gameProvider\",\"gameImageUrl\",\"isNewGame\",\"isMaintenance\",\"hasDemo\",\"gameCatCode\",\"gameCode\",\"createdDate\",\"recommendGame\",\"cmsGameCode\",\"subCategories\"],","        \"properties\": {","            \"gameName\": {\"type\": \"string\"},","            \"gameId\": {\"type\": \"integer\"},","            \"gameOrder\": {\"type\": \"integer\"},","            \"deviceType\": {\"type\": \"string\"},","            \"gameProvider\": {\"type\": \"string\"},","            \"gameImageUrl\": {\"type\": \"string\"},","            \"isNewGame\": {\"type\": \"boolean\"},","            \"isMaintenance\": {\"type\": \"boolean\"},","            \"hasDemo\": {\"type\": \"boolean\"},","            \"gameCatCode\": {\"type\": \"string\"},","            \"gameCode\": {\"type\": \"string\"},","            \"createdDate\": {\"type\": \"string\"},","            \"recommendGame\": {\"type\": \"boolean\"},","            \"cmsGameCode\": {\"type\": \"string\"},","            \"subCategories\": {","                \"type\": \"array\",","                \"items\": {}","            }","        }","    }]","};","","pm.test(\"Valid data and object check\", function(){","   pm.expect(jsonData).to.be.not.empty;","   pm.response.to.have.jsonSchema(schema);","})","","try {","    var objs = jsonData;","    var keysToCheck = schema[\"items\"][0][\"required\"];","    var ignoredKeys = ['subCategories'];","    var subCatKeysToCheck = ['GameSubCatID','GameSubCatCode'];","    var numberKeys = ['gameId','gameOrder','GameSubCatID'];","    var booleanKeys = ['isNewGame','isMaintenance','hasDemo','recommendGame'];","","    objs.forEach(function(obj){","        pm.test('Check all keys', function(){","            pm.expect(obj).to.have.all.keys(keysToCheck);","        });","","        keysToCheck.forEach(function(key){","            if(ignoredKeys.indexOf(key) > -1){","                return;","            }","            ","            if(numberKeys.indexOf(key) == -1 && booleanKeys.indexOf(key) == -1){","                pm.test(`Check key not empty - ${key}`, function(){","                    pm.expect(obj[key]).to.be.not.empty;","                }); ","            }else{","                if(booleanKeys.indexOf(key) == -1){","                    pm.test(`Check key should be number - ${key}`, function(){","                        pm.expect(obj[key]).to.be.a('number');","                    });","                }else{","                    pm.test(`Check key should be boolean - ${key}`, function(){","                        pm.expect(obj[key]).to.be.a('boolean');","                    });","                }","            }","        });","","        pm.sendRequest(obj.gameImageUrl, function (err, res){","            if (err) { console.log(err); }","            pm.test(obj.gameImageUrl  + ' image is ok', function(){","                pm.expect(err).to.equal(null);","                pm.expect(res).to.have.property('code', 200);","                pm.expect(res).to.have.property('status', 'OK');","                var sizeOK = res.responseSize > 50 ? true : false;","                pm.expect(sizeOK).to.be.true;","            });","        });","","        obj.subCategories.forEach(function(subcat) {","            pm.test('Check all keys', function(){","                pm.expect(subcat).to.have.all.keys(subCatKeysToCheck);","            });","","            subCatKeysToCheck.forEach(function(key) {","                if (numberKeys.indexOf(key) == -1) {","                    pm.test(`Check key not empty - ${key}`, function(){","                        pm.expect(subcat[key]).to.be.not.empty;","                    }); ","                } else {","                    pm.test(`Check subcat should be number - ${subcat[key]}`, function() {","                        pm.expect(subcat[key]).to.be.a('number');","                    });","                }","            });","        });","    })","} catch (e) {","    console.log(e);","}","","","var gamesData = pm.environment.get('gamesData');","if(!gamesData){","  gamesData = {};","}else{","  gamesData = JSON.parse(gamesData);","}","var gameCategoryID = pm.environment.get('game_category_id');","var gameCategoryIDsForGames = pm.environment.get('gameCategoryIDsForGames');","if(!gameCategoryIDsForGames){","  gameCategoryIDsForGames = [];","}","var games = gamesData[gameCategoryID];","if(!games){","  games = [];","}","games = games.slice(1);","gamesData[gameCategoryID] = games;","pm.environment.set('gamesData', JSON.stringify(gamesData));","if( games.length == 0 ){","  gameCategoryIDsForGames = gameCategoryIDsForGames.slice(1);","  pm.environment.set('gameCategoryIDsForGames',gameCategoryIDsForGames);","}","if ( gameCategoryIDsForGames.length > 0 ){``","  postman.setNextRequest('Get Games Desktop');","}else{","  pm.environment.set('gamesData', pm.environment.get('gamesDataBKP'));","  pm.environment.set('gameCategoryIDsForGames', pm.environment.get('gameCategoryIDsForGamesBKP'));","}"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"72c1ac34-640c-49f9-ba8f-5f3b1e269ea5","exec":["var gamesData = pm.environment.get('gamesData');","if(!gamesData){","    gamesData = {};","}else{","    gamesData = JSON.parse(gamesData);","}","var gameCategoryIDsForGames = pm.environment.get('gameCategoryIDsForGames');","if(!gameCategoryIDsForGames){","    gameCategoryIDsForGames = [\"43\"];","}","if(gameCategoryIDsForGames.length == 0){","    gameCategoryIDsForGames = [\"43\"];","}","var games = gamesData[gameCategoryIDsForGames[0]];","if(!games){","    games = [\"71\"];","}","if(games.length == 0){","    games = [\"71\"];","}","","pm.environment.set('game_category_id', gameCategoryIDsForGames[0]);","pm.environment.set('game_provider_id', games[0]);","","",""],"type":"text/javascript"}}],"id":"8c9cfb3b-b76c-4ac4-a8ed-4411a39abfd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"{{url}}/{{lang}}/api/Games/{{game_category_id}}/{{game_provider_id}}","description":"<ul>\n<li>This API is used to get <strong>All Games List</strong> which contains:<ul>\n<li>gameName (Title of the game)</li>\n<li>gameId (Game ID)</li>\n<li>gameOrder (Game order number)</li>\n<li>deviceType (Device)</li>\n<li>subCategories (Game Sub Category):<ul>\n<li>GameSubCatID (Game Sub Category Id)</li>\n<li>GameSubCatCode (Game Sub Category Code)</li>\n</ul>\n</li>\n<li>gameProvider (Game Provider name)</li>\n<li>gameImageUrl (Full path of image url)</li>\n<li>isNewGame (Boolean to indicate the game is new or old)</li>\n<li>isMaintenance (Boolean to indicate the game is under maintenance or not)</li>\n<li>hasDemo (Boolean to indicate the game has a demo version or not)</li>\n<li>gameCatCode (Game Category Code)</li>\n</ul>\n</li>\n<li>The structure of this API is :<ul>\n<li><strong>[base_path]</strong>/<strong>[language]</strong>/api/<strong>[device]</strong>/Games/<strong>[game_category_id]</strong>/<strong>[game_provider_id]</strong></li>\n</ul>\n</li>\n<li>Or if you dont need the vendor:<ul>\n<li><strong>[base_path]</strong>/<strong>[language]</strong>/api/<strong>[device]</strong>/Games/<strong>[game_category_id]</strong></li>\n</ul>\n</li>\n</ul>\n<ul>\n<li>Or if you want to retrieve all of the Games :<ul>\n<li><strong>[base_path]</strong>/<strong>[language]</strong>/api/<strong>[device]</strong>/Games</li>\n</ul>\n</li>\n<li>devices for filter format:<ul>\n<li>IOS app : <strong>ios</strong></li>\n<li>Android app : <strong>android</strong></li>\n<li>Mobile Web : <strong>mobile-web</strong></li>\n<li>Desktop : <strong>desktop</strong></li>\n</ul>\n</li>\n<li>Put the token provided into the header section</li>\n<li>The language code :<ul>\n<li>Chinese : zh-hans</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{lang}}","api","Games","{{game_category_id}}","{{game_provider_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1baa8dff-1564-4c69-b220-4eab2002d43d","name":"stage 200 : all game list with device = android","originalRequest":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"https://hkstcmsppsb.fubnb.com/zh-hans/api/android/Games"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.5"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Wed, 11 Sep 2019 07:17:45 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_category config:field.storage.node.field_demo config:field.storage.node.field_devices config:field.storage.node.field_game_tagging config:field.storage.node.field_game_type config:field.storage.node.field_multiple_images_app config:field.storage.node.field_new_game config:field.storage.node.field_order config:field.storage.node.field_under_maintenance config:field.storage.node.field_vendor config:views.view.tlc_games_api extensions http_response node:1116 node:1117 node:1118 node:1119 node:1120 node:1121 node:1122 node:1124 node:1125 node:1126 node:1127 node:1128 node:1129 node:1130 node:1131 node:1132 node:1133 node:1134 node:1135 node:1136 node:1137 node:1138 node:1139 node:1140 node:1141 node:1142 node:1143 node:1144 node:1145 node:1146 node:1147 node:1148 node:1149 node:1150 node:1151 node:1152 node:1153 node:1154 node:1155 node:1156 node:1157 node:1158 node:1159 node:1160 node:1161 node:1162 node:1163 node:1164 node:1165 node:1166 node:1167 node:1168 node:1169 node:1170 node:1171 node:1172 node:1173 node:1174 node:1175 node:1176 node:1177 node:1178 node:1179 node:1180 node:1181 node:1182 node:1183 node:1184 node:1185 node:1186 node:1187 node:1188 node:1189 node:1190 node:1191 node:1192 node:1193 node:1194 node:1195 node:1196 node:1197 node:1198 node:1199 node:1200 node:1201 node:1202 node:1203 node:1204 node:1205 node:1206 node:1207 node:1208 node:1209 node:1210 node:1211 node:1212 node:1213 node:1214 node:1215 node:1216 node:1217 node:1218 node:1219 node:1220 node:1221 node:1222 node:1223 node:1224 node:1225 node:1226 node:1227 node:1228 node:1229 node:1230 node:1231 node:1232 node:1233 node:1234 node:1235 node:1236 node:1237 node:1238 node:1239 node:1240 node:1241 node:1242 node:1243 node:1244 node:1245 node:1246 node:1247 node:1248 node:1249 node:1250 node:1251 node:1252 node:1253 node:1254 node:1255 node:1256 node:1257 node:1258 node:1259 node:1260 node:1261 node:1262 node:1263 node:1264 node:1265 node:1266 node:1269 node:1270 node:1272 node:1273 node:1275 node:1277 node:1278 node:1279 node:1281 node:1283 node:1284 node:1285 node:1287 node:1289 node:1291 node:1294 node:1295 node:1297 node:1299 node:1300 node:1302 node:1303 node:1305 node:1306 node:1307 node:1308 node:1309 node:1311 node:1313 node:1314 node:1315 node:1316 node:1318 node:1320 node:1321 node:1323 node:1325 node:1326 node:1327 node:1328 node:1329 node:1330 node:1331 node:1338 node:1339 node:1340 node:1341 node:1342 node:1343 node:1344 node:1345 node:1346 node:1347 node:1348 node:1349 node:1350 node:1351 node:1352 node:1353 node:1354 node:1355 node:1356 node:1357 node:1358 node:1364 node:1365 node:1366 node:1367 node:1368 node:1370 node:1372 node:1373 node:1374 node:1375 node:1376 node:1377 node:1384 node:1385 node:1386 node:1387 node:1388 node:1389 node:1396 node:1397 node:1398 node:1399 node:1400 node:1402 node:1403 node:1404 node:1405 node:1406 node:1407 node:1408 node:1409 node:1410 node:1411 node:1412 node:1413 node:1414 node:1415 node:1416 node:1417 node:1418 node:1419 node:1420 node:1421 node:1422 node:1423 node:1424 node:1425 node:1426 node:1427 node:1428 node:1429 node:1430 node:1431 node:1432 node:1433 node:1435 node:1436 node:1441 node:1442 node:1443 node:1445 node:1446 node:1447 node:1448 node:1449 node:1450 node:1451 node:1452 node:1453 node:1454 node:1455 node:1456 node:1457 node:1458 node:1459 node:1460 node:1461 node:1462 node:1463 node:1464 node:1465 node:1466 node:1467 node:1468 node:1469 node:1470 node:1471 node:1472 node:1473 node:1474 node:1475 node:1476 node:1477 node:1478 node:1479 node:1480 node:1481 node:1482 node:1483 node:1484 node:1485 node:1486 node:1487 node:1488 node:1489 node:1490 node:1491 node:1492 node:1493 node:1494 node:1495 node:1496 node:1497 node:1498 node:1499 node:1500 node:1501 node:1502 node:1503 node:1504 node:1505 node:1506 node:1507 node:1508 node:1509 node:1510 node:1511 node:1512 node:1513 node:1514 node:1515 node:1516 node:1517 node:1518 node:1519 node:1520 node:1521 node:1522 node:1523 node:1524 node:1525 node:1526 node:1527 node:1528 node:1539 node:1648 node:1954 node:2041 node:2155 node:2162 node:2181 node:2202 node:2204 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.node_grants:view user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"gameName\": \"财神到\",\n        \"gameId\": 3007,\n        \"gameOrder\": 32,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/GodofWealth_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"超级 6\",\n        \"gameId\": 3024,\n        \"gameOrder\": 33,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Super6_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"古希臘英雄\",\n        \"gameId\": 2995,\n        \"gameOrder\": 34,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Achilles_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"古代战士\",\n        \"gameId\": 3001,\n        \"gameOrder\": 35,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Zhanshi_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"德州大亨\",\n        \"gameId\": 3005,\n        \"gameOrder\": 37,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TexanTycoon_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"缤纷圣诞\",\n        \"gameId\": 3026,\n        \"gameOrder\": 42,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TheNiceList_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"阿拉丁的愿望\",\n        \"gameId\": 2999,\n        \"gameOrder\": 43,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/AladdinsWishes_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"人鱼女王\",\n        \"gameId\": 3020,\n        \"gameOrder\": 44,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/MermaidQueen_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"龙卷风\",\n        \"gameId\": 3013,\n        \"gameOrder\": 45,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TripleTwister_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"凯撒帝国\",\n        \"gameId\": 2997,\n        \"gameOrder\": 47,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/CaesarsEmpire_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"三國之赤壁之戰\",\n        \"gameId\": 3603,\n        \"gameOrder\": 56,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"TG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10-game-images/Slot/TG/3KingdomsBattleofRedCliffs_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魔幻猫熊\",\n        \"gameId\": 3365,\n        \"gameOrder\": 59,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/PandaMagic_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"金矿探索\",\n        \"gameId\": 3362,\n        \"gameOrder\": 60,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Paydirt_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"爵士音乐家\",\n        \"gameId\": 3350,\n        \"gameOrder\": 61,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TheBigBopper_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞凤骚女\",\n        \"gameId\": 3025,\n        \"gameOrder\": 63,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TheNaughtyList_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"模特梦\",\n        \"gameId\": 3017,\n        \"gameOrder\": 64,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/HighFashion_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"农村人家\",\n        \"gameId\": 3016,\n        \"gameOrder\": 65,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Henhouse_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"永恒的爱\",\n        \"gameId\": 3015,\n        \"gameOrder\": 66,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/EternalLove_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"深海遨游\",\n        \"gameId\": 3009,\n        \"gameOrder\": 67,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/CrystalWaters_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"恶棍郊狼\",\n        \"gameId\": 3004,\n        \"gameOrder\": 68,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/CoyoteCash_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幸运 6\",\n        \"gameId\": 3003,\n        \"gameOrder\": 69,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Lucky6_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"海狸伐木先生\",\n        \"gameId\": 2998,\n        \"gameOrder\": 70,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/BuilderBeaver_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"女巫温妮\",\n        \"gameId\": 2996,\n        \"gameOrder\": 71,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/BubbleBubble_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"警匪追逐\",\n        \"gameId\": 2994,\n        \"gameOrder\": 72,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/CashBandits_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"欢乐满屋\",\n        \"gameId\": 371,\n        \"gameOrder\": 73,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/HouseofFun_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"招财福猪\",\n        \"gameId\": 4416,\n        \"gameOrder\": 73,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"TG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10-game-images/Slot/TG/GoldenPig_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"野狼黄金\",\n        \"gameId\": 3602,\n        \"gameOrder\": 77,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"TG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10-game-images/Slot/TG/WolfGold_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"水晶派对\",\n        \"gameId\": 4375,\n        \"gameOrder\": 83,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/CrystalCrush_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 273,\n                \"GameSubCatCode\": \"Arcade\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"鲨鱼总动员\",\n        \"gameId\": 4374,\n        \"gameOrder\": 84,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/Shark_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"闪亮之屋\",\n        \"gameId\": 2636,\n        \"gameOrder\": 85,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/DeckTheHalls_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"快乐假期\",\n        \"gameId\": 1760,\n        \"gameOrder\": 86,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/HappyHoliday_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞狗狗\",\n        \"gameId\": 1759,\n        \"gameOrder\": 87,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/SantaPaws_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"大魔术师\",\n        \"gameId\": 4174,\n        \"gameOrder\": 133,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"DTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/DTG/Magician_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"禁酒\",\n        \"gameId\": 4154,\n        \"gameOrder\": 135,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Temperance_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"招财进宝\",\n        \"gameId\": 3320,\n        \"gameOrder\": 141,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/ZhaoCaiJinBao_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"公路王国\",\n        \"gameId\": 3430,\n        \"gameOrder\": 142,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/HighwayKings_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"年年有余\",\n        \"gameId\": 3324,\n        \"gameOrder\": 143,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/NianNianYouYu_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"湛蓝深海\",\n        \"gameId\": 3318,\n        \"gameOrder\": 147,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/GreatBlue_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"熊之舞\",\n        \"gameId\": 3322,\n        \"gameOrder\": 148,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/BonusBears_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"美式赛车\",\n        \"gameId\": 2617,\n        \"gameOrder\": 160,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/5ReelDrive_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"足球明星\",\n        \"gameId\": 2638,\n        \"gameOrder\": 163,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/FootballStar_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"沙滩宝贝\",\n        \"gameId\": 2625,\n        \"gameOrder\": 164,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/BeachBabes_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"终极足球\",\n        \"gameId\": 3607,\n        \"gameOrder\": 197,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FootballRules_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"汪旺财\",\n        \"gameId\": 3822,\n        \"gameOrder\": 230,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"SPG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/SPG/WowProsperity_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"诙谐财富\",\n        \"gameId\": 3608,\n        \"gameOrder\": 253,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FortunesofTheFox_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"白雪经典童话\",\n        \"gameId\": 3606,\n        \"gameOrder\": 254,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FairestofThemAll_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞奇迹\",\n        \"gameId\": 3345,\n        \"gameOrder\": 281,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/SantaSurprise_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"樱桃之恋\",\n        \"gameId\": 3344,\n        \"gameOrder\": 282,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/CherryLove_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"艺伎故事\",\n        \"gameId\": 3343,\n        \"gameOrder\": 283,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/GeishaStory_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"埃斯梅拉达\",\n        \"gameId\": 3339,\n        \"gameOrder\": 284,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/Esmeralda_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"豪华的开心假期\",\n        \"gameId\": 3338,\n        \"gameOrder\": 285,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/VacationStation_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"沉默的武士\",\n        \"gameId\": 3337,\n        \"gameOrder\": 286,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/SilentSamurai_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"甜蜜派对\",\n        \"gameId\": 3335,\n        \"gameOrder\": 287,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/SweetParty_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"白狮王\",\n        \"gameId\": 3333,\n        \"gameOrder\": 288,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/WhiteKing_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"北极宝藏\",\n        \"gameId\": 3332,\n        \"gameOrder\": 289,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/ArcticTreasure_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"满月财富\",\n        \"gameId\": 3331,\n        \"gameOrder\": 290,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FullMoonFortune_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"趣味水果\",\n        \"gameId\": 3330,\n        \"gameOrder\": 291,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FunkyFruits_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"赌徒\",\n        \"gameId\": 3329,\n        \"gameOrder\": 292,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/WildGambler_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"惊喜复活节\",\n        \"gameId\": 3328,\n        \"gameOrder\": 293,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/EasterSurprise_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"泰国天堂\",\n        \"gameId\": 3327,\n        \"gameOrder\": 294,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/ThaiParadise_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"宝物箱中寻\",\n        \"gameId\": 3325,\n        \"gameOrder\": 295,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/ChestsOfPlenty_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"万圣节财务\",\n        \"gameId\": 3321,\n        \"gameOrder\": 296,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/HalloweenFortune_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"猫女王\",\n        \"gameId\": 3319,\n        \"gameOrder\": 297,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/CatQueen_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"MGS老虎机(安卓下载版)\",\n        \"gameId\": 2677,\n        \"gameOrder\": 339,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MGSSlotDownload_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"阿丽亚娜\",\n        \"gameId\": 2675,\n        \"gameOrder\": 340,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Ariana_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"浪漫法国\",\n        \"gameId\": 2669,\n        \"gameOrder\": 341,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Voila_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"尼罗河宝藏\",\n        \"gameId\": 2667,\n        \"gameOrder\": 342,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/TreasureNile_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"古墓丽影\",\n        \"gameId\": 2666,\n        \"gameOrder\": 343,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/TombRaider_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"疯狂大冒险\",\n        \"gameId\": 2661,\n        \"gameOrder\": 344,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/TheGrandJourney_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"诸神之战\",\n        \"gameId\": 2658,\n        \"gameOrder\": 345,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/StashoftheTitans_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"灰狼之夜\",\n        \"gameId\": 2655,\n        \"gameOrder\": 346,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/SilverFang_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"神秘之梦\",\n        \"gameId\": 2652,\n        \"gameOrder\": 347,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MysticDreams_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"百万钞票\",\n        \"gameId\": 2650,\n        \"gameOrder\": 348,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MegaMoolah_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"玛雅公主\",\n        \"gameId\": 2649,\n        \"gameOrder\": 349,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MayanPrincess_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"军队大富翁\",\n        \"gameId\": 2648,\n        \"gameOrder\": 350,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MajorMillions_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"瘋帽子先生\",\n        \"gameId\": 2647,\n        \"gameOrder\": 351,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MadHatters_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"黑帮老大\",\n        \"gameId\": 2646,\n        \"gameOrder\": 352,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Loaded_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"狮子王\",\n        \"gameId\": 2645,\n        \"gameOrder\": 353,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/LionsPride_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"加德滿都\",\n        \"gameId\": 2643,\n        \"gameOrder\": 354,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Kathmandu_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"伊斯女王\",\n        \"gameId\": 2642,\n        \"gameOrder\": 355,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Isis_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"杀手\",\n        \"gameId\": 2641,\n        \"gameOrder\": 356,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Hitman_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"金钱帝国\",\n        \"gameId\": 2640,\n        \"gameOrder\": 357,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/HighSociety_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"万圣狂欢夜\",\n        \"gameId\": 2639,\n        \"gameOrder\": 358,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Halloweenies_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"鹰翼行动\",\n        \"gameId\": 2637,\n        \"gameOrder\": 359,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/EaglesWings_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"沙发土豆\",\n        \"gameId\": 2635,\n        \"gameOrder\": 360,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/CouchPotato_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"无限现金\",\n        \"gameId\": 2632,\n        \"gameOrder\": 361,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/CashSplash_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"非洲大草原\",\n        \"gameId\": 2630,\n        \"gameOrder\": 362,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/BushTelegraph_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"美国梦\",\n        \"gameId\": 2624,\n        \"gameOrder\": 363,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/BarsandStripes_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"航海时代\",\n        \"gameId\": 2620,\n        \"gameOrder\": 364,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/AgeofDiscovery_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"丛林探险\",\n        \"gameId\": 2619,\n        \"gameOrder\": 365,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/AdventurePalace_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"罗宾\",\n        \"gameId\": 2618,\n        \"gameOrder\": 366,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Robyn_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巨钻珍宝\",\n        \"gameId\": 4169,\n        \"gameOrder\": 387,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGems_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奇怪机器\",\n        \"gameId\": 4152,\n        \"gameOrder\": 391,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheCuriousMachinePlus_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奇怪机器\",\n        \"gameId\": 4151,\n        \"gameOrder\": 392,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheCuriousMachinePlus_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机怪兽\",\n        \"gameId\": 4149,\n        \"gameOrder\": 394,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FrankenslotsMonster_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机怪兽\",\n        \"gameId\": 4147,\n        \"gameOrder\": 395,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FrankenslotsMonster_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维京时代\",\n        \"gameId\": 4143,\n        \"gameOrder\": 397,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/VikingAge_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"财富满屋\",\n        \"gameId\": 4142,\n        \"gameOrder\": 398,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TreasureRoom_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"妈妈咪啊\",\n        \"gameId\": 4141,\n        \"gameOrder\": 399,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MammaMia_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"妈妈咪啊\",\n        \"gameId\": 4140,\n        \"gameOrder\": 400,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MammaMia_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奥科莫之塔\",\n        \"gameId\": 4138,\n        \"gameOrder\": 402,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AlkemorsTower_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奥科莫之塔\",\n        \"gameId\": 4137,\n        \"gameOrder\": 403,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AlkemorsTower_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"天使老虎机\",\n        \"gameId\": 4136,\n        \"gameOrder\": 404,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotsAngels_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"富裕生活\",\n        \"gameId\": 4135,\n        \"gameOrder\": 405,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GlamLife_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞颂歌\",\n        \"gameId\": 4133,\n        \"gameOrder\": 406,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AChristmasCarolMobile_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞颂歌\",\n        \"gameId\": 4132,\n        \"gameOrder\": 407,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AChristmasCarol_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"糖果甜心\",\n        \"gameId\": 2579,\n        \"gameOrder\": 413,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SugarPop_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"神灯精灵\",\n        \"gameId\": 3246,\n        \"gameOrder\": 417,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GeniesFortune_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"发发双胞胎\",\n        \"gameId\": 3225,\n        \"gameOrder\": 418,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Fa-FaTwins_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"发发双胞胎\",\n        \"gameId\": 3224,\n        \"gameOrder\": 419,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Fa-FaTwins_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"淘金达人\",\n        \"gameId\": 3173,\n        \"gameOrder\": 422,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MoreGoldDiggin_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"淘金达人\",\n        \"gameId\": 2577,\n        \"gameOrder\": 424,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MoreGoldDigginToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父 2\",\n        \"gameId\": 3515,\n        \"gameOrder\": 426,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Slotfather2_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父 2\",\n        \"gameId\": 3514,\n        \"gameOrder\": 427,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Slotfather2_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"海底世界\",\n        \"gameId\": 2570,\n        \"gameOrder\": 430,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/UnderTheSeaToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"水果物语\",\n        \"gameId\": 2586,\n        \"gameOrder\": 432,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FruitZen_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幻影世界\",\n        \"gameId\": 2587,\n        \"gameOrder\": 434,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TrueIllusionsToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"贪婪的精灵\",\n        \"gameId\": 2559,\n        \"gameOrder\": 436,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GreedyGoblinsToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"复仇时代\",\n        \"gameId\": 2568,\n        \"gameOrder\": 439,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/RooksRevengeToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"灿烂火花\",\n        \"gameId\": 2566,\n        \"gameOrder\": 442,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BoomanjiToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"大亨\",\n        \"gameId\": 2572,\n        \"gameOrder\": 444,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TycoonsToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"拉霸之父\",\n        \"gameId\": 3288,\n        \"gameOrder\": 446,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheSlotfatherToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"拉霸之父\",\n        \"gameId\": 2562,\n        \"gameOrder\": 448,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheSlotfatherToGo_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"烽火之战\",\n        \"gameId\": 3721,\n        \"gameOrder\": 469,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FireandSteel_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"烽火之战\",\n        \"gameId\": 3720,\n        \"gameOrder\": 470,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FireandSteel_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魔术坊\",\n        \"gameId\": 3700,\n        \"gameOrder\": 472,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheMagieShoppe_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魔术坊\",\n        \"gameId\": 3699,\n        \"gameOrder\": 473,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheMagieShoppe_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"垂钓之王\",\n        \"gameId\": 3611,\n        \"gameOrder\": 478,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheAngler_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"垂钓之王\",\n        \"gameId\": 3610,\n        \"gameOrder\": 479,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheAngler_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"时间扭曲护卫者\",\n        \"gameId\": 3601,\n        \"gameOrder\": 481,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/TimeWrapGuardian_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"樱桃炸弹升级版\",\n        \"gameId\": 3600,\n        \"gameOrder\": 482,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/CherryBombDeluxe_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"飞鸟\",\n        \"gameId\": 3444,\n        \"gameOrder\": 495,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Birds_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魅力四叶草\",\n        \"gameId\": 3443,\n        \"gameOrder\": 496,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/CharmsandClovers_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"可爱猫咪\",\n        \"gameId\": 3442,\n        \"gameOrder\": 497,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/KawaiiKitty_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"飞鸟\",\n        \"gameId\": 3438,\n        \"gameOrder\": 501,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Birds_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魅力四叶草\",\n        \"gameId\": 3437,\n        \"gameOrder\": 502,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/CharmsandClovers_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"可爱猫咪\",\n        \"gameId\": 3436,\n        \"gameOrder\": 503,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/KawaiiKitty_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"石油\",\n        \"gameId\": 3283,\n        \"gameOrder\": 504,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BlackGold_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"罪恶之城之夜\",\n        \"gameId\": 3228,\n        \"gameOrder\": 505,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SinCityNights_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"罪恶之城之夜\",\n        \"gameId\": 3227,\n        \"gameOrder\": 506,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SinCityNights_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维加斯周末\",\n        \"gameId\": 3175,\n        \"gameOrder\": 511,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/WeekendInVegas_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父\",\n        \"gameId\": 3174,\n        \"gameOrder\": 512,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotfatherJP_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"迷人的生活\",\n        \"gameId\": 3172,\n        \"gameOrder\": 513,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGlamLife_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幸运7\",\n        \"gameId\": 3171,\n        \"gameOrder\": 514,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Lucky7_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"伟大的88\",\n        \"gameId\": 3170,\n        \"gameOrder\": 515,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Great88_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"黑洞表面\",\n        \"gameId\": 3169,\n        \"gameOrder\": 516,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/EventHorizon_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"七重天\",\n        \"gameId\": 3168,\n        \"gameOrder\": 517,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/7thHeaven_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维加斯周末\",\n        \"gameId\": 3167,\n        \"gameOrder\": 518,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/WeekendInVegas_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父\",\n        \"gameId\": 3166,\n        \"gameOrder\": 519,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotfatherJP_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"迷人的生活\",\n        \"gameId\": 3164,\n        \"gameOrder\": 520,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGlamLife_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"伟大的88\",\n        \"gameId\": 3162,\n        \"gameOrder\": 521,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Great88_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"黑洞表面\",\n        \"gameId\": 3161,\n        \"gameOrder\": 522,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/EventHorizon_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"七重天\",\n        \"gameId\": 3160,\n        \"gameOrder\": 523,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/7thHeaven_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"龙族传说\",\n        \"gameId\": 2799,\n        \"gameOrder\": 534,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/4Season_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"来自星星的它\",\n        \"gameId\": 2584,\n        \"gameOrder\": 544,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/ItCameFromVenus_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"木偶匹诺曹\",\n        \"gameId\": 2580,\n        \"gameOrder\": 545,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Pinocchio_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"小狗情缘\",\n        \"gameId\": 2575,\n        \"gameOrder\": 546,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/PuppyLoveToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"正义警长\",\n        \"gameId\": 2574,\n        \"gameOrder\": 547,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheTrueSheriffToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"消失的宝藏\",\n        \"gameId\": 2573,\n        \"gameOrder\": 548,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/LostToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幸运7\",\n        \"gameId\": 2569,\n        \"gameOrder\": 549,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Lucky7ToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"床下的秘密\",\n        \"gameId\": 2567,\n        \"gameOrder\": 550,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/UnderTheBedToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维京时代\",\n        \"gameId\": 2002,\n        \"gameOrder\": 551,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/VikingAge_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"财富满屋\",\n        \"gameId\": 1997,\n        \"gameOrder\": 552,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TreasureRoom_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"跳跳辣椒\",\n        \"gameId\": 1983,\n        \"gameOrder\": 555,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/PacoandthePoppingPeppers_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"睡美人\",\n        \"gameId\": 1966,\n        \"gameOrder\": 556,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Enchanted_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巴巴里海岸\",\n        \"gameId\": 1963,\n        \"gameOrder\": 557,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BarbaryCoast_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"着陆\",\n        \"gameId\": 1959,\n        \"gameOrder\": 559,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Arrival_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巴巴里海岸\",\n        \"gameId\": 1397,\n        \"gameOrder\": 562,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BarbaryCoast_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"看电影\",\n        \"gameId\": 1395,\n        \"gameOrder\": 563,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AtTheMovies_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"睡美人\",\n        \"gameId\": 643,\n        \"gameOrder\": 567,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Enchanted_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"着陆\",\n        \"gameId\": 383,\n        \"gameOrder\": 568,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Arrival_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"富裕生活\",\n        \"gameId\": 376,\n        \"gameOrder\": 570,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheGlamLife_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"看电影\",\n        \"gameId\": 368,\n        \"gameOrder\": 572,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AttheMovies_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"史前二百万年\",\n        \"gameId\": 362,\n        \"gameOrder\": 574,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/2MillionBC_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"炽热火山\",\n        \"gameId\": 3599,\n        \"gameOrder\": 580,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/HotVolcano_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"N2 真人\",\n        \"gameId\": 3794,\n        \"gameOrder\": 592,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"NLE\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Casino/Mobile/N2Casino_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Casino\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"AB 真人\",\n        \"gameId\": 3806,\n        \"gameOrder\": 593,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"ABT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Casino/Mobile/ABCasino_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Casino\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"SA 真人\",\n        \"gameId\": 3804,\n        \"gameOrder\": 594,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"SAL\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Casino/Mobile/SACasino_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Casino\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"GD 真人 (简易版)\",\n        \"gameId\": 2527,\n        \"gameOrder\": 595,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"GDL\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Casino/Mobile/GDCasino_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Casino\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"GD 真人(升级版)\",\n        \"gameId\": 3569,\n        \"gameOrder\": 596,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"GDL\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Casino/Mobile/MultigameCasinoUpgrade_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Casino\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"AG 真人\",\n        \"gameId\": 2531,\n        \"gameOrder\": 597,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"AGL\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Casino/Mobile/AGCasino_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Casino\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"tlc_SBT\",\n        \"gameId\": 0,\n        \"gameOrder\": 598,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"SBT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Sportsbook/Mobile/SBT_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Sportsbook\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"SP 体育博彩\",\n        \"gameId\": 0,\n        \"gameOrder\": 599,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"SPSB\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Sportsbook/Mobile/SPSB_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Sportsbook\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"IM 体育博彩\",\n        \"gameId\": 0,\n        \"gameOrder\": 600,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"IPSB\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Sportsbook/Mobile/IPSB_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Sportsbook\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"捕鱼王 2\",\n        \"gameId\": 2821,\n        \"gameOrder\": 601,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"AG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Fishing/Mobile/FishHunter_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Fishing\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"IM 电子竞技\",\n        \"gameId\": 0,\n        \"gameOrder\": 602,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"IPES\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Sportsbook/Mobile/IPES_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Esports\",\n        \"subCategories\": []\n    }\n]"},{"id":"2e3ceeeb-0c9f-4194-ab97-d0ce54ea1a8f","name":"stage 200 : using all filters provided","originalRequest":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"https://hkstcmsppsb.fubnb.com/zh-hans/api/android/Games/43/71"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.5"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Wed, 11 Sep 2019 07:15:28 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_category config:field.storage.node.field_demo config:field.storage.node.field_devices config:field.storage.node.field_game_tagging config:field.storage.node.field_game_type config:field.storage.node.field_multiple_images_app config:field.storage.node.field_new_game config:field.storage.node.field_order config:field.storage.node.field_under_maintenance config:field.storage.node.field_vendor config:views.view.tlc_games_api extensions http_response node:1119 node:1122 node:1131 node:1269 node:1272 node:1275 node:1277 node:1281 node:1283 node:1285 node:1287 node:1289 node:1294 node:1297 node:1305 node:1311 node:1318 node:1323 node:1338 node:1339 node:1340 node:1364 node:1365 node:1366 node:1367 node:1370 node:1384 node:1385 node:1386 node:1387 node:1388 node:1389 node:1400 node:1435 node:1436 node:1443 node:1445 node:1523 node:1954 node:2181 node:2202 node:2204 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.node_grants:view user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"gameName\": \"欢乐满屋\",\n        \"gameId\": 371,\n        \"gameOrder\": 73,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/HouseofFun_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巨钻珍宝\",\n        \"gameId\": 4169,\n        \"gameOrder\": 387,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGems_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奇怪机器\",\n        \"gameId\": 4152,\n        \"gameOrder\": 391,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheCuriousMachinePlus_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奇怪机器\",\n        \"gameId\": 4151,\n        \"gameOrder\": 392,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheCuriousMachinePlus_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机怪兽\",\n        \"gameId\": 4149,\n        \"gameOrder\": 394,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FrankenslotsMonster_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机怪兽\",\n        \"gameId\": 4147,\n        \"gameOrder\": 395,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FrankenslotsMonster_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维京时代\",\n        \"gameId\": 4143,\n        \"gameOrder\": 397,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/VikingAge_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"财富满屋\",\n        \"gameId\": 4142,\n        \"gameOrder\": 398,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TreasureRoom_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"妈妈咪啊\",\n        \"gameId\": 4141,\n        \"gameOrder\": 399,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MammaMia_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"妈妈咪啊\",\n        \"gameId\": 4140,\n        \"gameOrder\": 400,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MammaMia_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奥科莫之塔\",\n        \"gameId\": 4138,\n        \"gameOrder\": 402,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AlkemorsTower_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奥科莫之塔\",\n        \"gameId\": 4137,\n        \"gameOrder\": 403,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AlkemorsTower_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"天使老虎机\",\n        \"gameId\": 4136,\n        \"gameOrder\": 404,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotsAngels_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"富裕生活\",\n        \"gameId\": 4135,\n        \"gameOrder\": 405,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GlamLife_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞颂歌\",\n        \"gameId\": 4133,\n        \"gameOrder\": 406,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AChristmasCarolMobile_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞颂歌\",\n        \"gameId\": 4132,\n        \"gameOrder\": 407,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AChristmasCarol_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"糖果甜心\",\n        \"gameId\": 2579,\n        \"gameOrder\": 413,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SugarPop_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"神灯精灵\",\n        \"gameId\": 3246,\n        \"gameOrder\": 417,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GeniesFortune_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"发发双胞胎\",\n        \"gameId\": 3225,\n        \"gameOrder\": 418,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Fa-FaTwins_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"发发双胞胎\",\n        \"gameId\": 3224,\n        \"gameOrder\": 419,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Fa-FaTwins_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"淘金达人\",\n        \"gameId\": 3173,\n        \"gameOrder\": 422,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MoreGoldDiggin_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"淘金达人\",\n        \"gameId\": 2577,\n        \"gameOrder\": 424,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MoreGoldDigginToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父 2\",\n        \"gameId\": 3515,\n        \"gameOrder\": 426,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Slotfather2_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父 2\",\n        \"gameId\": 3514,\n        \"gameOrder\": 427,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Slotfather2_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"海底世界\",\n        \"gameId\": 2570,\n        \"gameOrder\": 430,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/UnderTheSeaToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"水果物语\",\n        \"gameId\": 2586,\n        \"gameOrder\": 432,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FruitZen_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幻影世界\",\n        \"gameId\": 2587,\n        \"gameOrder\": 434,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TrueIllusionsToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"贪婪的精灵\",\n        \"gameId\": 2559,\n        \"gameOrder\": 436,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GreedyGoblinsToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"复仇时代\",\n        \"gameId\": 2568,\n        \"gameOrder\": 439,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/RooksRevengeToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"灿烂火花\",\n        \"gameId\": 2566,\n        \"gameOrder\": 442,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BoomanjiToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"大亨\",\n        \"gameId\": 2572,\n        \"gameOrder\": 444,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TycoonsToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"拉霸之父\",\n        \"gameId\": 3288,\n        \"gameOrder\": 446,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheSlotfatherToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"拉霸之父\",\n        \"gameId\": 2562,\n        \"gameOrder\": 448,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheSlotfatherToGo_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"烽火之战\",\n        \"gameId\": 3721,\n        \"gameOrder\": 469,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FireandSteel_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"烽火之战\",\n        \"gameId\": 3720,\n        \"gameOrder\": 470,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FireandSteel_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魔术坊\",\n        \"gameId\": 3700,\n        \"gameOrder\": 472,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheMagieShoppe_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魔术坊\",\n        \"gameId\": 3699,\n        \"gameOrder\": 473,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheMagieShoppe_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"垂钓之王\",\n        \"gameId\": 3611,\n        \"gameOrder\": 478,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheAngler_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"垂钓之王\",\n        \"gameId\": 3610,\n        \"gameOrder\": 479,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheAngler_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"飞鸟\",\n        \"gameId\": 3444,\n        \"gameOrder\": 495,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Birds_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魅力四叶草\",\n        \"gameId\": 3443,\n        \"gameOrder\": 496,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/CharmsandClovers_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"可爱猫咪\",\n        \"gameId\": 3442,\n        \"gameOrder\": 497,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/KawaiiKitty_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"飞鸟\",\n        \"gameId\": 3438,\n        \"gameOrder\": 501,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Birds_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魅力四叶草\",\n        \"gameId\": 3437,\n        \"gameOrder\": 502,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/CharmsandClovers_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"可爱猫咪\",\n        \"gameId\": 3436,\n        \"gameOrder\": 503,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/KawaiiKitty_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"石油\",\n        \"gameId\": 3283,\n        \"gameOrder\": 504,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BlackGold_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"罪恶之城之夜\",\n        \"gameId\": 3228,\n        \"gameOrder\": 505,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SinCityNights_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"罪恶之城之夜\",\n        \"gameId\": 3227,\n        \"gameOrder\": 506,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SinCityNights_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维加斯周末\",\n        \"gameId\": 3175,\n        \"gameOrder\": 511,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/WeekendInVegas_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父\",\n        \"gameId\": 3174,\n        \"gameOrder\": 512,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotfatherJP_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"迷人的生活\",\n        \"gameId\": 3172,\n        \"gameOrder\": 513,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGlamLife_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幸运7\",\n        \"gameId\": 3171,\n        \"gameOrder\": 514,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Lucky7_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"伟大的88\",\n        \"gameId\": 3170,\n        \"gameOrder\": 515,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Great88_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"黑洞表面\",\n        \"gameId\": 3169,\n        \"gameOrder\": 516,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/EventHorizon_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"七重天\",\n        \"gameId\": 3168,\n        \"gameOrder\": 517,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/7thHeaven_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维加斯周末\",\n        \"gameId\": 3167,\n        \"gameOrder\": 518,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/WeekendInVegas_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父\",\n        \"gameId\": 3166,\n        \"gameOrder\": 519,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotfatherJP_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"迷人的生活\",\n        \"gameId\": 3164,\n        \"gameOrder\": 520,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGlamLife_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"伟大的88\",\n        \"gameId\": 3162,\n        \"gameOrder\": 521,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Great88_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"黑洞表面\",\n        \"gameId\": 3161,\n        \"gameOrder\": 522,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/EventHorizon_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"七重天\",\n        \"gameId\": 3160,\n        \"gameOrder\": 523,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/7thHeaven_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"龙族传说\",\n        \"gameId\": 2799,\n        \"gameOrder\": 534,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/4Season_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"来自星星的它\",\n        \"gameId\": 2584,\n        \"gameOrder\": 544,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/ItCameFromVenus_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"木偶匹诺曹\",\n        \"gameId\": 2580,\n        \"gameOrder\": 545,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Pinocchio_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"小狗情缘\",\n        \"gameId\": 2575,\n        \"gameOrder\": 546,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/PuppyLoveToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"正义警长\",\n        \"gameId\": 2574,\n        \"gameOrder\": 547,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheTrueSheriffToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"消失的宝藏\",\n        \"gameId\": 2573,\n        \"gameOrder\": 548,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/LostToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幸运7\",\n        \"gameId\": 2569,\n        \"gameOrder\": 549,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Lucky7ToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"床下的秘密\",\n        \"gameId\": 2567,\n        \"gameOrder\": 550,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/UnderTheBedToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维京时代\",\n        \"gameId\": 2002,\n        \"gameOrder\": 551,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/VikingAge_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"财富满屋\",\n        \"gameId\": 1997,\n        \"gameOrder\": 552,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TreasureRoom_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"跳跳辣椒\",\n        \"gameId\": 1983,\n        \"gameOrder\": 555,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/PacoandthePoppingPeppers_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"睡美人\",\n        \"gameId\": 1966,\n        \"gameOrder\": 556,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Enchanted_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巴巴里海岸\",\n        \"gameId\": 1963,\n        \"gameOrder\": 557,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BarbaryCoast_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"着陆\",\n        \"gameId\": 1959,\n        \"gameOrder\": 559,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Arrival_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巴巴里海岸\",\n        \"gameId\": 1397,\n        \"gameOrder\": 562,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BarbaryCoast_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"看电影\",\n        \"gameId\": 1395,\n        \"gameOrder\": 563,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AtTheMovies_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"睡美人\",\n        \"gameId\": 643,\n        \"gameOrder\": 567,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Enchanted_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"着陆\",\n        \"gameId\": 383,\n        \"gameOrder\": 568,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Arrival_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"富裕生活\",\n        \"gameId\": 376,\n        \"gameOrder\": 570,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheGlamLife_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"看电影\",\n        \"gameId\": 368,\n        \"gameOrder\": 572,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AttheMovies_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"史前二百万年\",\n        \"gameId\": 362,\n        \"gameOrder\": 574,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/2MillionBC_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    }\n]"},{"id":"99e2df09-62b2-4f80-8eab-7a4fe47ccc8f","name":"stage 200 : filter by game category id, device = android","originalRequest":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"https://hkstcmsppsb.fubnb.com/zh-hans/api/android/Games/43"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.5"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Wed, 11 Sep 2019 07:16:41 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_category config:field.storage.node.field_demo config:field.storage.node.field_devices config:field.storage.node.field_game_tagging config:field.storage.node.field_game_type config:field.storage.node.field_multiple_images_app config:field.storage.node.field_new_game config:field.storage.node.field_order config:field.storage.node.field_under_maintenance config:field.storage.node.field_vendor config:views.view.tlc_games_api extensions http_response node:1116 node:1117 node:1118 node:1119 node:1120 node:1121 node:1122 node:1124 node:1125 node:1126 node:1127 node:1128 node:1129 node:1130 node:1131 node:1132 node:1133 node:1134 node:1135 node:1136 node:1137 node:1138 node:1139 node:1140 node:1141 node:1142 node:1143 node:1144 node:1145 node:1146 node:1147 node:1148 node:1149 node:1150 node:1151 node:1152 node:1153 node:1154 node:1155 node:1156 node:1157 node:1158 node:1159 node:1160 node:1161 node:1162 node:1163 node:1164 node:1165 node:1166 node:1167 node:1168 node:1169 node:1170 node:1171 node:1172 node:1173 node:1174 node:1175 node:1176 node:1177 node:1178 node:1179 node:1180 node:1181 node:1182 node:1183 node:1184 node:1185 node:1186 node:1187 node:1188 node:1189 node:1190 node:1191 node:1192 node:1193 node:1194 node:1195 node:1196 node:1197 node:1198 node:1199 node:1200 node:1201 node:1202 node:1203 node:1204 node:1205 node:1206 node:1207 node:1208 node:1209 node:1210 node:1211 node:1212 node:1213 node:1214 node:1215 node:1216 node:1217 node:1218 node:1219 node:1220 node:1221 node:1222 node:1223 node:1224 node:1225 node:1226 node:1227 node:1228 node:1229 node:1230 node:1231 node:1232 node:1233 node:1234 node:1235 node:1236 node:1237 node:1238 node:1239 node:1240 node:1241 node:1242 node:1243 node:1244 node:1245 node:1246 node:1247 node:1248 node:1249 node:1250 node:1251 node:1252 node:1253 node:1254 node:1255 node:1256 node:1257 node:1258 node:1259 node:1260 node:1261 node:1262 node:1263 node:1264 node:1265 node:1266 node:1269 node:1270 node:1272 node:1273 node:1275 node:1277 node:1278 node:1279 node:1281 node:1283 node:1284 node:1285 node:1287 node:1289 node:1291 node:1294 node:1295 node:1297 node:1299 node:1300 node:1302 node:1303 node:1305 node:1306 node:1307 node:1308 node:1309 node:1311 node:1313 node:1314 node:1315 node:1316 node:1318 node:1320 node:1321 node:1323 node:1325 node:1326 node:1327 node:1328 node:1329 node:1330 node:1331 node:1338 node:1339 node:1340 node:1341 node:1342 node:1343 node:1344 node:1345 node:1346 node:1347 node:1348 node:1349 node:1350 node:1351 node:1352 node:1353 node:1354 node:1355 node:1356 node:1357 node:1358 node:1364 node:1365 node:1366 node:1367 node:1368 node:1370 node:1372 node:1373 node:1374 node:1375 node:1376 node:1377 node:1384 node:1385 node:1386 node:1387 node:1388 node:1389 node:1396 node:1397 node:1398 node:1399 node:1400 node:1402 node:1403 node:1404 node:1405 node:1406 node:1407 node:1408 node:1409 node:1410 node:1411 node:1412 node:1413 node:1414 node:1415 node:1416 node:1417 node:1418 node:1419 node:1420 node:1421 node:1422 node:1423 node:1424 node:1425 node:1426 node:1427 node:1428 node:1429 node:1430 node:1431 node:1432 node:1433 node:1435 node:1436 node:1441 node:1442 node:1443 node:1445 node:1446 node:1447 node:1448 node:1449 node:1450 node:1451 node:1452 node:1453 node:1454 node:1455 node:1456 node:1457 node:1458 node:1459 node:1460 node:1461 node:1462 node:1463 node:1464 node:1465 node:1466 node:1467 node:1468 node:1469 node:1470 node:1471 node:1472 node:1473 node:1474 node:1475 node:1476 node:1477 node:1478 node:1479 node:1480 node:1481 node:1482 node:1483 node:1484 node:1485 node:1486 node:1487 node:1488 node:1489 node:1490 node:1491 node:1492 node:1493 node:1494 node:1495 node:1496 node:1497 node:1498 node:1499 node:1500 node:1501 node:1502 node:1503 node:1504 node:1505 node:1506 node:1507 node:1508 node:1509 node:1510 node:1511 node:1512 node:1513 node:1514 node:1515 node:1516 node:1517 node:1518 node:1519 node:1520 node:1521 node:1522 node:1523 node:1524 node:1525 node:1526 node:1527 node:1648 node:1954 node:2041 node:2181 node:2202 node:2204 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.node_grants:view user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"gameName\": \"财神到\",\n        \"gameId\": 3007,\n        \"gameOrder\": 32,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/GodofWealth_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"超级 6\",\n        \"gameId\": 3024,\n        \"gameOrder\": 33,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Super6_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"古希臘英雄\",\n        \"gameId\": 2995,\n        \"gameOrder\": 34,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Achilles_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"古代战士\",\n        \"gameId\": 3001,\n        \"gameOrder\": 35,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Zhanshi_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"德州大亨\",\n        \"gameId\": 3005,\n        \"gameOrder\": 37,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TexanTycoon_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"缤纷圣诞\",\n        \"gameId\": 3026,\n        \"gameOrder\": 42,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TheNiceList_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"阿拉丁的愿望\",\n        \"gameId\": 2999,\n        \"gameOrder\": 43,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/AladdinsWishes_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"人鱼女王\",\n        \"gameId\": 3020,\n        \"gameOrder\": 44,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/MermaidQueen_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"龙卷风\",\n        \"gameId\": 3013,\n        \"gameOrder\": 45,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TripleTwister_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"凯撒帝国\",\n        \"gameId\": 2997,\n        \"gameOrder\": 47,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/CaesarsEmpire_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"三國之赤壁之戰\",\n        \"gameId\": 3603,\n        \"gameOrder\": 56,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"TG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10-game-images/Slot/TG/3KingdomsBattleofRedCliffs_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魔幻猫熊\",\n        \"gameId\": 3365,\n        \"gameOrder\": 59,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/PandaMagic_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"金矿探索\",\n        \"gameId\": 3362,\n        \"gameOrder\": 60,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Paydirt_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"爵士音乐家\",\n        \"gameId\": 3350,\n        \"gameOrder\": 61,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TheBigBopper_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞凤骚女\",\n        \"gameId\": 3025,\n        \"gameOrder\": 63,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TheNaughtyList_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"模特梦\",\n        \"gameId\": 3017,\n        \"gameOrder\": 64,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/HighFashion_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"农村人家\",\n        \"gameId\": 3016,\n        \"gameOrder\": 65,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Henhouse_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"永恒的爱\",\n        \"gameId\": 3015,\n        \"gameOrder\": 66,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/EternalLove_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"深海遨游\",\n        \"gameId\": 3009,\n        \"gameOrder\": 67,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/CrystalWaters_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"恶棍郊狼\",\n        \"gameId\": 3004,\n        \"gameOrder\": 68,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/CoyoteCash_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幸运 6\",\n        \"gameId\": 3003,\n        \"gameOrder\": 69,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Lucky6_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"海狸伐木先生\",\n        \"gameId\": 2998,\n        \"gameOrder\": 70,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/BuilderBeaver_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"女巫温妮\",\n        \"gameId\": 2996,\n        \"gameOrder\": 71,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/BubbleBubble_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"警匪追逐\",\n        \"gameId\": 2994,\n        \"gameOrder\": 72,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/CashBandits_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"欢乐满屋\",\n        \"gameId\": 371,\n        \"gameOrder\": 73,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/HouseofFun_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"招财福猪\",\n        \"gameId\": 4416,\n        \"gameOrder\": 73,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"TG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10-game-images/Slot/TG/GoldenPig_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"野狼黄金\",\n        \"gameId\": 3602,\n        \"gameOrder\": 77,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"TG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10-game-images/Slot/TG/WolfGold_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"水晶派对\",\n        \"gameId\": 4375,\n        \"gameOrder\": 83,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/CrystalCrush_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 273,\n                \"GameSubCatCode\": \"Arcade\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"鲨鱼总动员\",\n        \"gameId\": 4374,\n        \"gameOrder\": 84,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/Shark_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"闪亮之屋\",\n        \"gameId\": 2636,\n        \"gameOrder\": 85,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/DeckTheHalls_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"快乐假期\",\n        \"gameId\": 1760,\n        \"gameOrder\": 86,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/HappyHoliday_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞狗狗\",\n        \"gameId\": 1759,\n        \"gameOrder\": 87,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/SantaPaws_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"大魔术师\",\n        \"gameId\": 4174,\n        \"gameOrder\": 133,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"DTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/DTG/Magician_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"禁酒\",\n        \"gameId\": 4154,\n        \"gameOrder\": 135,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Temperance_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"招财进宝\",\n        \"gameId\": 3320,\n        \"gameOrder\": 141,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/ZhaoCaiJinBao_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"公路王国\",\n        \"gameId\": 3430,\n        \"gameOrder\": 142,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/HighwayKings_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"年年有余\",\n        \"gameId\": 3324,\n        \"gameOrder\": 143,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/NianNianYouYu_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"湛蓝深海\",\n        \"gameId\": 3318,\n        \"gameOrder\": 147,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/GreatBlue_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"熊之舞\",\n        \"gameId\": 3322,\n        \"gameOrder\": 148,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/BonusBears_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"美式赛车\",\n        \"gameId\": 2617,\n        \"gameOrder\": 160,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/5ReelDrive_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"足球明星\",\n        \"gameId\": 2638,\n        \"gameOrder\": 163,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/FootballStar_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"沙滩宝贝\",\n        \"gameId\": 2625,\n        \"gameOrder\": 164,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/BeachBabes_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"终极足球\",\n        \"gameId\": 3607,\n        \"gameOrder\": 197,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FootballRules_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"汪旺财\",\n        \"gameId\": 3822,\n        \"gameOrder\": 230,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"SPG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/SPG/WowProsperity_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"诙谐财富\",\n        \"gameId\": 3608,\n        \"gameOrder\": 253,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FortunesofTheFox_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"白雪经典童话\",\n        \"gameId\": 3606,\n        \"gameOrder\": 254,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FairestofThemAll_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞奇迹\",\n        \"gameId\": 3345,\n        \"gameOrder\": 281,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/SantaSurprise_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"樱桃之恋\",\n        \"gameId\": 3344,\n        \"gameOrder\": 282,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/CherryLove_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"艺伎故事\",\n        \"gameId\": 3343,\n        \"gameOrder\": 283,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/GeishaStory_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"埃斯梅拉达\",\n        \"gameId\": 3339,\n        \"gameOrder\": 284,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/Esmeralda_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"豪华的开心假期\",\n        \"gameId\": 3338,\n        \"gameOrder\": 285,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/VacationStation_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"沉默的武士\",\n        \"gameId\": 3337,\n        \"gameOrder\": 286,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/SilentSamurai_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"甜蜜派对\",\n        \"gameId\": 3335,\n        \"gameOrder\": 287,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/SweetParty_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"白狮王\",\n        \"gameId\": 3333,\n        \"gameOrder\": 288,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/WhiteKing_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"北极宝藏\",\n        \"gameId\": 3332,\n        \"gameOrder\": 289,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/ArcticTreasure_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"满月财富\",\n        \"gameId\": 3331,\n        \"gameOrder\": 290,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FullMoonFortune_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"趣味水果\",\n        \"gameId\": 3330,\n        \"gameOrder\": 291,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FunkyFruits_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"赌徒\",\n        \"gameId\": 3329,\n        \"gameOrder\": 292,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/WildGambler_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"惊喜复活节\",\n        \"gameId\": 3328,\n        \"gameOrder\": 293,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/EasterSurprise_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"泰国天堂\",\n        \"gameId\": 3327,\n        \"gameOrder\": 294,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/ThaiParadise_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"宝物箱中寻\",\n        \"gameId\": 3325,\n        \"gameOrder\": 295,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/ChestsOfPlenty_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"万圣节财务\",\n        \"gameId\": 3321,\n        \"gameOrder\": 296,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/HalloweenFortune_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"猫女王\",\n        \"gameId\": 3319,\n        \"gameOrder\": 297,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/CatQueen_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"MGS老虎机(安卓下载版)\",\n        \"gameId\": 2677,\n        \"gameOrder\": 339,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MGSSlotDownload_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"阿丽亚娜\",\n        \"gameId\": 2675,\n        \"gameOrder\": 340,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Ariana_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"浪漫法国\",\n        \"gameId\": 2669,\n        \"gameOrder\": 341,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Voila_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"尼罗河宝藏\",\n        \"gameId\": 2667,\n        \"gameOrder\": 342,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/TreasureNile_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"古墓丽影\",\n        \"gameId\": 2666,\n        \"gameOrder\": 343,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/TombRaider_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"疯狂大冒险\",\n        \"gameId\": 2661,\n        \"gameOrder\": 344,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/TheGrandJourney_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"诸神之战\",\n        \"gameId\": 2658,\n        \"gameOrder\": 345,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/StashoftheTitans_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"灰狼之夜\",\n        \"gameId\": 2655,\n        \"gameOrder\": 346,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/SilverFang_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"神秘之梦\",\n        \"gameId\": 2652,\n        \"gameOrder\": 347,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MysticDreams_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"百万钞票\",\n        \"gameId\": 2650,\n        \"gameOrder\": 348,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MegaMoolah_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"玛雅公主\",\n        \"gameId\": 2649,\n        \"gameOrder\": 349,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MayanPrincess_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"军队大富翁\",\n        \"gameId\": 2648,\n        \"gameOrder\": 350,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MajorMillions_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"瘋帽子先生\",\n        \"gameId\": 2647,\n        \"gameOrder\": 351,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MadHatters_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"黑帮老大\",\n        \"gameId\": 2646,\n        \"gameOrder\": 352,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Loaded_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"狮子王\",\n        \"gameId\": 2645,\n        \"gameOrder\": 353,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/LionsPride_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"加德滿都\",\n        \"gameId\": 2643,\n        \"gameOrder\": 354,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Kathmandu_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"伊斯女王\",\n        \"gameId\": 2642,\n        \"gameOrder\": 355,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Isis_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"杀手\",\n        \"gameId\": 2641,\n        \"gameOrder\": 356,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Hitman_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"金钱帝国\",\n        \"gameId\": 2640,\n        \"gameOrder\": 357,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/HighSociety_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"万圣狂欢夜\",\n        \"gameId\": 2639,\n        \"gameOrder\": 358,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Halloweenies_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"鹰翼行动\",\n        \"gameId\": 2637,\n        \"gameOrder\": 359,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/EaglesWings_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"沙发土豆\",\n        \"gameId\": 2635,\n        \"gameOrder\": 360,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/CouchPotato_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"无限现金\",\n        \"gameId\": 2632,\n        \"gameOrder\": 361,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/CashSplash_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"非洲大草原\",\n        \"gameId\": 2630,\n        \"gameOrder\": 362,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/BushTelegraph_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"美国梦\",\n        \"gameId\": 2624,\n        \"gameOrder\": 363,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/BarsandStripes_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"航海时代\",\n        \"gameId\": 2620,\n        \"gameOrder\": 364,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/AgeofDiscovery_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"丛林探险\",\n        \"gameId\": 2619,\n        \"gameOrder\": 365,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/AdventurePalace_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"罗宾\",\n        \"gameId\": 2618,\n        \"gameOrder\": 366,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Robyn_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巨钻珍宝\",\n        \"gameId\": 4169,\n        \"gameOrder\": 387,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGems_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奇怪机器\",\n        \"gameId\": 4152,\n        \"gameOrder\": 391,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheCuriousMachinePlus_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奇怪机器\",\n        \"gameId\": 4151,\n        \"gameOrder\": 392,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheCuriousMachinePlus_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机怪兽\",\n        \"gameId\": 4149,\n        \"gameOrder\": 394,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FrankenslotsMonster_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机怪兽\",\n        \"gameId\": 4147,\n        \"gameOrder\": 395,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FrankenslotsMonster_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维京时代\",\n        \"gameId\": 4143,\n        \"gameOrder\": 397,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/VikingAge_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"财富满屋\",\n        \"gameId\": 4142,\n        \"gameOrder\": 398,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TreasureRoom_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"妈妈咪啊\",\n        \"gameId\": 4141,\n        \"gameOrder\": 399,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MammaMia_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"妈妈咪啊\",\n        \"gameId\": 4140,\n        \"gameOrder\": 400,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MammaMia_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奥科莫之塔\",\n        \"gameId\": 4138,\n        \"gameOrder\": 402,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AlkemorsTower_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奥科莫之塔\",\n        \"gameId\": 4137,\n        \"gameOrder\": 403,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AlkemorsTower_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"天使老虎机\",\n        \"gameId\": 4136,\n        \"gameOrder\": 404,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotsAngels_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"富裕生活\",\n        \"gameId\": 4135,\n        \"gameOrder\": 405,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GlamLife_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞颂歌\",\n        \"gameId\": 4133,\n        \"gameOrder\": 406,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AChristmasCarolMobile_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞颂歌\",\n        \"gameId\": 4132,\n        \"gameOrder\": 407,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AChristmasCarol_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"糖果甜心\",\n        \"gameId\": 2579,\n        \"gameOrder\": 413,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SugarPop_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"神灯精灵\",\n        \"gameId\": 3246,\n        \"gameOrder\": 417,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GeniesFortune_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"发发双胞胎\",\n        \"gameId\": 3225,\n        \"gameOrder\": 418,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Fa-FaTwins_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"发发双胞胎\",\n        \"gameId\": 3224,\n        \"gameOrder\": 419,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Fa-FaTwins_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"淘金达人\",\n        \"gameId\": 3173,\n        \"gameOrder\": 422,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MoreGoldDiggin_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"淘金达人\",\n        \"gameId\": 2577,\n        \"gameOrder\": 424,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MoreGoldDigginToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父 2\",\n        \"gameId\": 3515,\n        \"gameOrder\": 426,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Slotfather2_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父 2\",\n        \"gameId\": 3514,\n        \"gameOrder\": 427,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Slotfather2_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"海底世界\",\n        \"gameId\": 2570,\n        \"gameOrder\": 430,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/UnderTheSeaToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"水果物语\",\n        \"gameId\": 2586,\n        \"gameOrder\": 432,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FruitZen_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幻影世界\",\n        \"gameId\": 2587,\n        \"gameOrder\": 434,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TrueIllusionsToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"贪婪的精灵\",\n        \"gameId\": 2559,\n        \"gameOrder\": 436,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GreedyGoblinsToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"复仇时代\",\n        \"gameId\": 2568,\n        \"gameOrder\": 439,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/RooksRevengeToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"灿烂火花\",\n        \"gameId\": 2566,\n        \"gameOrder\": 442,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BoomanjiToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"大亨\",\n        \"gameId\": 2572,\n        \"gameOrder\": 444,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TycoonsToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"拉霸之父\",\n        \"gameId\": 3288,\n        \"gameOrder\": 446,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheSlotfatherToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"拉霸之父\",\n        \"gameId\": 2562,\n        \"gameOrder\": 448,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheSlotfatherToGo_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"烽火之战\",\n        \"gameId\": 3721,\n        \"gameOrder\": 469,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FireandSteel_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"烽火之战\",\n        \"gameId\": 3720,\n        \"gameOrder\": 470,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FireandSteel_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魔术坊\",\n        \"gameId\": 3700,\n        \"gameOrder\": 472,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheMagieShoppe_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魔术坊\",\n        \"gameId\": 3699,\n        \"gameOrder\": 473,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheMagieShoppe_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"垂钓之王\",\n        \"gameId\": 3611,\n        \"gameOrder\": 478,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheAngler_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"垂钓之王\",\n        \"gameId\": 3610,\n        \"gameOrder\": 479,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheAngler_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"时间扭曲护卫者\",\n        \"gameId\": 3601,\n        \"gameOrder\": 481,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/TimeWrapGuardian_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"樱桃炸弹升级版\",\n        \"gameId\": 3600,\n        \"gameOrder\": 482,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/CherryBombDeluxe_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"飞鸟\",\n        \"gameId\": 3444,\n        \"gameOrder\": 495,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Birds_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魅力四叶草\",\n        \"gameId\": 3443,\n        \"gameOrder\": 496,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/CharmsandClovers_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"可爱猫咪\",\n        \"gameId\": 3442,\n        \"gameOrder\": 497,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/KawaiiKitty_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"飞鸟\",\n        \"gameId\": 3438,\n        \"gameOrder\": 501,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Birds_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魅力四叶草\",\n        \"gameId\": 3437,\n        \"gameOrder\": 502,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/CharmsandClovers_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"可爱猫咪\",\n        \"gameId\": 3436,\n        \"gameOrder\": 503,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/KawaiiKitty_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"石油\",\n        \"gameId\": 3283,\n        \"gameOrder\": 504,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BlackGold_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"罪恶之城之夜\",\n        \"gameId\": 3228,\n        \"gameOrder\": 505,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SinCityNights_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"罪恶之城之夜\",\n        \"gameId\": 3227,\n        \"gameOrder\": 506,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SinCityNights_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维加斯周末\",\n        \"gameId\": 3175,\n        \"gameOrder\": 511,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/WeekendInVegas_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父\",\n        \"gameId\": 3174,\n        \"gameOrder\": 512,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotfatherJP_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"迷人的生活\",\n        \"gameId\": 3172,\n        \"gameOrder\": 513,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGlamLife_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幸运7\",\n        \"gameId\": 3171,\n        \"gameOrder\": 514,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Lucky7_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"伟大的88\",\n        \"gameId\": 3170,\n        \"gameOrder\": 515,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Great88_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"黑洞表面\",\n        \"gameId\": 3169,\n        \"gameOrder\": 516,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/EventHorizon_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"七重天\",\n        \"gameId\": 3168,\n        \"gameOrder\": 517,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/7thHeaven_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维加斯周末\",\n        \"gameId\": 3167,\n        \"gameOrder\": 518,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/WeekendInVegas_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父\",\n        \"gameId\": 3166,\n        \"gameOrder\": 519,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotfatherJP_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"迷人的生活\",\n        \"gameId\": 3164,\n        \"gameOrder\": 520,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGlamLife_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"伟大的88\",\n        \"gameId\": 3162,\n        \"gameOrder\": 521,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Great88_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"黑洞表面\",\n        \"gameId\": 3161,\n        \"gameOrder\": 522,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/EventHorizon_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"七重天\",\n        \"gameId\": 3160,\n        \"gameOrder\": 523,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/7thHeaven_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"龙族传说\",\n        \"gameId\": 2799,\n        \"gameOrder\": 534,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/4Season_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"来自星星的它\",\n        \"gameId\": 2584,\n        \"gameOrder\": 544,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/ItCameFromVenus_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"木偶匹诺曹\",\n        \"gameId\": 2580,\n        \"gameOrder\": 545,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Pinocchio_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"小狗情缘\",\n        \"gameId\": 2575,\n        \"gameOrder\": 546,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/PuppyLoveToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"正义警长\",\n        \"gameId\": 2574,\n        \"gameOrder\": 547,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheTrueSheriffToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"消失的宝藏\",\n        \"gameId\": 2573,\n        \"gameOrder\": 548,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/LostToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幸运7\",\n        \"gameId\": 2569,\n        \"gameOrder\": 549,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Lucky7ToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"床下的秘密\",\n        \"gameId\": 2567,\n        \"gameOrder\": 550,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/UnderTheBedToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维京时代\",\n        \"gameId\": 2002,\n        \"gameOrder\": 551,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/VikingAge_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"财富满屋\",\n        \"gameId\": 1997,\n        \"gameOrder\": 552,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TreasureRoom_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"跳跳辣椒\",\n        \"gameId\": 1983,\n        \"gameOrder\": 555,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/PacoandthePoppingPeppers_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"睡美人\",\n        \"gameId\": 1966,\n        \"gameOrder\": 556,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Enchanted_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巴巴里海岸\",\n        \"gameId\": 1963,\n        \"gameOrder\": 557,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BarbaryCoast_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"着陆\",\n        \"gameId\": 1959,\n        \"gameOrder\": 559,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Arrival_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巴巴里海岸\",\n        \"gameId\": 1397,\n        \"gameOrder\": 562,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BarbaryCoast_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"看电影\",\n        \"gameId\": 1395,\n        \"gameOrder\": 563,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AtTheMovies_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"睡美人\",\n        \"gameId\": 643,\n        \"gameOrder\": 567,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Enchanted_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"着陆\",\n        \"gameId\": 383,\n        \"gameOrder\": 568,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Arrival_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"富裕生活\",\n        \"gameId\": 376,\n        \"gameOrder\": 570,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheGlamLife_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"看电影\",\n        \"gameId\": 368,\n        \"gameOrder\": 572,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AttheMovies_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"史前二百万年\",\n        \"gameId\": 362,\n        \"gameOrder\": 574,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/2MillionBC_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"炽热火山\",\n        \"gameId\": 3599,\n        \"gameOrder\": 580,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/HotVolcano_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            }\n        ]\n    }\n]"}],"_postman_id":"8c9cfb3b-b76c-4ac4-a8ed-4411a39abfd5"},{"name":"Get Games Desktop","event":[{"listen":"test","script":{"id":"64092bf0-d906-48de-b34d-411598c6b9f3","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var schema = {","    \"type\": \"array\",","    \"items\": [{","        \"type\": \"object\",","        \"required\": [\"gameName\",\"gameId\",\"gameOrder\",\"deviceType\",\"gameProvider\",\"gameImageUrl\",\"isNewGame\",\"isMaintenance\",\"hasDemo\",\"gameCatCode\",\"gameCode\",\"createdDate\",\"recommendGame\",\"cmsGameCode\",\"subCategories\"],","        \"properties\": {","            \"gameName\": {\"type\": \"string\"},","            \"gameId\": {\"type\": \"integer\"},","            \"gameOrder\": {\"type\": \"integer\"},","            \"deviceType\": {\"type\": \"string\"},","            \"gameProvider\": {\"type\": \"string\"},","            \"gameImageUrl\": {\"type\": \"string\"},","            \"isNewGame\": {\"type\": \"boolean\"},","            \"isMaintenance\": {\"type\": \"boolean\"},","            \"hasDemo\": {\"type\": \"boolean\"},","            \"gameCatCode\": {\"type\": \"string\"},","            \"gameCode\": {\"type\": \"string\"},","            \"createdDate\": {\"type\": \"string\"},","            \"recommendGame\": {\"type\": \"boolean\"},","            \"cmsGameCode\": {\"type\": \"string\"},","            \"subCategories\": {","                \"type\": \"array\",","                \"items\": {}","            }","        }","    }]","};","","pm.test(\"Valid data and object check\", function(){","   pm.expect(jsonData).to.be.not.empty;","   pm.response.to.have.jsonSchema(schema);","})","","try {","    var objs = jsonData;","    var keysToCheck = schema[\"items\"][0][\"required\"];","    var ignoredKeys = ['subCategories'];","    var subCatKeysToCheck = ['GameSubCatID','GameSubCatCode'];","    var numberKeys = ['gameId','gameOrder','GameSubCatID'];","    var booleanKeys = ['isNewGame','isMaintenance','hasDemo','recommendGame'];","","    objs.forEach(function(obj){","        pm.test('Check all keys', function(){","            pm.expect(obj).to.have.all.keys(keysToCheck);","        });","","        keysToCheck.forEach(function(key){","            if(ignoredKeys.indexOf(key) > -1){","                return;","            }","            ","            if(numberKeys.indexOf(key) == -1 && booleanKeys.indexOf(key) == -1){","                pm.test(`Check key not empty - ${key}`, function(){","                    pm.expect(obj[key]).to.be.not.empty;","                }); ","            }else{","                if(booleanKeys.indexOf(key) == -1){","                    pm.test(`Check key should be number - ${key}`, function(){","                        pm.expect(obj[key]).to.be.a('number');","                    });","                }else{","                    pm.test(`Check key should be boolean - ${key}`, function(){","                        pm.expect(obj[key]).to.be.a('boolean');","                    });","                }","            }","        });","","        pm.sendRequest(obj.gameImageUrl, function (err, res){","            if (err) { console.log(err); }","            pm.test(obj.gameImageUrl  + ' image is ok', function(){","                pm.expect(err).to.equal(null);","                pm.expect(res).to.have.property('code', 200);","                pm.expect(res).to.have.property('status', 'OK');","                var sizeOK = res.responseSize > 50 ? true : false;","                pm.expect(sizeOK).to.be.true;","            });","        });","","        obj.subCategories.forEach(function(subcat) {","            pm.test('Check all keys', function(){","                pm.expect(subcat).to.have.all.keys(subCatKeysToCheck);","            });","","            subCatKeysToCheck.forEach(function(key) {","                if (numberKeys.indexOf(key) == -1) {","                    pm.test(`Check key not empty - ${key}`, function(){","                        pm.expect(subcat[key]).to.be.not.empty;","                    }); ","                } else {","                    pm.test(`Check subcat should be number - ${subcat[key]}`, function() {","                        pm.expect(subcat[key]).to.be.a('number');","                    });","                }","            });","        });","    })","} catch (e) {","    console.log(e);","}","","","var gamesData = pm.environment.get('gamesData');","if(!gamesData){","  gamesData = {};","}else{","  gamesData = JSON.parse(gamesData);","}","var gameCategoryID = pm.environment.get('game_category_id');","var gameCategoryIDsForGames = pm.environment.get('gameCategoryIDsForGames');","if(!gameCategoryIDsForGames){","  gameCategoryIDsForGames = [];","}","var games = gamesData[gameCategoryID];","if(!games){","  games = [];","}","games = games.slice(1);","gamesData[gameCategoryID] = games;","pm.environment.set('gamesData', JSON.stringify(gamesData));","if( games.length == 0 ){","  gameCategoryIDsForGames = gameCategoryIDsForGames.slice(1);","  pm.environment.set('gameCategoryIDsForGames',gameCategoryIDsForGames);","}","if ( gameCategoryIDsForGames.length > 0 ){``","  postman.setNextRequest('Get Games Desktop');","}else{","  pm.environment.set('gamesData', pm.environment.get('gamesDataBKP'));","  pm.environment.set('gameCategoryIDsForGames', pm.environment.get('gameCategoryIDsForGamesBKP'));","}"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"c52eabb5-0434-425f-92a7-9e410f8f5b8f","exec":["var gamesData = pm.environment.get('gamesData');","if(!gamesData){","    gamesData = {};","}else{","    gamesData = JSON.parse(gamesData);","}","var gameCategoryIDsForGames = pm.environment.get('gameCategoryIDsForGames');","if(!gameCategoryIDsForGames){","    gameCategoryIDsForGames = [\"43\"];","}","if(gameCategoryIDsForGames.length == 0){","    gameCategoryIDsForGames = [\"43\"];","}","var games = gamesData[gameCategoryIDsForGames[0]];","if(!games){","    games = [\"71\"];","}","if(games.length == 0){","    games = [\"71\"];","}","","pm.environment.set('game_category_id', gameCategoryIDsForGames[0]);","pm.environment.set('game_provider_id', games[0]);","","",""],"type":"text/javascript"}}],"id":"4f2d65f1-53ed-4a25-a92f-3e172d9356a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"{{url}}/{{lang}}/api/desktop/Games/{{game_category_id}}/{{game_provider_id}}","description":"<ul>\n<li>This API is used to get <strong>All Games List</strong> which contains:<ul>\n<li>gameName (Title of the game)</li>\n<li>gameId (Game ID)</li>\n<li>gameOrder (Game order number)</li>\n<li>deviceType (Device)</li>\n<li>subCategories (Game Sub Category):<ul>\n<li>GameSubCatID (Game Sub Category Id)</li>\n<li>GameSubCatCode (Game Sub Category Code)</li>\n</ul>\n</li>\n<li>gameProvider (Game Provider name)</li>\n<li>gameImageUrl (Full path of image url)</li>\n<li>isNewGame (Boolean to indicate the game is new or old)</li>\n<li>isMaintenance (Boolean to indicate the game is under maintenance or not)</li>\n<li>hasDemo (Boolean to indicate the game has a demo version or not)</li>\n<li>gameCatCode (Game Category Code)</li>\n</ul>\n</li>\n<li>The structure of this API is :<ul>\n<li><strong>[base_path]</strong>/<strong>[language]</strong>/api/<strong>[device]</strong>/Games/<strong>[game_category_id]</strong>/<strong>[game_provider_id]</strong></li>\n</ul>\n</li>\n<li>Or if you dont need the vendor:<ul>\n<li><strong>[base_path]</strong>/<strong>[language]</strong>/api/<strong>[device]</strong>/Games/<strong>[game_category_id]</strong></li>\n</ul>\n</li>\n</ul>\n<ul>\n<li>Or if you want to retrieve all of the Games :<ul>\n<li><strong>[base_path]</strong>/<strong>[language]</strong>/api/<strong>[device]</strong>/Games</li>\n</ul>\n</li>\n<li>devices for filter format:<ul>\n<li>IOS app : <strong>ios</strong></li>\n<li>Android app : <strong>android</strong></li>\n<li>Mobile Web : <strong>mobile-web</strong></li>\n<li>Desktop : <strong>desktop</strong></li>\n</ul>\n</li>\n<li>Put the token provided into the header section</li>\n<li>The language code :<ul>\n<li>Chinese : zh-hans</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{lang}}","api","desktop","Games","{{game_category_id}}","{{game_provider_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0a7b7adf-b207-41a5-810e-3553072ab82b","name":"stage 200 : filter by game category id, device = android","originalRequest":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"https://hkstcmsppsb.fubnb.com/zh-hans/api/android/Games/43"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.5"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Wed, 11 Sep 2019 07:16:41 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_category config:field.storage.node.field_demo config:field.storage.node.field_devices config:field.storage.node.field_game_tagging config:field.storage.node.field_game_type config:field.storage.node.field_multiple_images_app config:field.storage.node.field_new_game config:field.storage.node.field_order config:field.storage.node.field_under_maintenance config:field.storage.node.field_vendor config:views.view.tlc_games_api extensions http_response node:1116 node:1117 node:1118 node:1119 node:1120 node:1121 node:1122 node:1124 node:1125 node:1126 node:1127 node:1128 node:1129 node:1130 node:1131 node:1132 node:1133 node:1134 node:1135 node:1136 node:1137 node:1138 node:1139 node:1140 node:1141 node:1142 node:1143 node:1144 node:1145 node:1146 node:1147 node:1148 node:1149 node:1150 node:1151 node:1152 node:1153 node:1154 node:1155 node:1156 node:1157 node:1158 node:1159 node:1160 node:1161 node:1162 node:1163 node:1164 node:1165 node:1166 node:1167 node:1168 node:1169 node:1170 node:1171 node:1172 node:1173 node:1174 node:1175 node:1176 node:1177 node:1178 node:1179 node:1180 node:1181 node:1182 node:1183 node:1184 node:1185 node:1186 node:1187 node:1188 node:1189 node:1190 node:1191 node:1192 node:1193 node:1194 node:1195 node:1196 node:1197 node:1198 node:1199 node:1200 node:1201 node:1202 node:1203 node:1204 node:1205 node:1206 node:1207 node:1208 node:1209 node:1210 node:1211 node:1212 node:1213 node:1214 node:1215 node:1216 node:1217 node:1218 node:1219 node:1220 node:1221 node:1222 node:1223 node:1224 node:1225 node:1226 node:1227 node:1228 node:1229 node:1230 node:1231 node:1232 node:1233 node:1234 node:1235 node:1236 node:1237 node:1238 node:1239 node:1240 node:1241 node:1242 node:1243 node:1244 node:1245 node:1246 node:1247 node:1248 node:1249 node:1250 node:1251 node:1252 node:1253 node:1254 node:1255 node:1256 node:1257 node:1258 node:1259 node:1260 node:1261 node:1262 node:1263 node:1264 node:1265 node:1266 node:1269 node:1270 node:1272 node:1273 node:1275 node:1277 node:1278 node:1279 node:1281 node:1283 node:1284 node:1285 node:1287 node:1289 node:1291 node:1294 node:1295 node:1297 node:1299 node:1300 node:1302 node:1303 node:1305 node:1306 node:1307 node:1308 node:1309 node:1311 node:1313 node:1314 node:1315 node:1316 node:1318 node:1320 node:1321 node:1323 node:1325 node:1326 node:1327 node:1328 node:1329 node:1330 node:1331 node:1338 node:1339 node:1340 node:1341 node:1342 node:1343 node:1344 node:1345 node:1346 node:1347 node:1348 node:1349 node:1350 node:1351 node:1352 node:1353 node:1354 node:1355 node:1356 node:1357 node:1358 node:1364 node:1365 node:1366 node:1367 node:1368 node:1370 node:1372 node:1373 node:1374 node:1375 node:1376 node:1377 node:1384 node:1385 node:1386 node:1387 node:1388 node:1389 node:1396 node:1397 node:1398 node:1399 node:1400 node:1402 node:1403 node:1404 node:1405 node:1406 node:1407 node:1408 node:1409 node:1410 node:1411 node:1412 node:1413 node:1414 node:1415 node:1416 node:1417 node:1418 node:1419 node:1420 node:1421 node:1422 node:1423 node:1424 node:1425 node:1426 node:1427 node:1428 node:1429 node:1430 node:1431 node:1432 node:1433 node:1435 node:1436 node:1441 node:1442 node:1443 node:1445 node:1446 node:1447 node:1448 node:1449 node:1450 node:1451 node:1452 node:1453 node:1454 node:1455 node:1456 node:1457 node:1458 node:1459 node:1460 node:1461 node:1462 node:1463 node:1464 node:1465 node:1466 node:1467 node:1468 node:1469 node:1470 node:1471 node:1472 node:1473 node:1474 node:1475 node:1476 node:1477 node:1478 node:1479 node:1480 node:1481 node:1482 node:1483 node:1484 node:1485 node:1486 node:1487 node:1488 node:1489 node:1490 node:1491 node:1492 node:1493 node:1494 node:1495 node:1496 node:1497 node:1498 node:1499 node:1500 node:1501 node:1502 node:1503 node:1504 node:1505 node:1506 node:1507 node:1508 node:1509 node:1510 node:1511 node:1512 node:1513 node:1514 node:1515 node:1516 node:1517 node:1518 node:1519 node:1520 node:1521 node:1522 node:1523 node:1524 node:1525 node:1526 node:1527 node:1648 node:1954 node:2041 node:2181 node:2202 node:2204 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.node_grants:view user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"gameName\": \"财神到\",\n        \"gameId\": 3007,\n        \"gameOrder\": 32,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/GodofWealth_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"超级 6\",\n        \"gameId\": 3024,\n        \"gameOrder\": 33,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Super6_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"古希臘英雄\",\n        \"gameId\": 2995,\n        \"gameOrder\": 34,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Achilles_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"古代战士\",\n        \"gameId\": 3001,\n        \"gameOrder\": 35,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Zhanshi_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"德州大亨\",\n        \"gameId\": 3005,\n        \"gameOrder\": 37,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TexanTycoon_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"缤纷圣诞\",\n        \"gameId\": 3026,\n        \"gameOrder\": 42,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TheNiceList_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"阿拉丁的愿望\",\n        \"gameId\": 2999,\n        \"gameOrder\": 43,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/AladdinsWishes_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"人鱼女王\",\n        \"gameId\": 3020,\n        \"gameOrder\": 44,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/MermaidQueen_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"龙卷风\",\n        \"gameId\": 3013,\n        \"gameOrder\": 45,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TripleTwister_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"凯撒帝国\",\n        \"gameId\": 2997,\n        \"gameOrder\": 47,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/CaesarsEmpire_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"三國之赤壁之戰\",\n        \"gameId\": 3603,\n        \"gameOrder\": 56,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"TG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10-game-images/Slot/TG/3KingdomsBattleofRedCliffs_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魔幻猫熊\",\n        \"gameId\": 3365,\n        \"gameOrder\": 59,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/PandaMagic_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"金矿探索\",\n        \"gameId\": 3362,\n        \"gameOrder\": 60,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Paydirt_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"爵士音乐家\",\n        \"gameId\": 3350,\n        \"gameOrder\": 61,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TheBigBopper_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞凤骚女\",\n        \"gameId\": 3025,\n        \"gameOrder\": 63,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TheNaughtyList_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"模特梦\",\n        \"gameId\": 3017,\n        \"gameOrder\": 64,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/HighFashion_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"农村人家\",\n        \"gameId\": 3016,\n        \"gameOrder\": 65,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Henhouse_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"永恒的爱\",\n        \"gameId\": 3015,\n        \"gameOrder\": 66,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/EternalLove_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"深海遨游\",\n        \"gameId\": 3009,\n        \"gameOrder\": 67,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/CrystalWaters_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"恶棍郊狼\",\n        \"gameId\": 3004,\n        \"gameOrder\": 68,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/CoyoteCash_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幸运 6\",\n        \"gameId\": 3003,\n        \"gameOrder\": 69,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Lucky6_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"海狸伐木先生\",\n        \"gameId\": 2998,\n        \"gameOrder\": 70,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/BuilderBeaver_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"女巫温妮\",\n        \"gameId\": 2996,\n        \"gameOrder\": 71,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/BubbleBubble_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"警匪追逐\",\n        \"gameId\": 2994,\n        \"gameOrder\": 72,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/CashBandits_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"欢乐满屋\",\n        \"gameId\": 371,\n        \"gameOrder\": 73,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/HouseofFun_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"招财福猪\",\n        \"gameId\": 4416,\n        \"gameOrder\": 73,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"TG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10-game-images/Slot/TG/GoldenPig_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"野狼黄金\",\n        \"gameId\": 3602,\n        \"gameOrder\": 77,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"TG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10-game-images/Slot/TG/WolfGold_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"水晶派对\",\n        \"gameId\": 4375,\n        \"gameOrder\": 83,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/CrystalCrush_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 273,\n                \"GameSubCatCode\": \"Arcade\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"鲨鱼总动员\",\n        \"gameId\": 4374,\n        \"gameOrder\": 84,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/Shark_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"闪亮之屋\",\n        \"gameId\": 2636,\n        \"gameOrder\": 85,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/DeckTheHalls_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"快乐假期\",\n        \"gameId\": 1760,\n        \"gameOrder\": 86,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/HappyHoliday_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞狗狗\",\n        \"gameId\": 1759,\n        \"gameOrder\": 87,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/SantaPaws_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"大魔术师\",\n        \"gameId\": 4174,\n        \"gameOrder\": 133,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"DTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/DTG/Magician_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"禁酒\",\n        \"gameId\": 4154,\n        \"gameOrder\": 135,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Temperance_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"招财进宝\",\n        \"gameId\": 3320,\n        \"gameOrder\": 141,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/ZhaoCaiJinBao_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"公路王国\",\n        \"gameId\": 3430,\n        \"gameOrder\": 142,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/HighwayKings_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"年年有余\",\n        \"gameId\": 3324,\n        \"gameOrder\": 143,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/NianNianYouYu_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"湛蓝深海\",\n        \"gameId\": 3318,\n        \"gameOrder\": 147,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/GreatBlue_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"熊之舞\",\n        \"gameId\": 3322,\n        \"gameOrder\": 148,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/BonusBears_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"美式赛车\",\n        \"gameId\": 2617,\n        \"gameOrder\": 160,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/5ReelDrive_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"足球明星\",\n        \"gameId\": 2638,\n        \"gameOrder\": 163,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/FootballStar_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"沙滩宝贝\",\n        \"gameId\": 2625,\n        \"gameOrder\": 164,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/BeachBabes_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"终极足球\",\n        \"gameId\": 3607,\n        \"gameOrder\": 197,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FootballRules_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"汪旺财\",\n        \"gameId\": 3822,\n        \"gameOrder\": 230,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"SPG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/SPG/WowProsperity_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"诙谐财富\",\n        \"gameId\": 3608,\n        \"gameOrder\": 253,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FortunesofTheFox_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"白雪经典童话\",\n        \"gameId\": 3606,\n        \"gameOrder\": 254,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FairestofThemAll_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞奇迹\",\n        \"gameId\": 3345,\n        \"gameOrder\": 281,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/SantaSurprise_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"樱桃之恋\",\n        \"gameId\": 3344,\n        \"gameOrder\": 282,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/CherryLove_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"艺伎故事\",\n        \"gameId\": 3343,\n        \"gameOrder\": 283,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/GeishaStory_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"埃斯梅拉达\",\n        \"gameId\": 3339,\n        \"gameOrder\": 284,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/Esmeralda_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"豪华的开心假期\",\n        \"gameId\": 3338,\n        \"gameOrder\": 285,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/VacationStation_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"沉默的武士\",\n        \"gameId\": 3337,\n        \"gameOrder\": 286,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/SilentSamurai_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"甜蜜派对\",\n        \"gameId\": 3335,\n        \"gameOrder\": 287,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/SweetParty_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"白狮王\",\n        \"gameId\": 3333,\n        \"gameOrder\": 288,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/WhiteKing_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"北极宝藏\",\n        \"gameId\": 3332,\n        \"gameOrder\": 289,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/ArcticTreasure_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"满月财富\",\n        \"gameId\": 3331,\n        \"gameOrder\": 290,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FullMoonFortune_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"趣味水果\",\n        \"gameId\": 3330,\n        \"gameOrder\": 291,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FunkyFruits_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"赌徒\",\n        \"gameId\": 3329,\n        \"gameOrder\": 292,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/WildGambler_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"惊喜复活节\",\n        \"gameId\": 3328,\n        \"gameOrder\": 293,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/EasterSurprise_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"泰国天堂\",\n        \"gameId\": 3327,\n        \"gameOrder\": 294,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/ThaiParadise_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"宝物箱中寻\",\n        \"gameId\": 3325,\n        \"gameOrder\": 295,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/ChestsOfPlenty_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"万圣节财务\",\n        \"gameId\": 3321,\n        \"gameOrder\": 296,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/HalloweenFortune_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"猫女王\",\n        \"gameId\": 3319,\n        \"gameOrder\": 297,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/CatQueen_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"MGS老虎机(安卓下载版)\",\n        \"gameId\": 2677,\n        \"gameOrder\": 339,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MGSSlotDownload_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"阿丽亚娜\",\n        \"gameId\": 2675,\n        \"gameOrder\": 340,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Ariana_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"浪漫法国\",\n        \"gameId\": 2669,\n        \"gameOrder\": 341,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Voila_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"尼罗河宝藏\",\n        \"gameId\": 2667,\n        \"gameOrder\": 342,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/TreasureNile_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"古墓丽影\",\n        \"gameId\": 2666,\n        \"gameOrder\": 343,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/TombRaider_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"疯狂大冒险\",\n        \"gameId\": 2661,\n        \"gameOrder\": 344,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/TheGrandJourney_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"诸神之战\",\n        \"gameId\": 2658,\n        \"gameOrder\": 345,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/StashoftheTitans_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"灰狼之夜\",\n        \"gameId\": 2655,\n        \"gameOrder\": 346,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/SilverFang_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"神秘之梦\",\n        \"gameId\": 2652,\n        \"gameOrder\": 347,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MysticDreams_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"百万钞票\",\n        \"gameId\": 2650,\n        \"gameOrder\": 348,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MegaMoolah_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"玛雅公主\",\n        \"gameId\": 2649,\n        \"gameOrder\": 349,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MayanPrincess_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"军队大富翁\",\n        \"gameId\": 2648,\n        \"gameOrder\": 350,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MajorMillions_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"瘋帽子先生\",\n        \"gameId\": 2647,\n        \"gameOrder\": 351,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MadHatters_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"黑帮老大\",\n        \"gameId\": 2646,\n        \"gameOrder\": 352,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Loaded_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"狮子王\",\n        \"gameId\": 2645,\n        \"gameOrder\": 353,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/LionsPride_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"加德滿都\",\n        \"gameId\": 2643,\n        \"gameOrder\": 354,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Kathmandu_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"伊斯女王\",\n        \"gameId\": 2642,\n        \"gameOrder\": 355,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Isis_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"杀手\",\n        \"gameId\": 2641,\n        \"gameOrder\": 356,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Hitman_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"金钱帝国\",\n        \"gameId\": 2640,\n        \"gameOrder\": 357,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/HighSociety_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"万圣狂欢夜\",\n        \"gameId\": 2639,\n        \"gameOrder\": 358,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Halloweenies_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"鹰翼行动\",\n        \"gameId\": 2637,\n        \"gameOrder\": 359,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/EaglesWings_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"沙发土豆\",\n        \"gameId\": 2635,\n        \"gameOrder\": 360,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/CouchPotato_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"无限现金\",\n        \"gameId\": 2632,\n        \"gameOrder\": 361,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/CashSplash_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"非洲大草原\",\n        \"gameId\": 2630,\n        \"gameOrder\": 362,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/BushTelegraph_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"美国梦\",\n        \"gameId\": 2624,\n        \"gameOrder\": 363,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/BarsandStripes_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"航海时代\",\n        \"gameId\": 2620,\n        \"gameOrder\": 364,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/AgeofDiscovery_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"丛林探险\",\n        \"gameId\": 2619,\n        \"gameOrder\": 365,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/AdventurePalace_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"罗宾\",\n        \"gameId\": 2618,\n        \"gameOrder\": 366,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Robyn_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巨钻珍宝\",\n        \"gameId\": 4169,\n        \"gameOrder\": 387,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGems_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奇怪机器\",\n        \"gameId\": 4152,\n        \"gameOrder\": 391,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheCuriousMachinePlus_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奇怪机器\",\n        \"gameId\": 4151,\n        \"gameOrder\": 392,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheCuriousMachinePlus_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机怪兽\",\n        \"gameId\": 4149,\n        \"gameOrder\": 394,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FrankenslotsMonster_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机怪兽\",\n        \"gameId\": 4147,\n        \"gameOrder\": 395,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FrankenslotsMonster_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维京时代\",\n        \"gameId\": 4143,\n        \"gameOrder\": 397,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/VikingAge_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"财富满屋\",\n        \"gameId\": 4142,\n        \"gameOrder\": 398,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TreasureRoom_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"妈妈咪啊\",\n        \"gameId\": 4141,\n        \"gameOrder\": 399,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MammaMia_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"妈妈咪啊\",\n        \"gameId\": 4140,\n        \"gameOrder\": 400,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MammaMia_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奥科莫之塔\",\n        \"gameId\": 4138,\n        \"gameOrder\": 402,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AlkemorsTower_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奥科莫之塔\",\n        \"gameId\": 4137,\n        \"gameOrder\": 403,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AlkemorsTower_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"天使老虎机\",\n        \"gameId\": 4136,\n        \"gameOrder\": 404,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotsAngels_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"富裕生活\",\n        \"gameId\": 4135,\n        \"gameOrder\": 405,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GlamLife_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞颂歌\",\n        \"gameId\": 4133,\n        \"gameOrder\": 406,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AChristmasCarolMobile_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞颂歌\",\n        \"gameId\": 4132,\n        \"gameOrder\": 407,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AChristmasCarol_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"糖果甜心\",\n        \"gameId\": 2579,\n        \"gameOrder\": 413,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SugarPop_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"神灯精灵\",\n        \"gameId\": 3246,\n        \"gameOrder\": 417,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GeniesFortune_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"发发双胞胎\",\n        \"gameId\": 3225,\n        \"gameOrder\": 418,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Fa-FaTwins_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"发发双胞胎\",\n        \"gameId\": 3224,\n        \"gameOrder\": 419,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Fa-FaTwins_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"淘金达人\",\n        \"gameId\": 3173,\n        \"gameOrder\": 422,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MoreGoldDiggin_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"淘金达人\",\n        \"gameId\": 2577,\n        \"gameOrder\": 424,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MoreGoldDigginToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父 2\",\n        \"gameId\": 3515,\n        \"gameOrder\": 426,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Slotfather2_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父 2\",\n        \"gameId\": 3514,\n        \"gameOrder\": 427,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Slotfather2_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"海底世界\",\n        \"gameId\": 2570,\n        \"gameOrder\": 430,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/UnderTheSeaToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"水果物语\",\n        \"gameId\": 2586,\n        \"gameOrder\": 432,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FruitZen_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幻影世界\",\n        \"gameId\": 2587,\n        \"gameOrder\": 434,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TrueIllusionsToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"贪婪的精灵\",\n        \"gameId\": 2559,\n        \"gameOrder\": 436,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GreedyGoblinsToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"复仇时代\",\n        \"gameId\": 2568,\n        \"gameOrder\": 439,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/RooksRevengeToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"灿烂火花\",\n        \"gameId\": 2566,\n        \"gameOrder\": 442,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BoomanjiToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"大亨\",\n        \"gameId\": 2572,\n        \"gameOrder\": 444,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TycoonsToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"拉霸之父\",\n        \"gameId\": 3288,\n        \"gameOrder\": 446,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheSlotfatherToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"拉霸之父\",\n        \"gameId\": 2562,\n        \"gameOrder\": 448,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheSlotfatherToGo_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"烽火之战\",\n        \"gameId\": 3721,\n        \"gameOrder\": 469,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FireandSteel_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"烽火之战\",\n        \"gameId\": 3720,\n        \"gameOrder\": 470,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FireandSteel_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魔术坊\",\n        \"gameId\": 3700,\n        \"gameOrder\": 472,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheMagieShoppe_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魔术坊\",\n        \"gameId\": 3699,\n        \"gameOrder\": 473,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheMagieShoppe_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"垂钓之王\",\n        \"gameId\": 3611,\n        \"gameOrder\": 478,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheAngler_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"垂钓之王\",\n        \"gameId\": 3610,\n        \"gameOrder\": 479,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheAngler_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"时间扭曲护卫者\",\n        \"gameId\": 3601,\n        \"gameOrder\": 481,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/TimeWrapGuardian_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"樱桃炸弹升级版\",\n        \"gameId\": 3600,\n        \"gameOrder\": 482,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/CherryBombDeluxe_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"飞鸟\",\n        \"gameId\": 3444,\n        \"gameOrder\": 495,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Birds_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魅力四叶草\",\n        \"gameId\": 3443,\n        \"gameOrder\": 496,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/CharmsandClovers_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"可爱猫咪\",\n        \"gameId\": 3442,\n        \"gameOrder\": 497,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/KawaiiKitty_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"飞鸟\",\n        \"gameId\": 3438,\n        \"gameOrder\": 501,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Birds_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魅力四叶草\",\n        \"gameId\": 3437,\n        \"gameOrder\": 502,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/CharmsandClovers_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"可爱猫咪\",\n        \"gameId\": 3436,\n        \"gameOrder\": 503,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/KawaiiKitty_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"石油\",\n        \"gameId\": 3283,\n        \"gameOrder\": 504,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BlackGold_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"罪恶之城之夜\",\n        \"gameId\": 3228,\n        \"gameOrder\": 505,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SinCityNights_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"罪恶之城之夜\",\n        \"gameId\": 3227,\n        \"gameOrder\": 506,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SinCityNights_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维加斯周末\",\n        \"gameId\": 3175,\n        \"gameOrder\": 511,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/WeekendInVegas_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父\",\n        \"gameId\": 3174,\n        \"gameOrder\": 512,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotfatherJP_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"迷人的生活\",\n        \"gameId\": 3172,\n        \"gameOrder\": 513,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGlamLife_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幸运7\",\n        \"gameId\": 3171,\n        \"gameOrder\": 514,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Lucky7_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"伟大的88\",\n        \"gameId\": 3170,\n        \"gameOrder\": 515,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Great88_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"黑洞表面\",\n        \"gameId\": 3169,\n        \"gameOrder\": 516,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/EventHorizon_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"七重天\",\n        \"gameId\": 3168,\n        \"gameOrder\": 517,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/7thHeaven_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维加斯周末\",\n        \"gameId\": 3167,\n        \"gameOrder\": 518,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/WeekendInVegas_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父\",\n        \"gameId\": 3166,\n        \"gameOrder\": 519,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotfatherJP_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"迷人的生活\",\n        \"gameId\": 3164,\n        \"gameOrder\": 520,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGlamLife_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"伟大的88\",\n        \"gameId\": 3162,\n        \"gameOrder\": 521,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Great88_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"黑洞表面\",\n        \"gameId\": 3161,\n        \"gameOrder\": 522,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/EventHorizon_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"七重天\",\n        \"gameId\": 3160,\n        \"gameOrder\": 523,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/7thHeaven_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"龙族传说\",\n        \"gameId\": 2799,\n        \"gameOrder\": 534,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/4Season_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"来自星星的它\",\n        \"gameId\": 2584,\n        \"gameOrder\": 544,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/ItCameFromVenus_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"木偶匹诺曹\",\n        \"gameId\": 2580,\n        \"gameOrder\": 545,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Pinocchio_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"小狗情缘\",\n        \"gameId\": 2575,\n        \"gameOrder\": 546,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/PuppyLoveToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"正义警长\",\n        \"gameId\": 2574,\n        \"gameOrder\": 547,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheTrueSheriffToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"消失的宝藏\",\n        \"gameId\": 2573,\n        \"gameOrder\": 548,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/LostToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幸运7\",\n        \"gameId\": 2569,\n        \"gameOrder\": 549,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Lucky7ToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"床下的秘密\",\n        \"gameId\": 2567,\n        \"gameOrder\": 550,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/UnderTheBedToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维京时代\",\n        \"gameId\": 2002,\n        \"gameOrder\": 551,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/VikingAge_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"财富满屋\",\n        \"gameId\": 1997,\n        \"gameOrder\": 552,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TreasureRoom_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"跳跳辣椒\",\n        \"gameId\": 1983,\n        \"gameOrder\": 555,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/PacoandthePoppingPeppers_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"睡美人\",\n        \"gameId\": 1966,\n        \"gameOrder\": 556,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Enchanted_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巴巴里海岸\",\n        \"gameId\": 1963,\n        \"gameOrder\": 557,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BarbaryCoast_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"着陆\",\n        \"gameId\": 1959,\n        \"gameOrder\": 559,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Arrival_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巴巴里海岸\",\n        \"gameId\": 1397,\n        \"gameOrder\": 562,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BarbaryCoast_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"看电影\",\n        \"gameId\": 1395,\n        \"gameOrder\": 563,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AtTheMovies_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"睡美人\",\n        \"gameId\": 643,\n        \"gameOrder\": 567,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Enchanted_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"着陆\",\n        \"gameId\": 383,\n        \"gameOrder\": 568,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Arrival_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"富裕生活\",\n        \"gameId\": 376,\n        \"gameOrder\": 570,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheGlamLife_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"看电影\",\n        \"gameId\": 368,\n        \"gameOrder\": 572,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AttheMovies_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"史前二百万年\",\n        \"gameId\": 362,\n        \"gameOrder\": 574,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/2MillionBC_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"炽热火山\",\n        \"gameId\": 3599,\n        \"gameOrder\": 580,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/HotVolcano_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            }\n        ]\n    }\n]"},{"id":"461bd23d-6a16-4ce6-9b4c-591c8fdaa13a","name":"stage 200 : all game list with device = android","originalRequest":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"https://hkstcmsppsb.fubnb.com/zh-hans/api/android/Games"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.5"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Wed, 11 Sep 2019 07:17:45 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_category config:field.storage.node.field_demo config:field.storage.node.field_devices config:field.storage.node.field_game_tagging config:field.storage.node.field_game_type config:field.storage.node.field_multiple_images_app config:field.storage.node.field_new_game config:field.storage.node.field_order config:field.storage.node.field_under_maintenance config:field.storage.node.field_vendor config:views.view.tlc_games_api extensions http_response node:1116 node:1117 node:1118 node:1119 node:1120 node:1121 node:1122 node:1124 node:1125 node:1126 node:1127 node:1128 node:1129 node:1130 node:1131 node:1132 node:1133 node:1134 node:1135 node:1136 node:1137 node:1138 node:1139 node:1140 node:1141 node:1142 node:1143 node:1144 node:1145 node:1146 node:1147 node:1148 node:1149 node:1150 node:1151 node:1152 node:1153 node:1154 node:1155 node:1156 node:1157 node:1158 node:1159 node:1160 node:1161 node:1162 node:1163 node:1164 node:1165 node:1166 node:1167 node:1168 node:1169 node:1170 node:1171 node:1172 node:1173 node:1174 node:1175 node:1176 node:1177 node:1178 node:1179 node:1180 node:1181 node:1182 node:1183 node:1184 node:1185 node:1186 node:1187 node:1188 node:1189 node:1190 node:1191 node:1192 node:1193 node:1194 node:1195 node:1196 node:1197 node:1198 node:1199 node:1200 node:1201 node:1202 node:1203 node:1204 node:1205 node:1206 node:1207 node:1208 node:1209 node:1210 node:1211 node:1212 node:1213 node:1214 node:1215 node:1216 node:1217 node:1218 node:1219 node:1220 node:1221 node:1222 node:1223 node:1224 node:1225 node:1226 node:1227 node:1228 node:1229 node:1230 node:1231 node:1232 node:1233 node:1234 node:1235 node:1236 node:1237 node:1238 node:1239 node:1240 node:1241 node:1242 node:1243 node:1244 node:1245 node:1246 node:1247 node:1248 node:1249 node:1250 node:1251 node:1252 node:1253 node:1254 node:1255 node:1256 node:1257 node:1258 node:1259 node:1260 node:1261 node:1262 node:1263 node:1264 node:1265 node:1266 node:1269 node:1270 node:1272 node:1273 node:1275 node:1277 node:1278 node:1279 node:1281 node:1283 node:1284 node:1285 node:1287 node:1289 node:1291 node:1294 node:1295 node:1297 node:1299 node:1300 node:1302 node:1303 node:1305 node:1306 node:1307 node:1308 node:1309 node:1311 node:1313 node:1314 node:1315 node:1316 node:1318 node:1320 node:1321 node:1323 node:1325 node:1326 node:1327 node:1328 node:1329 node:1330 node:1331 node:1338 node:1339 node:1340 node:1341 node:1342 node:1343 node:1344 node:1345 node:1346 node:1347 node:1348 node:1349 node:1350 node:1351 node:1352 node:1353 node:1354 node:1355 node:1356 node:1357 node:1358 node:1364 node:1365 node:1366 node:1367 node:1368 node:1370 node:1372 node:1373 node:1374 node:1375 node:1376 node:1377 node:1384 node:1385 node:1386 node:1387 node:1388 node:1389 node:1396 node:1397 node:1398 node:1399 node:1400 node:1402 node:1403 node:1404 node:1405 node:1406 node:1407 node:1408 node:1409 node:1410 node:1411 node:1412 node:1413 node:1414 node:1415 node:1416 node:1417 node:1418 node:1419 node:1420 node:1421 node:1422 node:1423 node:1424 node:1425 node:1426 node:1427 node:1428 node:1429 node:1430 node:1431 node:1432 node:1433 node:1435 node:1436 node:1441 node:1442 node:1443 node:1445 node:1446 node:1447 node:1448 node:1449 node:1450 node:1451 node:1452 node:1453 node:1454 node:1455 node:1456 node:1457 node:1458 node:1459 node:1460 node:1461 node:1462 node:1463 node:1464 node:1465 node:1466 node:1467 node:1468 node:1469 node:1470 node:1471 node:1472 node:1473 node:1474 node:1475 node:1476 node:1477 node:1478 node:1479 node:1480 node:1481 node:1482 node:1483 node:1484 node:1485 node:1486 node:1487 node:1488 node:1489 node:1490 node:1491 node:1492 node:1493 node:1494 node:1495 node:1496 node:1497 node:1498 node:1499 node:1500 node:1501 node:1502 node:1503 node:1504 node:1505 node:1506 node:1507 node:1508 node:1509 node:1510 node:1511 node:1512 node:1513 node:1514 node:1515 node:1516 node:1517 node:1518 node:1519 node:1520 node:1521 node:1522 node:1523 node:1524 node:1525 node:1526 node:1527 node:1528 node:1539 node:1648 node:1954 node:2041 node:2155 node:2162 node:2181 node:2202 node:2204 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.node_grants:view user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"gameName\": \"财神到\",\n        \"gameId\": 3007,\n        \"gameOrder\": 32,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/GodofWealth_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"超级 6\",\n        \"gameId\": 3024,\n        \"gameOrder\": 33,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Super6_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"古希臘英雄\",\n        \"gameId\": 2995,\n        \"gameOrder\": 34,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Achilles_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"古代战士\",\n        \"gameId\": 3001,\n        \"gameOrder\": 35,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Zhanshi_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"德州大亨\",\n        \"gameId\": 3005,\n        \"gameOrder\": 37,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TexanTycoon_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"缤纷圣诞\",\n        \"gameId\": 3026,\n        \"gameOrder\": 42,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TheNiceList_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"阿拉丁的愿望\",\n        \"gameId\": 2999,\n        \"gameOrder\": 43,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/AladdinsWishes_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"人鱼女王\",\n        \"gameId\": 3020,\n        \"gameOrder\": 44,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/MermaidQueen_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"龙卷风\",\n        \"gameId\": 3013,\n        \"gameOrder\": 45,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TripleTwister_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"凯撒帝国\",\n        \"gameId\": 2997,\n        \"gameOrder\": 47,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/CaesarsEmpire_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"三國之赤壁之戰\",\n        \"gameId\": 3603,\n        \"gameOrder\": 56,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"TG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10-game-images/Slot/TG/3KingdomsBattleofRedCliffs_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魔幻猫熊\",\n        \"gameId\": 3365,\n        \"gameOrder\": 59,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/PandaMagic_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"金矿探索\",\n        \"gameId\": 3362,\n        \"gameOrder\": 60,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Paydirt_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"爵士音乐家\",\n        \"gameId\": 3350,\n        \"gameOrder\": 61,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TheBigBopper_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞凤骚女\",\n        \"gameId\": 3025,\n        \"gameOrder\": 63,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TheNaughtyList_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"模特梦\",\n        \"gameId\": 3017,\n        \"gameOrder\": 64,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/HighFashion_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"农村人家\",\n        \"gameId\": 3016,\n        \"gameOrder\": 65,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Henhouse_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"永恒的爱\",\n        \"gameId\": 3015,\n        \"gameOrder\": 66,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/EternalLove_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"深海遨游\",\n        \"gameId\": 3009,\n        \"gameOrder\": 67,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/CrystalWaters_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"恶棍郊狼\",\n        \"gameId\": 3004,\n        \"gameOrder\": 68,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/CoyoteCash_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幸运 6\",\n        \"gameId\": 3003,\n        \"gameOrder\": 69,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Lucky6_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"海狸伐木先生\",\n        \"gameId\": 2998,\n        \"gameOrder\": 70,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/BuilderBeaver_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"女巫温妮\",\n        \"gameId\": 2996,\n        \"gameOrder\": 71,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/BubbleBubble_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"警匪追逐\",\n        \"gameId\": 2994,\n        \"gameOrder\": 72,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/CashBandits_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"欢乐满屋\",\n        \"gameId\": 371,\n        \"gameOrder\": 73,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/HouseofFun_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"招财福猪\",\n        \"gameId\": 4416,\n        \"gameOrder\": 73,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"TG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10-game-images/Slot/TG/GoldenPig_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"野狼黄金\",\n        \"gameId\": 3602,\n        \"gameOrder\": 77,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"TG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10-game-images/Slot/TG/WolfGold_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"水晶派对\",\n        \"gameId\": 4375,\n        \"gameOrder\": 83,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/CrystalCrush_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 273,\n                \"GameSubCatCode\": \"Arcade\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"鲨鱼总动员\",\n        \"gameId\": 4374,\n        \"gameOrder\": 84,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/Shark_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"闪亮之屋\",\n        \"gameId\": 2636,\n        \"gameOrder\": 85,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/DeckTheHalls_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"快乐假期\",\n        \"gameId\": 1760,\n        \"gameOrder\": 86,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/HappyHoliday_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞狗狗\",\n        \"gameId\": 1759,\n        \"gameOrder\": 87,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/SantaPaws_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"大魔术师\",\n        \"gameId\": 4174,\n        \"gameOrder\": 133,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"DTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/DTG/Magician_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"禁酒\",\n        \"gameId\": 4154,\n        \"gameOrder\": 135,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Temperance_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"招财进宝\",\n        \"gameId\": 3320,\n        \"gameOrder\": 141,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/ZhaoCaiJinBao_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"公路王国\",\n        \"gameId\": 3430,\n        \"gameOrder\": 142,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/HighwayKings_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"年年有余\",\n        \"gameId\": 3324,\n        \"gameOrder\": 143,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/NianNianYouYu_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"湛蓝深海\",\n        \"gameId\": 3318,\n        \"gameOrder\": 147,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/GreatBlue_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"熊之舞\",\n        \"gameId\": 3322,\n        \"gameOrder\": 148,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/BonusBears_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"美式赛车\",\n        \"gameId\": 2617,\n        \"gameOrder\": 160,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/5ReelDrive_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"足球明星\",\n        \"gameId\": 2638,\n        \"gameOrder\": 163,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/FootballStar_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"沙滩宝贝\",\n        \"gameId\": 2625,\n        \"gameOrder\": 164,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/BeachBabes_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"终极足球\",\n        \"gameId\": 3607,\n        \"gameOrder\": 197,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FootballRules_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"汪旺财\",\n        \"gameId\": 3822,\n        \"gameOrder\": 230,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"SPG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/SPG/WowProsperity_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"诙谐财富\",\n        \"gameId\": 3608,\n        \"gameOrder\": 253,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FortunesofTheFox_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"白雪经典童话\",\n        \"gameId\": 3606,\n        \"gameOrder\": 254,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FairestofThemAll_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞奇迹\",\n        \"gameId\": 3345,\n        \"gameOrder\": 281,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/SantaSurprise_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"樱桃之恋\",\n        \"gameId\": 3344,\n        \"gameOrder\": 282,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/CherryLove_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"艺伎故事\",\n        \"gameId\": 3343,\n        \"gameOrder\": 283,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/GeishaStory_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"埃斯梅拉达\",\n        \"gameId\": 3339,\n        \"gameOrder\": 284,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/Esmeralda_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"豪华的开心假期\",\n        \"gameId\": 3338,\n        \"gameOrder\": 285,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/VacationStation_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"沉默的武士\",\n        \"gameId\": 3337,\n        \"gameOrder\": 286,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/SilentSamurai_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"甜蜜派对\",\n        \"gameId\": 3335,\n        \"gameOrder\": 287,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/SweetParty_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"白狮王\",\n        \"gameId\": 3333,\n        \"gameOrder\": 288,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/WhiteKing_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"北极宝藏\",\n        \"gameId\": 3332,\n        \"gameOrder\": 289,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/ArcticTreasure_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"满月财富\",\n        \"gameId\": 3331,\n        \"gameOrder\": 290,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FullMoonFortune_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"趣味水果\",\n        \"gameId\": 3330,\n        \"gameOrder\": 291,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FunkyFruits_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"赌徒\",\n        \"gameId\": 3329,\n        \"gameOrder\": 292,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/WildGambler_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"惊喜复活节\",\n        \"gameId\": 3328,\n        \"gameOrder\": 293,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/EasterSurprise_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"泰国天堂\",\n        \"gameId\": 3327,\n        \"gameOrder\": 294,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/ThaiParadise_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"宝物箱中寻\",\n        \"gameId\": 3325,\n        \"gameOrder\": 295,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/ChestsOfPlenty_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"万圣节财务\",\n        \"gameId\": 3321,\n        \"gameOrder\": 296,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/HalloweenFortune_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"猫女王\",\n        \"gameId\": 3319,\n        \"gameOrder\": 297,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/CatQueen_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"MGS老虎机(安卓下载版)\",\n        \"gameId\": 2677,\n        \"gameOrder\": 339,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MGSSlotDownload_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"阿丽亚娜\",\n        \"gameId\": 2675,\n        \"gameOrder\": 340,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Ariana_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"浪漫法国\",\n        \"gameId\": 2669,\n        \"gameOrder\": 341,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Voila_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"尼罗河宝藏\",\n        \"gameId\": 2667,\n        \"gameOrder\": 342,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/TreasureNile_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"古墓丽影\",\n        \"gameId\": 2666,\n        \"gameOrder\": 343,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/TombRaider_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"疯狂大冒险\",\n        \"gameId\": 2661,\n        \"gameOrder\": 344,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/TheGrandJourney_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"诸神之战\",\n        \"gameId\": 2658,\n        \"gameOrder\": 345,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/StashoftheTitans_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"灰狼之夜\",\n        \"gameId\": 2655,\n        \"gameOrder\": 346,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/SilverFang_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"神秘之梦\",\n        \"gameId\": 2652,\n        \"gameOrder\": 347,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MysticDreams_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"百万钞票\",\n        \"gameId\": 2650,\n        \"gameOrder\": 348,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MegaMoolah_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"玛雅公主\",\n        \"gameId\": 2649,\n        \"gameOrder\": 349,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MayanPrincess_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"军队大富翁\",\n        \"gameId\": 2648,\n        \"gameOrder\": 350,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MajorMillions_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"瘋帽子先生\",\n        \"gameId\": 2647,\n        \"gameOrder\": 351,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MadHatters_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"黑帮老大\",\n        \"gameId\": 2646,\n        \"gameOrder\": 352,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Loaded_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"狮子王\",\n        \"gameId\": 2645,\n        \"gameOrder\": 353,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/LionsPride_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"加德滿都\",\n        \"gameId\": 2643,\n        \"gameOrder\": 354,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Kathmandu_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"伊斯女王\",\n        \"gameId\": 2642,\n        \"gameOrder\": 355,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Isis_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"杀手\",\n        \"gameId\": 2641,\n        \"gameOrder\": 356,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Hitman_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"金钱帝国\",\n        \"gameId\": 2640,\n        \"gameOrder\": 357,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/HighSociety_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"万圣狂欢夜\",\n        \"gameId\": 2639,\n        \"gameOrder\": 358,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Halloweenies_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"鹰翼行动\",\n        \"gameId\": 2637,\n        \"gameOrder\": 359,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/EaglesWings_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"沙发土豆\",\n        \"gameId\": 2635,\n        \"gameOrder\": 360,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/CouchPotato_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"无限现金\",\n        \"gameId\": 2632,\n        \"gameOrder\": 361,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/CashSplash_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"非洲大草原\",\n        \"gameId\": 2630,\n        \"gameOrder\": 362,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/BushTelegraph_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"美国梦\",\n        \"gameId\": 2624,\n        \"gameOrder\": 363,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/BarsandStripes_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"航海时代\",\n        \"gameId\": 2620,\n        \"gameOrder\": 364,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/AgeofDiscovery_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"丛林探险\",\n        \"gameId\": 2619,\n        \"gameOrder\": 365,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/AdventurePalace_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"罗宾\",\n        \"gameId\": 2618,\n        \"gameOrder\": 366,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Robyn_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巨钻珍宝\",\n        \"gameId\": 4169,\n        \"gameOrder\": 387,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGems_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奇怪机器\",\n        \"gameId\": 4152,\n        \"gameOrder\": 391,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheCuriousMachinePlus_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奇怪机器\",\n        \"gameId\": 4151,\n        \"gameOrder\": 392,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheCuriousMachinePlus_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机怪兽\",\n        \"gameId\": 4149,\n        \"gameOrder\": 394,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FrankenslotsMonster_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机怪兽\",\n        \"gameId\": 4147,\n        \"gameOrder\": 395,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FrankenslotsMonster_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维京时代\",\n        \"gameId\": 4143,\n        \"gameOrder\": 397,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/VikingAge_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"财富满屋\",\n        \"gameId\": 4142,\n        \"gameOrder\": 398,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TreasureRoom_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"妈妈咪啊\",\n        \"gameId\": 4141,\n        \"gameOrder\": 399,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MammaMia_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"妈妈咪啊\",\n        \"gameId\": 4140,\n        \"gameOrder\": 400,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MammaMia_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奥科莫之塔\",\n        \"gameId\": 4138,\n        \"gameOrder\": 402,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AlkemorsTower_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奥科莫之塔\",\n        \"gameId\": 4137,\n        \"gameOrder\": 403,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AlkemorsTower_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"天使老虎机\",\n        \"gameId\": 4136,\n        \"gameOrder\": 404,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotsAngels_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"富裕生活\",\n        \"gameId\": 4135,\n        \"gameOrder\": 405,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GlamLife_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞颂歌\",\n        \"gameId\": 4133,\n        \"gameOrder\": 406,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AChristmasCarolMobile_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞颂歌\",\n        \"gameId\": 4132,\n        \"gameOrder\": 407,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AChristmasCarol_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"糖果甜心\",\n        \"gameId\": 2579,\n        \"gameOrder\": 413,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SugarPop_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"神灯精灵\",\n        \"gameId\": 3246,\n        \"gameOrder\": 417,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GeniesFortune_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"发发双胞胎\",\n        \"gameId\": 3225,\n        \"gameOrder\": 418,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Fa-FaTwins_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"发发双胞胎\",\n        \"gameId\": 3224,\n        \"gameOrder\": 419,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Fa-FaTwins_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"淘金达人\",\n        \"gameId\": 3173,\n        \"gameOrder\": 422,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MoreGoldDiggin_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"淘金达人\",\n        \"gameId\": 2577,\n        \"gameOrder\": 424,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MoreGoldDigginToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父 2\",\n        \"gameId\": 3515,\n        \"gameOrder\": 426,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Slotfather2_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父 2\",\n        \"gameId\": 3514,\n        \"gameOrder\": 427,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Slotfather2_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"海底世界\",\n        \"gameId\": 2570,\n        \"gameOrder\": 430,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/UnderTheSeaToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"水果物语\",\n        \"gameId\": 2586,\n        \"gameOrder\": 432,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FruitZen_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幻影世界\",\n        \"gameId\": 2587,\n        \"gameOrder\": 434,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TrueIllusionsToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"贪婪的精灵\",\n        \"gameId\": 2559,\n        \"gameOrder\": 436,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GreedyGoblinsToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"复仇时代\",\n        \"gameId\": 2568,\n        \"gameOrder\": 439,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/RooksRevengeToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"灿烂火花\",\n        \"gameId\": 2566,\n        \"gameOrder\": 442,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BoomanjiToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"大亨\",\n        \"gameId\": 2572,\n        \"gameOrder\": 444,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TycoonsToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"拉霸之父\",\n        \"gameId\": 3288,\n        \"gameOrder\": 446,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheSlotfatherToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"拉霸之父\",\n        \"gameId\": 2562,\n        \"gameOrder\": 448,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheSlotfatherToGo_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"烽火之战\",\n        \"gameId\": 3721,\n        \"gameOrder\": 469,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FireandSteel_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"烽火之战\",\n        \"gameId\": 3720,\n        \"gameOrder\": 470,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FireandSteel_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魔术坊\",\n        \"gameId\": 3700,\n        \"gameOrder\": 472,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheMagieShoppe_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魔术坊\",\n        \"gameId\": 3699,\n        \"gameOrder\": 473,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheMagieShoppe_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"垂钓之王\",\n        \"gameId\": 3611,\n        \"gameOrder\": 478,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheAngler_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"垂钓之王\",\n        \"gameId\": 3610,\n        \"gameOrder\": 479,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheAngler_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"时间扭曲护卫者\",\n        \"gameId\": 3601,\n        \"gameOrder\": 481,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/TimeWrapGuardian_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"樱桃炸弹升级版\",\n        \"gameId\": 3600,\n        \"gameOrder\": 482,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/CherryBombDeluxe_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"飞鸟\",\n        \"gameId\": 3444,\n        \"gameOrder\": 495,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Birds_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魅力四叶草\",\n        \"gameId\": 3443,\n        \"gameOrder\": 496,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/CharmsandClovers_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"可爱猫咪\",\n        \"gameId\": 3442,\n        \"gameOrder\": 497,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/KawaiiKitty_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"飞鸟\",\n        \"gameId\": 3438,\n        \"gameOrder\": 501,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Birds_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魅力四叶草\",\n        \"gameId\": 3437,\n        \"gameOrder\": 502,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/CharmsandClovers_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"可爱猫咪\",\n        \"gameId\": 3436,\n        \"gameOrder\": 503,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/KawaiiKitty_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"石油\",\n        \"gameId\": 3283,\n        \"gameOrder\": 504,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BlackGold_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"罪恶之城之夜\",\n        \"gameId\": 3228,\n        \"gameOrder\": 505,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SinCityNights_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"罪恶之城之夜\",\n        \"gameId\": 3227,\n        \"gameOrder\": 506,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SinCityNights_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维加斯周末\",\n        \"gameId\": 3175,\n        \"gameOrder\": 511,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/WeekendInVegas_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父\",\n        \"gameId\": 3174,\n        \"gameOrder\": 512,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotfatherJP_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"迷人的生活\",\n        \"gameId\": 3172,\n        \"gameOrder\": 513,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGlamLife_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幸运7\",\n        \"gameId\": 3171,\n        \"gameOrder\": 514,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Lucky7_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"伟大的88\",\n        \"gameId\": 3170,\n        \"gameOrder\": 515,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Great88_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"黑洞表面\",\n        \"gameId\": 3169,\n        \"gameOrder\": 516,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/EventHorizon_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"七重天\",\n        \"gameId\": 3168,\n        \"gameOrder\": 517,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/7thHeaven_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维加斯周末\",\n        \"gameId\": 3167,\n        \"gameOrder\": 518,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/WeekendInVegas_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父\",\n        \"gameId\": 3166,\n        \"gameOrder\": 519,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotfatherJP_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"迷人的生活\",\n        \"gameId\": 3164,\n        \"gameOrder\": 520,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGlamLife_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"伟大的88\",\n        \"gameId\": 3162,\n        \"gameOrder\": 521,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Great88_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"黑洞表面\",\n        \"gameId\": 3161,\n        \"gameOrder\": 522,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/EventHorizon_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"七重天\",\n        \"gameId\": 3160,\n        \"gameOrder\": 523,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/7thHeaven_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"龙族传说\",\n        \"gameId\": 2799,\n        \"gameOrder\": 534,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/4Season_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"来自星星的它\",\n        \"gameId\": 2584,\n        \"gameOrder\": 544,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/ItCameFromVenus_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"木偶匹诺曹\",\n        \"gameId\": 2580,\n        \"gameOrder\": 545,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Pinocchio_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"小狗情缘\",\n        \"gameId\": 2575,\n        \"gameOrder\": 546,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/PuppyLoveToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"正义警长\",\n        \"gameId\": 2574,\n        \"gameOrder\": 547,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheTrueSheriffToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"消失的宝藏\",\n        \"gameId\": 2573,\n        \"gameOrder\": 548,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/LostToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幸运7\",\n        \"gameId\": 2569,\n        \"gameOrder\": 549,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Lucky7ToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"床下的秘密\",\n        \"gameId\": 2567,\n        \"gameOrder\": 550,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/UnderTheBedToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维京时代\",\n        \"gameId\": 2002,\n        \"gameOrder\": 551,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/VikingAge_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"财富满屋\",\n        \"gameId\": 1997,\n        \"gameOrder\": 552,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TreasureRoom_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"跳跳辣椒\",\n        \"gameId\": 1983,\n        \"gameOrder\": 555,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/PacoandthePoppingPeppers_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"睡美人\",\n        \"gameId\": 1966,\n        \"gameOrder\": 556,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Enchanted_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巴巴里海岸\",\n        \"gameId\": 1963,\n        \"gameOrder\": 557,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BarbaryCoast_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"着陆\",\n        \"gameId\": 1959,\n        \"gameOrder\": 559,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Arrival_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巴巴里海岸\",\n        \"gameId\": 1397,\n        \"gameOrder\": 562,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BarbaryCoast_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"看电影\",\n        \"gameId\": 1395,\n        \"gameOrder\": 563,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AtTheMovies_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"睡美人\",\n        \"gameId\": 643,\n        \"gameOrder\": 567,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Enchanted_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"着陆\",\n        \"gameId\": 383,\n        \"gameOrder\": 568,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Arrival_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"富裕生活\",\n        \"gameId\": 376,\n        \"gameOrder\": 570,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheGlamLife_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"看电影\",\n        \"gameId\": 368,\n        \"gameOrder\": 572,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AttheMovies_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"史前二百万年\",\n        \"gameId\": 362,\n        \"gameOrder\": 574,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/2MillionBC_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"炽热火山\",\n        \"gameId\": 3599,\n        \"gameOrder\": 580,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/HotVolcano_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"N2 真人\",\n        \"gameId\": 3794,\n        \"gameOrder\": 592,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"NLE\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Casino/Mobile/N2Casino_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Casino\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"AB 真人\",\n        \"gameId\": 3806,\n        \"gameOrder\": 593,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"ABT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Casino/Mobile/ABCasino_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Casino\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"SA 真人\",\n        \"gameId\": 3804,\n        \"gameOrder\": 594,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"SAL\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Casino/Mobile/SACasino_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Casino\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"GD 真人 (简易版)\",\n        \"gameId\": 2527,\n        \"gameOrder\": 595,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"GDL\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Casino/Mobile/GDCasino_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Casino\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"GD 真人(升级版)\",\n        \"gameId\": 3569,\n        \"gameOrder\": 596,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"GDL\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Casino/Mobile/MultigameCasinoUpgrade_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Casino\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"AG 真人\",\n        \"gameId\": 2531,\n        \"gameOrder\": 597,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"AGL\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Casino/Mobile/AGCasino_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Casino\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"tlc_SBT\",\n        \"gameId\": 0,\n        \"gameOrder\": 598,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"SBT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Sportsbook/Mobile/SBT_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Sportsbook\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"SP 体育博彩\",\n        \"gameId\": 0,\n        \"gameOrder\": 599,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"SPSB\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Sportsbook/Mobile/SPSB_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Sportsbook\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"IM 体育博彩\",\n        \"gameId\": 0,\n        \"gameOrder\": 600,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"IPSB\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Sportsbook/Mobile/IPSB_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Sportsbook\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"捕鱼王 2\",\n        \"gameId\": 2821,\n        \"gameOrder\": 601,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"AG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Fishing/Mobile/FishHunter_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Fishing\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"IM 电子竞技\",\n        \"gameId\": 0,\n        \"gameOrder\": 602,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"IPES\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Sportsbook/Mobile/IPES_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Esports\",\n        \"subCategories\": []\n    }\n]"},{"id":"934c909c-cfd5-4d02-9f6c-1360555adf41","name":"stage 200 : using all filters provided","originalRequest":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"https://hkstcmsppsb.fubnb.com/zh-hans/api/android/Games/43/71"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.5"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Wed, 11 Sep 2019 07:15:28 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_category config:field.storage.node.field_demo config:field.storage.node.field_devices config:field.storage.node.field_game_tagging config:field.storage.node.field_game_type config:field.storage.node.field_multiple_images_app config:field.storage.node.field_new_game config:field.storage.node.field_order config:field.storage.node.field_under_maintenance config:field.storage.node.field_vendor config:views.view.tlc_games_api extensions http_response node:1119 node:1122 node:1131 node:1269 node:1272 node:1275 node:1277 node:1281 node:1283 node:1285 node:1287 node:1289 node:1294 node:1297 node:1305 node:1311 node:1318 node:1323 node:1338 node:1339 node:1340 node:1364 node:1365 node:1366 node:1367 node:1370 node:1384 node:1385 node:1386 node:1387 node:1388 node:1389 node:1400 node:1435 node:1436 node:1443 node:1445 node:1523 node:1954 node:2181 node:2202 node:2204 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.node_grants:view user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"gameName\": \"欢乐满屋\",\n        \"gameId\": 371,\n        \"gameOrder\": 73,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/HouseofFun_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巨钻珍宝\",\n        \"gameId\": 4169,\n        \"gameOrder\": 387,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGems_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奇怪机器\",\n        \"gameId\": 4152,\n        \"gameOrder\": 391,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheCuriousMachinePlus_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奇怪机器\",\n        \"gameId\": 4151,\n        \"gameOrder\": 392,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheCuriousMachinePlus_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机怪兽\",\n        \"gameId\": 4149,\n        \"gameOrder\": 394,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FrankenslotsMonster_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机怪兽\",\n        \"gameId\": 4147,\n        \"gameOrder\": 395,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FrankenslotsMonster_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维京时代\",\n        \"gameId\": 4143,\n        \"gameOrder\": 397,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/VikingAge_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"财富满屋\",\n        \"gameId\": 4142,\n        \"gameOrder\": 398,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TreasureRoom_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"妈妈咪啊\",\n        \"gameId\": 4141,\n        \"gameOrder\": 399,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MammaMia_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"妈妈咪啊\",\n        \"gameId\": 4140,\n        \"gameOrder\": 400,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MammaMia_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奥科莫之塔\",\n        \"gameId\": 4138,\n        \"gameOrder\": 402,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AlkemorsTower_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奥科莫之塔\",\n        \"gameId\": 4137,\n        \"gameOrder\": 403,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AlkemorsTower_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"天使老虎机\",\n        \"gameId\": 4136,\n        \"gameOrder\": 404,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotsAngels_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"富裕生活\",\n        \"gameId\": 4135,\n        \"gameOrder\": 405,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GlamLife_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞颂歌\",\n        \"gameId\": 4133,\n        \"gameOrder\": 406,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AChristmasCarolMobile_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞颂歌\",\n        \"gameId\": 4132,\n        \"gameOrder\": 407,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AChristmasCarol_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"糖果甜心\",\n        \"gameId\": 2579,\n        \"gameOrder\": 413,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SugarPop_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"神灯精灵\",\n        \"gameId\": 3246,\n        \"gameOrder\": 417,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GeniesFortune_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"发发双胞胎\",\n        \"gameId\": 3225,\n        \"gameOrder\": 418,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Fa-FaTwins_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"发发双胞胎\",\n        \"gameId\": 3224,\n        \"gameOrder\": 419,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Fa-FaTwins_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"淘金达人\",\n        \"gameId\": 3173,\n        \"gameOrder\": 422,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MoreGoldDiggin_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"淘金达人\",\n        \"gameId\": 2577,\n        \"gameOrder\": 424,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MoreGoldDigginToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父 2\",\n        \"gameId\": 3515,\n        \"gameOrder\": 426,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Slotfather2_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父 2\",\n        \"gameId\": 3514,\n        \"gameOrder\": 427,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Slotfather2_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"海底世界\",\n        \"gameId\": 2570,\n        \"gameOrder\": 430,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/UnderTheSeaToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"水果物语\",\n        \"gameId\": 2586,\n        \"gameOrder\": 432,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FruitZen_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幻影世界\",\n        \"gameId\": 2587,\n        \"gameOrder\": 434,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TrueIllusionsToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"贪婪的精灵\",\n        \"gameId\": 2559,\n        \"gameOrder\": 436,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GreedyGoblinsToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"复仇时代\",\n        \"gameId\": 2568,\n        \"gameOrder\": 439,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/RooksRevengeToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"灿烂火花\",\n        \"gameId\": 2566,\n        \"gameOrder\": 442,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BoomanjiToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"大亨\",\n        \"gameId\": 2572,\n        \"gameOrder\": 444,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TycoonsToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"拉霸之父\",\n        \"gameId\": 3288,\n        \"gameOrder\": 446,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheSlotfatherToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"拉霸之父\",\n        \"gameId\": 2562,\n        \"gameOrder\": 448,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheSlotfatherToGo_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"烽火之战\",\n        \"gameId\": 3721,\n        \"gameOrder\": 469,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FireandSteel_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"烽火之战\",\n        \"gameId\": 3720,\n        \"gameOrder\": 470,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FireandSteel_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魔术坊\",\n        \"gameId\": 3700,\n        \"gameOrder\": 472,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheMagieShoppe_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魔术坊\",\n        \"gameId\": 3699,\n        \"gameOrder\": 473,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheMagieShoppe_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"垂钓之王\",\n        \"gameId\": 3611,\n        \"gameOrder\": 478,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheAngler_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"垂钓之王\",\n        \"gameId\": 3610,\n        \"gameOrder\": 479,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheAngler_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"飞鸟\",\n        \"gameId\": 3444,\n        \"gameOrder\": 495,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Birds_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魅力四叶草\",\n        \"gameId\": 3443,\n        \"gameOrder\": 496,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/CharmsandClovers_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"可爱猫咪\",\n        \"gameId\": 3442,\n        \"gameOrder\": 497,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/KawaiiKitty_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"飞鸟\",\n        \"gameId\": 3438,\n        \"gameOrder\": 501,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Birds_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魅力四叶草\",\n        \"gameId\": 3437,\n        \"gameOrder\": 502,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/CharmsandClovers_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"可爱猫咪\",\n        \"gameId\": 3436,\n        \"gameOrder\": 503,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/KawaiiKitty_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"石油\",\n        \"gameId\": 3283,\n        \"gameOrder\": 504,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BlackGold_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"罪恶之城之夜\",\n        \"gameId\": 3228,\n        \"gameOrder\": 505,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SinCityNights_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"罪恶之城之夜\",\n        \"gameId\": 3227,\n        \"gameOrder\": 506,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SinCityNights_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维加斯周末\",\n        \"gameId\": 3175,\n        \"gameOrder\": 511,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/WeekendInVegas_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父\",\n        \"gameId\": 3174,\n        \"gameOrder\": 512,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotfatherJP_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"迷人的生活\",\n        \"gameId\": 3172,\n        \"gameOrder\": 513,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGlamLife_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幸运7\",\n        \"gameId\": 3171,\n        \"gameOrder\": 514,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Lucky7_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"伟大的88\",\n        \"gameId\": 3170,\n        \"gameOrder\": 515,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Great88_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"黑洞表面\",\n        \"gameId\": 3169,\n        \"gameOrder\": 516,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/EventHorizon_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"七重天\",\n        \"gameId\": 3168,\n        \"gameOrder\": 517,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/7thHeaven_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维加斯周末\",\n        \"gameId\": 3167,\n        \"gameOrder\": 518,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/WeekendInVegas_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父\",\n        \"gameId\": 3166,\n        \"gameOrder\": 519,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotfatherJP_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"迷人的生活\",\n        \"gameId\": 3164,\n        \"gameOrder\": 520,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGlamLife_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"伟大的88\",\n        \"gameId\": 3162,\n        \"gameOrder\": 521,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Great88_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"黑洞表面\",\n        \"gameId\": 3161,\n        \"gameOrder\": 522,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/EventHorizon_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"七重天\",\n        \"gameId\": 3160,\n        \"gameOrder\": 523,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/7thHeaven_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"龙族传说\",\n        \"gameId\": 2799,\n        \"gameOrder\": 534,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/4Season_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"来自星星的它\",\n        \"gameId\": 2584,\n        \"gameOrder\": 544,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/ItCameFromVenus_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"木偶匹诺曹\",\n        \"gameId\": 2580,\n        \"gameOrder\": 545,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Pinocchio_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"小狗情缘\",\n        \"gameId\": 2575,\n        \"gameOrder\": 546,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/PuppyLoveToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"正义警长\",\n        \"gameId\": 2574,\n        \"gameOrder\": 547,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheTrueSheriffToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"消失的宝藏\",\n        \"gameId\": 2573,\n        \"gameOrder\": 548,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/LostToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幸运7\",\n        \"gameId\": 2569,\n        \"gameOrder\": 549,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Lucky7ToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"床下的秘密\",\n        \"gameId\": 2567,\n        \"gameOrder\": 550,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/UnderTheBedToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维京时代\",\n        \"gameId\": 2002,\n        \"gameOrder\": 551,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/VikingAge_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"财富满屋\",\n        \"gameId\": 1997,\n        \"gameOrder\": 552,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TreasureRoom_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"跳跳辣椒\",\n        \"gameId\": 1983,\n        \"gameOrder\": 555,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/PacoandthePoppingPeppers_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"睡美人\",\n        \"gameId\": 1966,\n        \"gameOrder\": 556,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Enchanted_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巴巴里海岸\",\n        \"gameId\": 1963,\n        \"gameOrder\": 557,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BarbaryCoast_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"着陆\",\n        \"gameId\": 1959,\n        \"gameOrder\": 559,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Arrival_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巴巴里海岸\",\n        \"gameId\": 1397,\n        \"gameOrder\": 562,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BarbaryCoast_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"看电影\",\n        \"gameId\": 1395,\n        \"gameOrder\": 563,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AtTheMovies_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"睡美人\",\n        \"gameId\": 643,\n        \"gameOrder\": 567,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Enchanted_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"着陆\",\n        \"gameId\": 383,\n        \"gameOrder\": 568,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Arrival_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"富裕生活\",\n        \"gameId\": 376,\n        \"gameOrder\": 570,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheGlamLife_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"看电影\",\n        \"gameId\": 368,\n        \"gameOrder\": 572,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AttheMovies_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"史前二百万年\",\n        \"gameId\": 362,\n        \"gameOrder\": 574,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/2MillionBC_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    }\n]"}],"_postman_id":"4f2d65f1-53ed-4a25-a92f-3e172d9356a5"},{"name":"Get Games Mobile","event":[{"listen":"test","script":{"id":"cba4c2de-0585-4bb8-b912-9217df3f25e1","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var schema = {","    \"type\": \"array\",","    \"items\": [{","        \"type\": \"object\",","        \"required\": [\"gameName\",\"gameId\",\"gameOrder\",\"deviceType\",\"gameProvider\",\"gameImageUrl\",\"isNewGame\",\"isMaintenance\",\"hasDemo\",\"gameCatCode\",\"gameCode\",\"createdDate\",\"recommendGame\",\"cmsGameCode\",\"subCategories\"],","        \"properties\": {","            \"gameName\": {\"type\": \"string\"},","            \"gameId\": {\"type\": \"integer\"},","            \"gameOrder\": {\"type\": \"integer\"},","            \"deviceType\": {\"type\": \"string\"},","            \"gameProvider\": {\"type\": \"string\"},","            \"gameImageUrl\": {\"type\": \"string\"},","            \"isNewGame\": {\"type\": \"boolean\"},","            \"isMaintenance\": {\"type\": \"boolean\"},","            \"hasDemo\": {\"type\": \"boolean\"},","            \"gameCatCode\": {\"type\": \"string\"},","            \"gameCode\": {\"type\": \"string\"},","            \"createdDate\": {\"type\": \"string\"},","            \"recommendGame\": {\"type\": \"boolean\"},","            \"cmsGameCode\": {\"type\": \"string\"},","            \"subCategories\": {","                \"type\": \"array\",","                \"items\": {}","            }","        }","    }]","};","","pm.test(\"Valid data and object check\", function(){","   pm.expect(jsonData).to.be.not.empty;","   pm.response.to.have.jsonSchema(schema);","})","","try {","    var objs = jsonData;","    var keysToCheck = schema[\"items\"][0][\"required\"];","    var ignoredKeys = ['subCategories'];","    var subCatKeysToCheck = ['GameSubCatID','GameSubCatCode'];","    var numberKeys = ['gameId','gameOrder','GameSubCatID'];","    var booleanKeys = ['isNewGame','isMaintenance','hasDemo','recommendGame'];","","    objs.forEach(function(obj){","        pm.test('Check all keys', function(){","            pm.expect(obj).to.have.all.keys(keysToCheck);","        });","","        keysToCheck.forEach(function(key){","            if(ignoredKeys.indexOf(key) > -1){","                return;","            }","            ","            if(numberKeys.indexOf(key) == -1 && booleanKeys.indexOf(key) == -1){","                pm.test(`Check key not empty - ${key}`, function(){","                    pm.expect(obj[key]).to.be.not.empty;","                }); ","            }else{","                if(booleanKeys.indexOf(key) == -1){","                    pm.test(`Check key should be number - ${key}`, function(){","                        pm.expect(obj[key]).to.be.a('number');","                    });","                }else{","                    pm.test(`Check key should be boolean - ${key}`, function(){","                        pm.expect(obj[key]).to.be.a('boolean');","                    });","                }","            }","        });","","        pm.sendRequest(obj.gameImageUrl, function (err, res){","            if (err) { console.log(err); }","            pm.test(obj.gameImageUrl  + ' image is ok', function(){","                pm.expect(err).to.equal(null);","                pm.expect(res).to.have.property('code', 200);","                pm.expect(res).to.have.property('status', 'OK');","                var sizeOK = res.responseSize > 50 ? true : false;","                pm.expect(sizeOK).to.be.true;","            });","        });","","        obj.subCategories.forEach(function(subcat) {","            pm.test('Check all keys', function(){","                pm.expect(subcat).to.have.all.keys(subCatKeysToCheck);","            });","","            subCatKeysToCheck.forEach(function(key) {","                if (numberKeys.indexOf(key) == -1) {","                    pm.test(`Check key not empty - ${key}`, function(){","                        pm.expect(subcat[key]).to.be.not.empty;","                    }); ","                } else {","                    pm.test(`Check subcat should be number - ${subcat[key]}`, function() {","                        pm.expect(subcat[key]).to.be.a('number');","                    });","                }","            });","        });","    })","} catch (e) {","    console.log(e);","}","","","var gamesData = pm.environment.get('gamesData');","if(!gamesData){","  gamesData = {};","}else{","  gamesData = JSON.parse(gamesData);","}","var gameCategoryID = pm.environment.get('game_category_id');","var gameCategoryIDsForGames = pm.environment.get('gameCategoryIDsForGames');","if(!gameCategoryIDsForGames){","  gameCategoryIDsForGames = [];","}","var games = gamesData[gameCategoryID];","if(!games){","  games = [];","}","games = games.slice(1);","gamesData[gameCategoryID] = games;","pm.environment.set('gamesData', JSON.stringify(gamesData));","if( games.length == 0 ){","  gameCategoryIDsForGames = gameCategoryIDsForGames.slice(1);","  pm.environment.set('gameCategoryIDsForGames',gameCategoryIDsForGames);","}","if ( gameCategoryIDsForGames.length > 0 ){``","  postman.setNextRequest('Get Games Desktop');","}else{","  pm.environment.set('gamesData', pm.environment.get('gamesDataBKP'));","  pm.environment.set('gameCategoryIDsForGames', pm.environment.get('gameCategoryIDsForGamesBKP'));","}"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"10a8f704-18b2-421c-a361-0c5589d86116","exec":["var gamesData = pm.environment.get('gamesData');","if(!gamesData){","    gamesData = {};","}else{","    gamesData = JSON.parse(gamesData);","}","var gameCategoryIDsForGames = pm.environment.get('gameCategoryIDsForGames');","if(!gameCategoryIDsForGames){","    gameCategoryIDsForGames = [\"43\"];","}","if(gameCategoryIDsForGames.length == 0){","    gameCategoryIDsForGames = [\"43\"];","}","var games = gamesData[gameCategoryIDsForGames[0]];","if(!games){","    games = [\"71\"];","}","if(games.length == 0){","    games = [\"71\"];","}","","pm.environment.set('game_category_id', gameCategoryIDsForGames[0]);","pm.environment.set('game_provider_id', games[0]);","","",""],"type":"text/javascript"}}],"id":"5b01dfec-4baf-43a1-9a94-7fc6dd50aaf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"{{url}}/{{lang}}/api/mobile-web/Games/{{game_category_id}}/{{game_provider_id}}","description":"<ul>\n<li>This API is used to get <strong>All Games List</strong> which contains:<ul>\n<li>gameName (Title of the game)</li>\n<li>gameId (Game ID)</li>\n<li>gameOrder (Game order number)</li>\n<li>deviceType (Device)</li>\n<li>subCategories (Game Sub Category):<ul>\n<li>GameSubCatID (Game Sub Category Id)</li>\n<li>GameSubCatCode (Game Sub Category Code)</li>\n</ul>\n</li>\n<li>gameProvider (Game Provider name)</li>\n<li>gameImageUrl (Full path of image url)</li>\n<li>isNewGame (Boolean to indicate the game is new or old)</li>\n<li>isMaintenance (Boolean to indicate the game is under maintenance or not)</li>\n<li>hasDemo (Boolean to indicate the game has a demo version or not)</li>\n<li>gameCatCode (Game Category Code)</li>\n</ul>\n</li>\n<li>The structure of this API is :<ul>\n<li><strong>[base_path]</strong>/<strong>[language]</strong>/api/<strong>[device]</strong>/Games/<strong>[game_category_id]</strong>/<strong>[game_provider_id]</strong></li>\n</ul>\n</li>\n<li>Or if you dont need the vendor:<ul>\n<li><strong>[base_path]</strong>/<strong>[language]</strong>/api/<strong>[device]</strong>/Games/<strong>[game_category_id]</strong></li>\n</ul>\n</li>\n</ul>\n<ul>\n<li>Or if you want to retrieve all of the Games :<ul>\n<li><strong>[base_path]</strong>/<strong>[language]</strong>/api/<strong>[device]</strong>/Games</li>\n</ul>\n</li>\n<li>devices for filter format:<ul>\n<li>IOS app : <strong>ios</strong></li>\n<li>Android app : <strong>android</strong></li>\n<li>Mobile Web : <strong>mobile-web</strong></li>\n<li>Desktop : <strong>desktop</strong></li>\n</ul>\n</li>\n<li>Put the token provided into the header section</li>\n<li>The language code :<ul>\n<li>Chinese : zh-hans</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{lang}}","api","mobile-web","Games","{{game_category_id}}","{{game_provider_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3774b7b9-9e7e-47ad-afa0-10e2efb394b5","name":"stage 200 : all game list with device = android","originalRequest":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"https://hkstcmsppsb.fubnb.com/zh-hans/api/android/Games"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.5"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Wed, 11 Sep 2019 07:17:45 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_category config:field.storage.node.field_demo config:field.storage.node.field_devices config:field.storage.node.field_game_tagging config:field.storage.node.field_game_type config:field.storage.node.field_multiple_images_app config:field.storage.node.field_new_game config:field.storage.node.field_order config:field.storage.node.field_under_maintenance config:field.storage.node.field_vendor config:views.view.tlc_games_api extensions http_response node:1116 node:1117 node:1118 node:1119 node:1120 node:1121 node:1122 node:1124 node:1125 node:1126 node:1127 node:1128 node:1129 node:1130 node:1131 node:1132 node:1133 node:1134 node:1135 node:1136 node:1137 node:1138 node:1139 node:1140 node:1141 node:1142 node:1143 node:1144 node:1145 node:1146 node:1147 node:1148 node:1149 node:1150 node:1151 node:1152 node:1153 node:1154 node:1155 node:1156 node:1157 node:1158 node:1159 node:1160 node:1161 node:1162 node:1163 node:1164 node:1165 node:1166 node:1167 node:1168 node:1169 node:1170 node:1171 node:1172 node:1173 node:1174 node:1175 node:1176 node:1177 node:1178 node:1179 node:1180 node:1181 node:1182 node:1183 node:1184 node:1185 node:1186 node:1187 node:1188 node:1189 node:1190 node:1191 node:1192 node:1193 node:1194 node:1195 node:1196 node:1197 node:1198 node:1199 node:1200 node:1201 node:1202 node:1203 node:1204 node:1205 node:1206 node:1207 node:1208 node:1209 node:1210 node:1211 node:1212 node:1213 node:1214 node:1215 node:1216 node:1217 node:1218 node:1219 node:1220 node:1221 node:1222 node:1223 node:1224 node:1225 node:1226 node:1227 node:1228 node:1229 node:1230 node:1231 node:1232 node:1233 node:1234 node:1235 node:1236 node:1237 node:1238 node:1239 node:1240 node:1241 node:1242 node:1243 node:1244 node:1245 node:1246 node:1247 node:1248 node:1249 node:1250 node:1251 node:1252 node:1253 node:1254 node:1255 node:1256 node:1257 node:1258 node:1259 node:1260 node:1261 node:1262 node:1263 node:1264 node:1265 node:1266 node:1269 node:1270 node:1272 node:1273 node:1275 node:1277 node:1278 node:1279 node:1281 node:1283 node:1284 node:1285 node:1287 node:1289 node:1291 node:1294 node:1295 node:1297 node:1299 node:1300 node:1302 node:1303 node:1305 node:1306 node:1307 node:1308 node:1309 node:1311 node:1313 node:1314 node:1315 node:1316 node:1318 node:1320 node:1321 node:1323 node:1325 node:1326 node:1327 node:1328 node:1329 node:1330 node:1331 node:1338 node:1339 node:1340 node:1341 node:1342 node:1343 node:1344 node:1345 node:1346 node:1347 node:1348 node:1349 node:1350 node:1351 node:1352 node:1353 node:1354 node:1355 node:1356 node:1357 node:1358 node:1364 node:1365 node:1366 node:1367 node:1368 node:1370 node:1372 node:1373 node:1374 node:1375 node:1376 node:1377 node:1384 node:1385 node:1386 node:1387 node:1388 node:1389 node:1396 node:1397 node:1398 node:1399 node:1400 node:1402 node:1403 node:1404 node:1405 node:1406 node:1407 node:1408 node:1409 node:1410 node:1411 node:1412 node:1413 node:1414 node:1415 node:1416 node:1417 node:1418 node:1419 node:1420 node:1421 node:1422 node:1423 node:1424 node:1425 node:1426 node:1427 node:1428 node:1429 node:1430 node:1431 node:1432 node:1433 node:1435 node:1436 node:1441 node:1442 node:1443 node:1445 node:1446 node:1447 node:1448 node:1449 node:1450 node:1451 node:1452 node:1453 node:1454 node:1455 node:1456 node:1457 node:1458 node:1459 node:1460 node:1461 node:1462 node:1463 node:1464 node:1465 node:1466 node:1467 node:1468 node:1469 node:1470 node:1471 node:1472 node:1473 node:1474 node:1475 node:1476 node:1477 node:1478 node:1479 node:1480 node:1481 node:1482 node:1483 node:1484 node:1485 node:1486 node:1487 node:1488 node:1489 node:1490 node:1491 node:1492 node:1493 node:1494 node:1495 node:1496 node:1497 node:1498 node:1499 node:1500 node:1501 node:1502 node:1503 node:1504 node:1505 node:1506 node:1507 node:1508 node:1509 node:1510 node:1511 node:1512 node:1513 node:1514 node:1515 node:1516 node:1517 node:1518 node:1519 node:1520 node:1521 node:1522 node:1523 node:1524 node:1525 node:1526 node:1527 node:1528 node:1539 node:1648 node:1954 node:2041 node:2155 node:2162 node:2181 node:2202 node:2204 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.node_grants:view user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"gameName\": \"财神到\",\n        \"gameId\": 3007,\n        \"gameOrder\": 32,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/GodofWealth_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"超级 6\",\n        \"gameId\": 3024,\n        \"gameOrder\": 33,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Super6_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"古希臘英雄\",\n        \"gameId\": 2995,\n        \"gameOrder\": 34,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Achilles_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"古代战士\",\n        \"gameId\": 3001,\n        \"gameOrder\": 35,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Zhanshi_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"德州大亨\",\n        \"gameId\": 3005,\n        \"gameOrder\": 37,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TexanTycoon_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"缤纷圣诞\",\n        \"gameId\": 3026,\n        \"gameOrder\": 42,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TheNiceList_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"阿拉丁的愿望\",\n        \"gameId\": 2999,\n        \"gameOrder\": 43,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/AladdinsWishes_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"人鱼女王\",\n        \"gameId\": 3020,\n        \"gameOrder\": 44,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/MermaidQueen_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"龙卷风\",\n        \"gameId\": 3013,\n        \"gameOrder\": 45,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TripleTwister_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"凯撒帝国\",\n        \"gameId\": 2997,\n        \"gameOrder\": 47,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/CaesarsEmpire_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"三國之赤壁之戰\",\n        \"gameId\": 3603,\n        \"gameOrder\": 56,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"TG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10-game-images/Slot/TG/3KingdomsBattleofRedCliffs_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魔幻猫熊\",\n        \"gameId\": 3365,\n        \"gameOrder\": 59,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/PandaMagic_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"金矿探索\",\n        \"gameId\": 3362,\n        \"gameOrder\": 60,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Paydirt_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"爵士音乐家\",\n        \"gameId\": 3350,\n        \"gameOrder\": 61,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TheBigBopper_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞凤骚女\",\n        \"gameId\": 3025,\n        \"gameOrder\": 63,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TheNaughtyList_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"模特梦\",\n        \"gameId\": 3017,\n        \"gameOrder\": 64,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/HighFashion_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"农村人家\",\n        \"gameId\": 3016,\n        \"gameOrder\": 65,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Henhouse_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"永恒的爱\",\n        \"gameId\": 3015,\n        \"gameOrder\": 66,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/EternalLove_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"深海遨游\",\n        \"gameId\": 3009,\n        \"gameOrder\": 67,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/CrystalWaters_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"恶棍郊狼\",\n        \"gameId\": 3004,\n        \"gameOrder\": 68,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/CoyoteCash_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幸运 6\",\n        \"gameId\": 3003,\n        \"gameOrder\": 69,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Lucky6_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"海狸伐木先生\",\n        \"gameId\": 2998,\n        \"gameOrder\": 70,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/BuilderBeaver_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"女巫温妮\",\n        \"gameId\": 2996,\n        \"gameOrder\": 71,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/BubbleBubble_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"警匪追逐\",\n        \"gameId\": 2994,\n        \"gameOrder\": 72,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/CashBandits_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"欢乐满屋\",\n        \"gameId\": 371,\n        \"gameOrder\": 73,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/HouseofFun_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"招财福猪\",\n        \"gameId\": 4416,\n        \"gameOrder\": 73,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"TG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10-game-images/Slot/TG/GoldenPig_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"野狼黄金\",\n        \"gameId\": 3602,\n        \"gameOrder\": 77,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"TG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10-game-images/Slot/TG/WolfGold_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"水晶派对\",\n        \"gameId\": 4375,\n        \"gameOrder\": 83,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/CrystalCrush_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 273,\n                \"GameSubCatCode\": \"Arcade\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"鲨鱼总动员\",\n        \"gameId\": 4374,\n        \"gameOrder\": 84,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/Shark_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"闪亮之屋\",\n        \"gameId\": 2636,\n        \"gameOrder\": 85,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/DeckTheHalls_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"快乐假期\",\n        \"gameId\": 1760,\n        \"gameOrder\": 86,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/HappyHoliday_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞狗狗\",\n        \"gameId\": 1759,\n        \"gameOrder\": 87,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/SantaPaws_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"大魔术师\",\n        \"gameId\": 4174,\n        \"gameOrder\": 133,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"DTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/DTG/Magician_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"禁酒\",\n        \"gameId\": 4154,\n        \"gameOrder\": 135,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Temperance_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"招财进宝\",\n        \"gameId\": 3320,\n        \"gameOrder\": 141,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/ZhaoCaiJinBao_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"公路王国\",\n        \"gameId\": 3430,\n        \"gameOrder\": 142,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/HighwayKings_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"年年有余\",\n        \"gameId\": 3324,\n        \"gameOrder\": 143,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/NianNianYouYu_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"湛蓝深海\",\n        \"gameId\": 3318,\n        \"gameOrder\": 147,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/GreatBlue_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"熊之舞\",\n        \"gameId\": 3322,\n        \"gameOrder\": 148,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/BonusBears_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"美式赛车\",\n        \"gameId\": 2617,\n        \"gameOrder\": 160,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/5ReelDrive_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"足球明星\",\n        \"gameId\": 2638,\n        \"gameOrder\": 163,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/FootballStar_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"沙滩宝贝\",\n        \"gameId\": 2625,\n        \"gameOrder\": 164,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/BeachBabes_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"终极足球\",\n        \"gameId\": 3607,\n        \"gameOrder\": 197,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FootballRules_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"汪旺财\",\n        \"gameId\": 3822,\n        \"gameOrder\": 230,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"SPG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/SPG/WowProsperity_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"诙谐财富\",\n        \"gameId\": 3608,\n        \"gameOrder\": 253,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FortunesofTheFox_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"白雪经典童话\",\n        \"gameId\": 3606,\n        \"gameOrder\": 254,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FairestofThemAll_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞奇迹\",\n        \"gameId\": 3345,\n        \"gameOrder\": 281,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/SantaSurprise_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"樱桃之恋\",\n        \"gameId\": 3344,\n        \"gameOrder\": 282,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/CherryLove_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"艺伎故事\",\n        \"gameId\": 3343,\n        \"gameOrder\": 283,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/GeishaStory_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"埃斯梅拉达\",\n        \"gameId\": 3339,\n        \"gameOrder\": 284,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/Esmeralda_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"豪华的开心假期\",\n        \"gameId\": 3338,\n        \"gameOrder\": 285,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/VacationStation_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"沉默的武士\",\n        \"gameId\": 3337,\n        \"gameOrder\": 286,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/SilentSamurai_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"甜蜜派对\",\n        \"gameId\": 3335,\n        \"gameOrder\": 287,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/SweetParty_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"白狮王\",\n        \"gameId\": 3333,\n        \"gameOrder\": 288,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/WhiteKing_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"北极宝藏\",\n        \"gameId\": 3332,\n        \"gameOrder\": 289,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/ArcticTreasure_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"满月财富\",\n        \"gameId\": 3331,\n        \"gameOrder\": 290,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FullMoonFortune_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"趣味水果\",\n        \"gameId\": 3330,\n        \"gameOrder\": 291,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FunkyFruits_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"赌徒\",\n        \"gameId\": 3329,\n        \"gameOrder\": 292,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/WildGambler_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"惊喜复活节\",\n        \"gameId\": 3328,\n        \"gameOrder\": 293,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/EasterSurprise_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"泰国天堂\",\n        \"gameId\": 3327,\n        \"gameOrder\": 294,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/ThaiParadise_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"宝物箱中寻\",\n        \"gameId\": 3325,\n        \"gameOrder\": 295,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/ChestsOfPlenty_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"万圣节财务\",\n        \"gameId\": 3321,\n        \"gameOrder\": 296,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/HalloweenFortune_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"猫女王\",\n        \"gameId\": 3319,\n        \"gameOrder\": 297,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/CatQueen_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"MGS老虎机(安卓下载版)\",\n        \"gameId\": 2677,\n        \"gameOrder\": 339,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MGSSlotDownload_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"阿丽亚娜\",\n        \"gameId\": 2675,\n        \"gameOrder\": 340,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Ariana_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"浪漫法国\",\n        \"gameId\": 2669,\n        \"gameOrder\": 341,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Voila_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"尼罗河宝藏\",\n        \"gameId\": 2667,\n        \"gameOrder\": 342,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/TreasureNile_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"古墓丽影\",\n        \"gameId\": 2666,\n        \"gameOrder\": 343,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/TombRaider_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"疯狂大冒险\",\n        \"gameId\": 2661,\n        \"gameOrder\": 344,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/TheGrandJourney_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"诸神之战\",\n        \"gameId\": 2658,\n        \"gameOrder\": 345,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/StashoftheTitans_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"灰狼之夜\",\n        \"gameId\": 2655,\n        \"gameOrder\": 346,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/SilverFang_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"神秘之梦\",\n        \"gameId\": 2652,\n        \"gameOrder\": 347,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MysticDreams_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"百万钞票\",\n        \"gameId\": 2650,\n        \"gameOrder\": 348,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MegaMoolah_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"玛雅公主\",\n        \"gameId\": 2649,\n        \"gameOrder\": 349,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MayanPrincess_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"军队大富翁\",\n        \"gameId\": 2648,\n        \"gameOrder\": 350,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MajorMillions_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"瘋帽子先生\",\n        \"gameId\": 2647,\n        \"gameOrder\": 351,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MadHatters_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"黑帮老大\",\n        \"gameId\": 2646,\n        \"gameOrder\": 352,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Loaded_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"狮子王\",\n        \"gameId\": 2645,\n        \"gameOrder\": 353,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/LionsPride_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"加德滿都\",\n        \"gameId\": 2643,\n        \"gameOrder\": 354,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Kathmandu_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"伊斯女王\",\n        \"gameId\": 2642,\n        \"gameOrder\": 355,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Isis_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"杀手\",\n        \"gameId\": 2641,\n        \"gameOrder\": 356,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Hitman_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"金钱帝国\",\n        \"gameId\": 2640,\n        \"gameOrder\": 357,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/HighSociety_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"万圣狂欢夜\",\n        \"gameId\": 2639,\n        \"gameOrder\": 358,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Halloweenies_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"鹰翼行动\",\n        \"gameId\": 2637,\n        \"gameOrder\": 359,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/EaglesWings_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"沙发土豆\",\n        \"gameId\": 2635,\n        \"gameOrder\": 360,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/CouchPotato_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"无限现金\",\n        \"gameId\": 2632,\n        \"gameOrder\": 361,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/CashSplash_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"非洲大草原\",\n        \"gameId\": 2630,\n        \"gameOrder\": 362,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/BushTelegraph_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"美国梦\",\n        \"gameId\": 2624,\n        \"gameOrder\": 363,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/BarsandStripes_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"航海时代\",\n        \"gameId\": 2620,\n        \"gameOrder\": 364,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/AgeofDiscovery_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"丛林探险\",\n        \"gameId\": 2619,\n        \"gameOrder\": 365,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/AdventurePalace_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"罗宾\",\n        \"gameId\": 2618,\n        \"gameOrder\": 366,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Robyn_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巨钻珍宝\",\n        \"gameId\": 4169,\n        \"gameOrder\": 387,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGems_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奇怪机器\",\n        \"gameId\": 4152,\n        \"gameOrder\": 391,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheCuriousMachinePlus_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奇怪机器\",\n        \"gameId\": 4151,\n        \"gameOrder\": 392,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheCuriousMachinePlus_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机怪兽\",\n        \"gameId\": 4149,\n        \"gameOrder\": 394,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FrankenslotsMonster_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机怪兽\",\n        \"gameId\": 4147,\n        \"gameOrder\": 395,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FrankenslotsMonster_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维京时代\",\n        \"gameId\": 4143,\n        \"gameOrder\": 397,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/VikingAge_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"财富满屋\",\n        \"gameId\": 4142,\n        \"gameOrder\": 398,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TreasureRoom_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"妈妈咪啊\",\n        \"gameId\": 4141,\n        \"gameOrder\": 399,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MammaMia_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"妈妈咪啊\",\n        \"gameId\": 4140,\n        \"gameOrder\": 400,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MammaMia_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奥科莫之塔\",\n        \"gameId\": 4138,\n        \"gameOrder\": 402,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AlkemorsTower_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奥科莫之塔\",\n        \"gameId\": 4137,\n        \"gameOrder\": 403,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AlkemorsTower_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"天使老虎机\",\n        \"gameId\": 4136,\n        \"gameOrder\": 404,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotsAngels_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"富裕生活\",\n        \"gameId\": 4135,\n        \"gameOrder\": 405,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GlamLife_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞颂歌\",\n        \"gameId\": 4133,\n        \"gameOrder\": 406,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AChristmasCarolMobile_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞颂歌\",\n        \"gameId\": 4132,\n        \"gameOrder\": 407,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AChristmasCarol_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"糖果甜心\",\n        \"gameId\": 2579,\n        \"gameOrder\": 413,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SugarPop_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"神灯精灵\",\n        \"gameId\": 3246,\n        \"gameOrder\": 417,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GeniesFortune_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"发发双胞胎\",\n        \"gameId\": 3225,\n        \"gameOrder\": 418,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Fa-FaTwins_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"发发双胞胎\",\n        \"gameId\": 3224,\n        \"gameOrder\": 419,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Fa-FaTwins_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"淘金达人\",\n        \"gameId\": 3173,\n        \"gameOrder\": 422,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MoreGoldDiggin_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"淘金达人\",\n        \"gameId\": 2577,\n        \"gameOrder\": 424,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MoreGoldDigginToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父 2\",\n        \"gameId\": 3515,\n        \"gameOrder\": 426,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Slotfather2_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父 2\",\n        \"gameId\": 3514,\n        \"gameOrder\": 427,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Slotfather2_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"海底世界\",\n        \"gameId\": 2570,\n        \"gameOrder\": 430,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/UnderTheSeaToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"水果物语\",\n        \"gameId\": 2586,\n        \"gameOrder\": 432,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FruitZen_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幻影世界\",\n        \"gameId\": 2587,\n        \"gameOrder\": 434,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TrueIllusionsToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"贪婪的精灵\",\n        \"gameId\": 2559,\n        \"gameOrder\": 436,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GreedyGoblinsToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"复仇时代\",\n        \"gameId\": 2568,\n        \"gameOrder\": 439,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/RooksRevengeToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"灿烂火花\",\n        \"gameId\": 2566,\n        \"gameOrder\": 442,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BoomanjiToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"大亨\",\n        \"gameId\": 2572,\n        \"gameOrder\": 444,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TycoonsToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"拉霸之父\",\n        \"gameId\": 3288,\n        \"gameOrder\": 446,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheSlotfatherToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"拉霸之父\",\n        \"gameId\": 2562,\n        \"gameOrder\": 448,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheSlotfatherToGo_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"烽火之战\",\n        \"gameId\": 3721,\n        \"gameOrder\": 469,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FireandSteel_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"烽火之战\",\n        \"gameId\": 3720,\n        \"gameOrder\": 470,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FireandSteel_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魔术坊\",\n        \"gameId\": 3700,\n        \"gameOrder\": 472,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheMagieShoppe_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魔术坊\",\n        \"gameId\": 3699,\n        \"gameOrder\": 473,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheMagieShoppe_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"垂钓之王\",\n        \"gameId\": 3611,\n        \"gameOrder\": 478,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheAngler_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"垂钓之王\",\n        \"gameId\": 3610,\n        \"gameOrder\": 479,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheAngler_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"时间扭曲护卫者\",\n        \"gameId\": 3601,\n        \"gameOrder\": 481,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/TimeWrapGuardian_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"樱桃炸弹升级版\",\n        \"gameId\": 3600,\n        \"gameOrder\": 482,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/CherryBombDeluxe_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"飞鸟\",\n        \"gameId\": 3444,\n        \"gameOrder\": 495,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Birds_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魅力四叶草\",\n        \"gameId\": 3443,\n        \"gameOrder\": 496,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/CharmsandClovers_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"可爱猫咪\",\n        \"gameId\": 3442,\n        \"gameOrder\": 497,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/KawaiiKitty_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"飞鸟\",\n        \"gameId\": 3438,\n        \"gameOrder\": 501,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Birds_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魅力四叶草\",\n        \"gameId\": 3437,\n        \"gameOrder\": 502,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/CharmsandClovers_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"可爱猫咪\",\n        \"gameId\": 3436,\n        \"gameOrder\": 503,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/KawaiiKitty_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"石油\",\n        \"gameId\": 3283,\n        \"gameOrder\": 504,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BlackGold_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"罪恶之城之夜\",\n        \"gameId\": 3228,\n        \"gameOrder\": 505,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SinCityNights_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"罪恶之城之夜\",\n        \"gameId\": 3227,\n        \"gameOrder\": 506,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SinCityNights_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维加斯周末\",\n        \"gameId\": 3175,\n        \"gameOrder\": 511,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/WeekendInVegas_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父\",\n        \"gameId\": 3174,\n        \"gameOrder\": 512,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotfatherJP_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"迷人的生活\",\n        \"gameId\": 3172,\n        \"gameOrder\": 513,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGlamLife_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幸运7\",\n        \"gameId\": 3171,\n        \"gameOrder\": 514,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Lucky7_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"伟大的88\",\n        \"gameId\": 3170,\n        \"gameOrder\": 515,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Great88_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"黑洞表面\",\n        \"gameId\": 3169,\n        \"gameOrder\": 516,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/EventHorizon_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"七重天\",\n        \"gameId\": 3168,\n        \"gameOrder\": 517,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/7thHeaven_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维加斯周末\",\n        \"gameId\": 3167,\n        \"gameOrder\": 518,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/WeekendInVegas_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父\",\n        \"gameId\": 3166,\n        \"gameOrder\": 519,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotfatherJP_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"迷人的生活\",\n        \"gameId\": 3164,\n        \"gameOrder\": 520,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGlamLife_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"伟大的88\",\n        \"gameId\": 3162,\n        \"gameOrder\": 521,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Great88_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"黑洞表面\",\n        \"gameId\": 3161,\n        \"gameOrder\": 522,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/EventHorizon_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"七重天\",\n        \"gameId\": 3160,\n        \"gameOrder\": 523,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/7thHeaven_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"龙族传说\",\n        \"gameId\": 2799,\n        \"gameOrder\": 534,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/4Season_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"来自星星的它\",\n        \"gameId\": 2584,\n        \"gameOrder\": 544,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/ItCameFromVenus_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"木偶匹诺曹\",\n        \"gameId\": 2580,\n        \"gameOrder\": 545,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Pinocchio_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"小狗情缘\",\n        \"gameId\": 2575,\n        \"gameOrder\": 546,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/PuppyLoveToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"正义警长\",\n        \"gameId\": 2574,\n        \"gameOrder\": 547,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheTrueSheriffToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"消失的宝藏\",\n        \"gameId\": 2573,\n        \"gameOrder\": 548,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/LostToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幸运7\",\n        \"gameId\": 2569,\n        \"gameOrder\": 549,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Lucky7ToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"床下的秘密\",\n        \"gameId\": 2567,\n        \"gameOrder\": 550,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/UnderTheBedToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维京时代\",\n        \"gameId\": 2002,\n        \"gameOrder\": 551,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/VikingAge_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"财富满屋\",\n        \"gameId\": 1997,\n        \"gameOrder\": 552,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TreasureRoom_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"跳跳辣椒\",\n        \"gameId\": 1983,\n        \"gameOrder\": 555,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/PacoandthePoppingPeppers_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"睡美人\",\n        \"gameId\": 1966,\n        \"gameOrder\": 556,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Enchanted_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巴巴里海岸\",\n        \"gameId\": 1963,\n        \"gameOrder\": 557,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BarbaryCoast_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"着陆\",\n        \"gameId\": 1959,\n        \"gameOrder\": 559,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Arrival_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巴巴里海岸\",\n        \"gameId\": 1397,\n        \"gameOrder\": 562,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BarbaryCoast_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"看电影\",\n        \"gameId\": 1395,\n        \"gameOrder\": 563,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AtTheMovies_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"睡美人\",\n        \"gameId\": 643,\n        \"gameOrder\": 567,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Enchanted_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"着陆\",\n        \"gameId\": 383,\n        \"gameOrder\": 568,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Arrival_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"富裕生活\",\n        \"gameId\": 376,\n        \"gameOrder\": 570,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheGlamLife_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"看电影\",\n        \"gameId\": 368,\n        \"gameOrder\": 572,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AttheMovies_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"史前二百万年\",\n        \"gameId\": 362,\n        \"gameOrder\": 574,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/2MillionBC_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"炽热火山\",\n        \"gameId\": 3599,\n        \"gameOrder\": 580,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/HotVolcano_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"N2 真人\",\n        \"gameId\": 3794,\n        \"gameOrder\": 592,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"NLE\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Casino/Mobile/N2Casino_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Casino\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"AB 真人\",\n        \"gameId\": 3806,\n        \"gameOrder\": 593,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"ABT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Casino/Mobile/ABCasino_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Casino\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"SA 真人\",\n        \"gameId\": 3804,\n        \"gameOrder\": 594,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"SAL\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Casino/Mobile/SACasino_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Casino\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"GD 真人 (简易版)\",\n        \"gameId\": 2527,\n        \"gameOrder\": 595,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"GDL\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Casino/Mobile/GDCasino_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Casino\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"GD 真人(升级版)\",\n        \"gameId\": 3569,\n        \"gameOrder\": 596,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"GDL\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Casino/Mobile/MultigameCasinoUpgrade_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Casino\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"AG 真人\",\n        \"gameId\": 2531,\n        \"gameOrder\": 597,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"AGL\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Casino/Mobile/AGCasino_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Casino\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"tlc_SBT\",\n        \"gameId\": 0,\n        \"gameOrder\": 598,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"SBT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Sportsbook/Mobile/SBT_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Sportsbook\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"SP 体育博彩\",\n        \"gameId\": 0,\n        \"gameOrder\": 599,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"SPSB\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Sportsbook/Mobile/SPSB_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Sportsbook\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"IM 体育博彩\",\n        \"gameId\": 0,\n        \"gameOrder\": 600,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"IPSB\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Sportsbook/Mobile/IPSB_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Sportsbook\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"捕鱼王 2\",\n        \"gameId\": 2821,\n        \"gameOrder\": 601,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"AG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Fishing/Mobile/FishHunter_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Fishing\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"IM 电子竞技\",\n        \"gameId\": 0,\n        \"gameOrder\": 602,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"IPES\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Sportsbook/Mobile/IPES_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Esports\",\n        \"subCategories\": []\n    }\n]"},{"id":"5f7bc2f4-a7e1-44ad-8567-b163e5a43525","name":"stage 200 : using all filters provided","originalRequest":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"https://hkstcmsppsb.fubnb.com/zh-hans/api/android/Games/43/71"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.5"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Wed, 11 Sep 2019 07:15:28 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_category config:field.storage.node.field_demo config:field.storage.node.field_devices config:field.storage.node.field_game_tagging config:field.storage.node.field_game_type config:field.storage.node.field_multiple_images_app config:field.storage.node.field_new_game config:field.storage.node.field_order config:field.storage.node.field_under_maintenance config:field.storage.node.field_vendor config:views.view.tlc_games_api extensions http_response node:1119 node:1122 node:1131 node:1269 node:1272 node:1275 node:1277 node:1281 node:1283 node:1285 node:1287 node:1289 node:1294 node:1297 node:1305 node:1311 node:1318 node:1323 node:1338 node:1339 node:1340 node:1364 node:1365 node:1366 node:1367 node:1370 node:1384 node:1385 node:1386 node:1387 node:1388 node:1389 node:1400 node:1435 node:1436 node:1443 node:1445 node:1523 node:1954 node:2181 node:2202 node:2204 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.node_grants:view user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"gameName\": \"欢乐满屋\",\n        \"gameId\": 371,\n        \"gameOrder\": 73,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/HouseofFun_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巨钻珍宝\",\n        \"gameId\": 4169,\n        \"gameOrder\": 387,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGems_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奇怪机器\",\n        \"gameId\": 4152,\n        \"gameOrder\": 391,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheCuriousMachinePlus_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奇怪机器\",\n        \"gameId\": 4151,\n        \"gameOrder\": 392,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheCuriousMachinePlus_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机怪兽\",\n        \"gameId\": 4149,\n        \"gameOrder\": 394,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FrankenslotsMonster_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机怪兽\",\n        \"gameId\": 4147,\n        \"gameOrder\": 395,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FrankenslotsMonster_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维京时代\",\n        \"gameId\": 4143,\n        \"gameOrder\": 397,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/VikingAge_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"财富满屋\",\n        \"gameId\": 4142,\n        \"gameOrder\": 398,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TreasureRoom_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"妈妈咪啊\",\n        \"gameId\": 4141,\n        \"gameOrder\": 399,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MammaMia_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"妈妈咪啊\",\n        \"gameId\": 4140,\n        \"gameOrder\": 400,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MammaMia_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奥科莫之塔\",\n        \"gameId\": 4138,\n        \"gameOrder\": 402,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AlkemorsTower_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奥科莫之塔\",\n        \"gameId\": 4137,\n        \"gameOrder\": 403,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AlkemorsTower_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"天使老虎机\",\n        \"gameId\": 4136,\n        \"gameOrder\": 404,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotsAngels_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"富裕生活\",\n        \"gameId\": 4135,\n        \"gameOrder\": 405,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GlamLife_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞颂歌\",\n        \"gameId\": 4133,\n        \"gameOrder\": 406,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AChristmasCarolMobile_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞颂歌\",\n        \"gameId\": 4132,\n        \"gameOrder\": 407,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AChristmasCarol_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"糖果甜心\",\n        \"gameId\": 2579,\n        \"gameOrder\": 413,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SugarPop_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"神灯精灵\",\n        \"gameId\": 3246,\n        \"gameOrder\": 417,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GeniesFortune_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"发发双胞胎\",\n        \"gameId\": 3225,\n        \"gameOrder\": 418,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Fa-FaTwins_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"发发双胞胎\",\n        \"gameId\": 3224,\n        \"gameOrder\": 419,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Fa-FaTwins_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"淘金达人\",\n        \"gameId\": 3173,\n        \"gameOrder\": 422,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MoreGoldDiggin_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"淘金达人\",\n        \"gameId\": 2577,\n        \"gameOrder\": 424,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MoreGoldDigginToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父 2\",\n        \"gameId\": 3515,\n        \"gameOrder\": 426,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Slotfather2_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父 2\",\n        \"gameId\": 3514,\n        \"gameOrder\": 427,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Slotfather2_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"海底世界\",\n        \"gameId\": 2570,\n        \"gameOrder\": 430,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/UnderTheSeaToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"水果物语\",\n        \"gameId\": 2586,\n        \"gameOrder\": 432,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FruitZen_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幻影世界\",\n        \"gameId\": 2587,\n        \"gameOrder\": 434,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TrueIllusionsToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"贪婪的精灵\",\n        \"gameId\": 2559,\n        \"gameOrder\": 436,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GreedyGoblinsToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"复仇时代\",\n        \"gameId\": 2568,\n        \"gameOrder\": 439,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/RooksRevengeToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"灿烂火花\",\n        \"gameId\": 2566,\n        \"gameOrder\": 442,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BoomanjiToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"大亨\",\n        \"gameId\": 2572,\n        \"gameOrder\": 444,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TycoonsToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"拉霸之父\",\n        \"gameId\": 3288,\n        \"gameOrder\": 446,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheSlotfatherToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"拉霸之父\",\n        \"gameId\": 2562,\n        \"gameOrder\": 448,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheSlotfatherToGo_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"烽火之战\",\n        \"gameId\": 3721,\n        \"gameOrder\": 469,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FireandSteel_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"烽火之战\",\n        \"gameId\": 3720,\n        \"gameOrder\": 470,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FireandSteel_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魔术坊\",\n        \"gameId\": 3700,\n        \"gameOrder\": 472,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheMagieShoppe_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魔术坊\",\n        \"gameId\": 3699,\n        \"gameOrder\": 473,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheMagieShoppe_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"垂钓之王\",\n        \"gameId\": 3611,\n        \"gameOrder\": 478,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheAngler_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"垂钓之王\",\n        \"gameId\": 3610,\n        \"gameOrder\": 479,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheAngler_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"飞鸟\",\n        \"gameId\": 3444,\n        \"gameOrder\": 495,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Birds_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魅力四叶草\",\n        \"gameId\": 3443,\n        \"gameOrder\": 496,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/CharmsandClovers_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"可爱猫咪\",\n        \"gameId\": 3442,\n        \"gameOrder\": 497,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/KawaiiKitty_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"飞鸟\",\n        \"gameId\": 3438,\n        \"gameOrder\": 501,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Birds_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魅力四叶草\",\n        \"gameId\": 3437,\n        \"gameOrder\": 502,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/CharmsandClovers_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"可爱猫咪\",\n        \"gameId\": 3436,\n        \"gameOrder\": 503,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/KawaiiKitty_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"石油\",\n        \"gameId\": 3283,\n        \"gameOrder\": 504,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BlackGold_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"罪恶之城之夜\",\n        \"gameId\": 3228,\n        \"gameOrder\": 505,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SinCityNights_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"罪恶之城之夜\",\n        \"gameId\": 3227,\n        \"gameOrder\": 506,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SinCityNights_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维加斯周末\",\n        \"gameId\": 3175,\n        \"gameOrder\": 511,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/WeekendInVegas_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父\",\n        \"gameId\": 3174,\n        \"gameOrder\": 512,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotfatherJP_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"迷人的生活\",\n        \"gameId\": 3172,\n        \"gameOrder\": 513,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGlamLife_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幸运7\",\n        \"gameId\": 3171,\n        \"gameOrder\": 514,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Lucky7_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"伟大的88\",\n        \"gameId\": 3170,\n        \"gameOrder\": 515,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Great88_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"黑洞表面\",\n        \"gameId\": 3169,\n        \"gameOrder\": 516,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/EventHorizon_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"七重天\",\n        \"gameId\": 3168,\n        \"gameOrder\": 517,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/7thHeaven_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维加斯周末\",\n        \"gameId\": 3167,\n        \"gameOrder\": 518,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/WeekendInVegas_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父\",\n        \"gameId\": 3166,\n        \"gameOrder\": 519,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotfatherJP_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"迷人的生活\",\n        \"gameId\": 3164,\n        \"gameOrder\": 520,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGlamLife_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"伟大的88\",\n        \"gameId\": 3162,\n        \"gameOrder\": 521,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Great88_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"黑洞表面\",\n        \"gameId\": 3161,\n        \"gameOrder\": 522,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/EventHorizon_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"七重天\",\n        \"gameId\": 3160,\n        \"gameOrder\": 523,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/7thHeaven_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"龙族传说\",\n        \"gameId\": 2799,\n        \"gameOrder\": 534,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/4Season_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"来自星星的它\",\n        \"gameId\": 2584,\n        \"gameOrder\": 544,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/ItCameFromVenus_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"木偶匹诺曹\",\n        \"gameId\": 2580,\n        \"gameOrder\": 545,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Pinocchio_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"小狗情缘\",\n        \"gameId\": 2575,\n        \"gameOrder\": 546,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/PuppyLoveToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"正义警长\",\n        \"gameId\": 2574,\n        \"gameOrder\": 547,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheTrueSheriffToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"消失的宝藏\",\n        \"gameId\": 2573,\n        \"gameOrder\": 548,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/LostToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幸运7\",\n        \"gameId\": 2569,\n        \"gameOrder\": 549,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Lucky7ToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"床下的秘密\",\n        \"gameId\": 2567,\n        \"gameOrder\": 550,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/UnderTheBedToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维京时代\",\n        \"gameId\": 2002,\n        \"gameOrder\": 551,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/VikingAge_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"财富满屋\",\n        \"gameId\": 1997,\n        \"gameOrder\": 552,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TreasureRoom_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"跳跳辣椒\",\n        \"gameId\": 1983,\n        \"gameOrder\": 555,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/PacoandthePoppingPeppers_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"睡美人\",\n        \"gameId\": 1966,\n        \"gameOrder\": 556,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Enchanted_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巴巴里海岸\",\n        \"gameId\": 1963,\n        \"gameOrder\": 557,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BarbaryCoast_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"着陆\",\n        \"gameId\": 1959,\n        \"gameOrder\": 559,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Arrival_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巴巴里海岸\",\n        \"gameId\": 1397,\n        \"gameOrder\": 562,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BarbaryCoast_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"看电影\",\n        \"gameId\": 1395,\n        \"gameOrder\": 563,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AtTheMovies_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"睡美人\",\n        \"gameId\": 643,\n        \"gameOrder\": 567,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Enchanted_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"着陆\",\n        \"gameId\": 383,\n        \"gameOrder\": 568,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Arrival_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"富裕生活\",\n        \"gameId\": 376,\n        \"gameOrder\": 570,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheGlamLife_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"看电影\",\n        \"gameId\": 368,\n        \"gameOrder\": 572,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AttheMovies_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"史前二百万年\",\n        \"gameId\": 362,\n        \"gameOrder\": 574,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/2MillionBC_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    }\n]"},{"id":"c8713315-aec3-4453-a447-ad5496887351","name":"stage 200 : filter by game category id, device = android","originalRequest":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"https://hkstcmsppsb.fubnb.com/zh-hans/api/android/Games/43"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.5"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Wed, 11 Sep 2019 07:16:41 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_category config:field.storage.node.field_demo config:field.storage.node.field_devices config:field.storage.node.field_game_tagging config:field.storage.node.field_game_type config:field.storage.node.field_multiple_images_app config:field.storage.node.field_new_game config:field.storage.node.field_order config:field.storage.node.field_under_maintenance config:field.storage.node.field_vendor config:views.view.tlc_games_api extensions http_response node:1116 node:1117 node:1118 node:1119 node:1120 node:1121 node:1122 node:1124 node:1125 node:1126 node:1127 node:1128 node:1129 node:1130 node:1131 node:1132 node:1133 node:1134 node:1135 node:1136 node:1137 node:1138 node:1139 node:1140 node:1141 node:1142 node:1143 node:1144 node:1145 node:1146 node:1147 node:1148 node:1149 node:1150 node:1151 node:1152 node:1153 node:1154 node:1155 node:1156 node:1157 node:1158 node:1159 node:1160 node:1161 node:1162 node:1163 node:1164 node:1165 node:1166 node:1167 node:1168 node:1169 node:1170 node:1171 node:1172 node:1173 node:1174 node:1175 node:1176 node:1177 node:1178 node:1179 node:1180 node:1181 node:1182 node:1183 node:1184 node:1185 node:1186 node:1187 node:1188 node:1189 node:1190 node:1191 node:1192 node:1193 node:1194 node:1195 node:1196 node:1197 node:1198 node:1199 node:1200 node:1201 node:1202 node:1203 node:1204 node:1205 node:1206 node:1207 node:1208 node:1209 node:1210 node:1211 node:1212 node:1213 node:1214 node:1215 node:1216 node:1217 node:1218 node:1219 node:1220 node:1221 node:1222 node:1223 node:1224 node:1225 node:1226 node:1227 node:1228 node:1229 node:1230 node:1231 node:1232 node:1233 node:1234 node:1235 node:1236 node:1237 node:1238 node:1239 node:1240 node:1241 node:1242 node:1243 node:1244 node:1245 node:1246 node:1247 node:1248 node:1249 node:1250 node:1251 node:1252 node:1253 node:1254 node:1255 node:1256 node:1257 node:1258 node:1259 node:1260 node:1261 node:1262 node:1263 node:1264 node:1265 node:1266 node:1269 node:1270 node:1272 node:1273 node:1275 node:1277 node:1278 node:1279 node:1281 node:1283 node:1284 node:1285 node:1287 node:1289 node:1291 node:1294 node:1295 node:1297 node:1299 node:1300 node:1302 node:1303 node:1305 node:1306 node:1307 node:1308 node:1309 node:1311 node:1313 node:1314 node:1315 node:1316 node:1318 node:1320 node:1321 node:1323 node:1325 node:1326 node:1327 node:1328 node:1329 node:1330 node:1331 node:1338 node:1339 node:1340 node:1341 node:1342 node:1343 node:1344 node:1345 node:1346 node:1347 node:1348 node:1349 node:1350 node:1351 node:1352 node:1353 node:1354 node:1355 node:1356 node:1357 node:1358 node:1364 node:1365 node:1366 node:1367 node:1368 node:1370 node:1372 node:1373 node:1374 node:1375 node:1376 node:1377 node:1384 node:1385 node:1386 node:1387 node:1388 node:1389 node:1396 node:1397 node:1398 node:1399 node:1400 node:1402 node:1403 node:1404 node:1405 node:1406 node:1407 node:1408 node:1409 node:1410 node:1411 node:1412 node:1413 node:1414 node:1415 node:1416 node:1417 node:1418 node:1419 node:1420 node:1421 node:1422 node:1423 node:1424 node:1425 node:1426 node:1427 node:1428 node:1429 node:1430 node:1431 node:1432 node:1433 node:1435 node:1436 node:1441 node:1442 node:1443 node:1445 node:1446 node:1447 node:1448 node:1449 node:1450 node:1451 node:1452 node:1453 node:1454 node:1455 node:1456 node:1457 node:1458 node:1459 node:1460 node:1461 node:1462 node:1463 node:1464 node:1465 node:1466 node:1467 node:1468 node:1469 node:1470 node:1471 node:1472 node:1473 node:1474 node:1475 node:1476 node:1477 node:1478 node:1479 node:1480 node:1481 node:1482 node:1483 node:1484 node:1485 node:1486 node:1487 node:1488 node:1489 node:1490 node:1491 node:1492 node:1493 node:1494 node:1495 node:1496 node:1497 node:1498 node:1499 node:1500 node:1501 node:1502 node:1503 node:1504 node:1505 node:1506 node:1507 node:1508 node:1509 node:1510 node:1511 node:1512 node:1513 node:1514 node:1515 node:1516 node:1517 node:1518 node:1519 node:1520 node:1521 node:1522 node:1523 node:1524 node:1525 node:1526 node:1527 node:1648 node:1954 node:2041 node:2181 node:2202 node:2204 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.node_grants:view user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"gameName\": \"财神到\",\n        \"gameId\": 3007,\n        \"gameOrder\": 32,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/GodofWealth_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"超级 6\",\n        \"gameId\": 3024,\n        \"gameOrder\": 33,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Super6_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"古希臘英雄\",\n        \"gameId\": 2995,\n        \"gameOrder\": 34,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Achilles_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"古代战士\",\n        \"gameId\": 3001,\n        \"gameOrder\": 35,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Zhanshi_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"德州大亨\",\n        \"gameId\": 3005,\n        \"gameOrder\": 37,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TexanTycoon_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"缤纷圣诞\",\n        \"gameId\": 3026,\n        \"gameOrder\": 42,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TheNiceList_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"阿拉丁的愿望\",\n        \"gameId\": 2999,\n        \"gameOrder\": 43,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/AladdinsWishes_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"人鱼女王\",\n        \"gameId\": 3020,\n        \"gameOrder\": 44,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/MermaidQueen_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"龙卷风\",\n        \"gameId\": 3013,\n        \"gameOrder\": 45,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TripleTwister_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"凯撒帝国\",\n        \"gameId\": 2997,\n        \"gameOrder\": 47,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/CaesarsEmpire_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"三國之赤壁之戰\",\n        \"gameId\": 3603,\n        \"gameOrder\": 56,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"TG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10-game-images/Slot/TG/3KingdomsBattleofRedCliffs_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魔幻猫熊\",\n        \"gameId\": 3365,\n        \"gameOrder\": 59,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/PandaMagic_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"金矿探索\",\n        \"gameId\": 3362,\n        \"gameOrder\": 60,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Paydirt_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"爵士音乐家\",\n        \"gameId\": 3350,\n        \"gameOrder\": 61,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TheBigBopper_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞凤骚女\",\n        \"gameId\": 3025,\n        \"gameOrder\": 63,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TheNaughtyList_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"模特梦\",\n        \"gameId\": 3017,\n        \"gameOrder\": 64,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/HighFashion_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"农村人家\",\n        \"gameId\": 3016,\n        \"gameOrder\": 65,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Henhouse_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"永恒的爱\",\n        \"gameId\": 3015,\n        \"gameOrder\": 66,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/EternalLove_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"深海遨游\",\n        \"gameId\": 3009,\n        \"gameOrder\": 67,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/CrystalWaters_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"恶棍郊狼\",\n        \"gameId\": 3004,\n        \"gameOrder\": 68,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/CoyoteCash_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幸运 6\",\n        \"gameId\": 3003,\n        \"gameOrder\": 69,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Lucky6_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"海狸伐木先生\",\n        \"gameId\": 2998,\n        \"gameOrder\": 70,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/BuilderBeaver_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"女巫温妮\",\n        \"gameId\": 2996,\n        \"gameOrder\": 71,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/BubbleBubble_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"警匪追逐\",\n        \"gameId\": 2994,\n        \"gameOrder\": 72,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/CashBandits_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"欢乐满屋\",\n        \"gameId\": 371,\n        \"gameOrder\": 73,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/HouseofFun_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"招财福猪\",\n        \"gameId\": 4416,\n        \"gameOrder\": 73,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"TG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10-game-images/Slot/TG/GoldenPig_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"野狼黄金\",\n        \"gameId\": 3602,\n        \"gameOrder\": 77,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"TG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10-game-images/Slot/TG/WolfGold_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"水晶派对\",\n        \"gameId\": 4375,\n        \"gameOrder\": 83,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/CrystalCrush_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 273,\n                \"GameSubCatCode\": \"Arcade\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"鲨鱼总动员\",\n        \"gameId\": 4374,\n        \"gameOrder\": 84,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/Shark_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"闪亮之屋\",\n        \"gameId\": 2636,\n        \"gameOrder\": 85,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/DeckTheHalls_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"快乐假期\",\n        \"gameId\": 1760,\n        \"gameOrder\": 86,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/HappyHoliday_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞狗狗\",\n        \"gameId\": 1759,\n        \"gameOrder\": 87,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/SantaPaws_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"大魔术师\",\n        \"gameId\": 4174,\n        \"gameOrder\": 133,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"DTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/DTG/Magician_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"禁酒\",\n        \"gameId\": 4154,\n        \"gameOrder\": 135,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Temperance_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"招财进宝\",\n        \"gameId\": 3320,\n        \"gameOrder\": 141,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/ZhaoCaiJinBao_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"公路王国\",\n        \"gameId\": 3430,\n        \"gameOrder\": 142,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/HighwayKings_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"年年有余\",\n        \"gameId\": 3324,\n        \"gameOrder\": 143,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/NianNianYouYu_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"湛蓝深海\",\n        \"gameId\": 3318,\n        \"gameOrder\": 147,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/GreatBlue_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"熊之舞\",\n        \"gameId\": 3322,\n        \"gameOrder\": 148,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/BonusBears_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"美式赛车\",\n        \"gameId\": 2617,\n        \"gameOrder\": 160,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/5ReelDrive_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"足球明星\",\n        \"gameId\": 2638,\n        \"gameOrder\": 163,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/FootballStar_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"沙滩宝贝\",\n        \"gameId\": 2625,\n        \"gameOrder\": 164,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/BeachBabes_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"终极足球\",\n        \"gameId\": 3607,\n        \"gameOrder\": 197,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FootballRules_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"汪旺财\",\n        \"gameId\": 3822,\n        \"gameOrder\": 230,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"SPG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/SPG/WowProsperity_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"诙谐财富\",\n        \"gameId\": 3608,\n        \"gameOrder\": 253,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FortunesofTheFox_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"白雪经典童话\",\n        \"gameId\": 3606,\n        \"gameOrder\": 254,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FairestofThemAll_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞奇迹\",\n        \"gameId\": 3345,\n        \"gameOrder\": 281,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/SantaSurprise_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"樱桃之恋\",\n        \"gameId\": 3344,\n        \"gameOrder\": 282,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/CherryLove_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"艺伎故事\",\n        \"gameId\": 3343,\n        \"gameOrder\": 283,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/GeishaStory_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"埃斯梅拉达\",\n        \"gameId\": 3339,\n        \"gameOrder\": 284,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/Esmeralda_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"豪华的开心假期\",\n        \"gameId\": 3338,\n        \"gameOrder\": 285,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/VacationStation_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"沉默的武士\",\n        \"gameId\": 3337,\n        \"gameOrder\": 286,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/SilentSamurai_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"甜蜜派对\",\n        \"gameId\": 3335,\n        \"gameOrder\": 287,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/SweetParty_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"白狮王\",\n        \"gameId\": 3333,\n        \"gameOrder\": 288,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/WhiteKing_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"北极宝藏\",\n        \"gameId\": 3332,\n        \"gameOrder\": 289,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/ArcticTreasure_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"满月财富\",\n        \"gameId\": 3331,\n        \"gameOrder\": 290,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FullMoonFortune_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"趣味水果\",\n        \"gameId\": 3330,\n        \"gameOrder\": 291,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FunkyFruits_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"赌徒\",\n        \"gameId\": 3329,\n        \"gameOrder\": 292,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/WildGambler_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"惊喜复活节\",\n        \"gameId\": 3328,\n        \"gameOrder\": 293,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/EasterSurprise_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"泰国天堂\",\n        \"gameId\": 3327,\n        \"gameOrder\": 294,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/ThaiParadise_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"宝物箱中寻\",\n        \"gameId\": 3325,\n        \"gameOrder\": 295,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/ChestsOfPlenty_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"万圣节财务\",\n        \"gameId\": 3321,\n        \"gameOrder\": 296,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/HalloweenFortune_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"猫女王\",\n        \"gameId\": 3319,\n        \"gameOrder\": 297,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/CatQueen_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"MGS老虎机(安卓下载版)\",\n        \"gameId\": 2677,\n        \"gameOrder\": 339,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MGSSlotDownload_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"阿丽亚娜\",\n        \"gameId\": 2675,\n        \"gameOrder\": 340,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Ariana_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"浪漫法国\",\n        \"gameId\": 2669,\n        \"gameOrder\": 341,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Voila_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"尼罗河宝藏\",\n        \"gameId\": 2667,\n        \"gameOrder\": 342,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/TreasureNile_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"古墓丽影\",\n        \"gameId\": 2666,\n        \"gameOrder\": 343,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/TombRaider_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"疯狂大冒险\",\n        \"gameId\": 2661,\n        \"gameOrder\": 344,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/TheGrandJourney_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"诸神之战\",\n        \"gameId\": 2658,\n        \"gameOrder\": 345,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/StashoftheTitans_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"灰狼之夜\",\n        \"gameId\": 2655,\n        \"gameOrder\": 346,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/SilverFang_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"神秘之梦\",\n        \"gameId\": 2652,\n        \"gameOrder\": 347,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MysticDreams_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"百万钞票\",\n        \"gameId\": 2650,\n        \"gameOrder\": 348,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MegaMoolah_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"玛雅公主\",\n        \"gameId\": 2649,\n        \"gameOrder\": 349,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MayanPrincess_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"军队大富翁\",\n        \"gameId\": 2648,\n        \"gameOrder\": 350,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MajorMillions_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"瘋帽子先生\",\n        \"gameId\": 2647,\n        \"gameOrder\": 351,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MadHatters_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"黑帮老大\",\n        \"gameId\": 2646,\n        \"gameOrder\": 352,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Loaded_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"狮子王\",\n        \"gameId\": 2645,\n        \"gameOrder\": 353,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/LionsPride_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"加德滿都\",\n        \"gameId\": 2643,\n        \"gameOrder\": 354,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Kathmandu_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"伊斯女王\",\n        \"gameId\": 2642,\n        \"gameOrder\": 355,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Isis_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"杀手\",\n        \"gameId\": 2641,\n        \"gameOrder\": 356,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Hitman_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"金钱帝国\",\n        \"gameId\": 2640,\n        \"gameOrder\": 357,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/HighSociety_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"万圣狂欢夜\",\n        \"gameId\": 2639,\n        \"gameOrder\": 358,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Halloweenies_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"鹰翼行动\",\n        \"gameId\": 2637,\n        \"gameOrder\": 359,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/EaglesWings_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"沙发土豆\",\n        \"gameId\": 2635,\n        \"gameOrder\": 360,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/CouchPotato_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"无限现金\",\n        \"gameId\": 2632,\n        \"gameOrder\": 361,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/CashSplash_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"非洲大草原\",\n        \"gameId\": 2630,\n        \"gameOrder\": 362,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/BushTelegraph_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"美国梦\",\n        \"gameId\": 2624,\n        \"gameOrder\": 363,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/BarsandStripes_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"航海时代\",\n        \"gameId\": 2620,\n        \"gameOrder\": 364,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/AgeofDiscovery_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"丛林探险\",\n        \"gameId\": 2619,\n        \"gameOrder\": 365,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/AdventurePalace_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"罗宾\",\n        \"gameId\": 2618,\n        \"gameOrder\": 366,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Robyn_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巨钻珍宝\",\n        \"gameId\": 4169,\n        \"gameOrder\": 387,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGems_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奇怪机器\",\n        \"gameId\": 4152,\n        \"gameOrder\": 391,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheCuriousMachinePlus_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奇怪机器\",\n        \"gameId\": 4151,\n        \"gameOrder\": 392,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheCuriousMachinePlus_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机怪兽\",\n        \"gameId\": 4149,\n        \"gameOrder\": 394,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FrankenslotsMonster_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机怪兽\",\n        \"gameId\": 4147,\n        \"gameOrder\": 395,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FrankenslotsMonster_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维京时代\",\n        \"gameId\": 4143,\n        \"gameOrder\": 397,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/VikingAge_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"财富满屋\",\n        \"gameId\": 4142,\n        \"gameOrder\": 398,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TreasureRoom_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"妈妈咪啊\",\n        \"gameId\": 4141,\n        \"gameOrder\": 399,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MammaMia_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"妈妈咪啊\",\n        \"gameId\": 4140,\n        \"gameOrder\": 400,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MammaMia_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奥科莫之塔\",\n        \"gameId\": 4138,\n        \"gameOrder\": 402,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AlkemorsTower_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奥科莫之塔\",\n        \"gameId\": 4137,\n        \"gameOrder\": 403,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AlkemorsTower_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"天使老虎机\",\n        \"gameId\": 4136,\n        \"gameOrder\": 404,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotsAngels_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"富裕生活\",\n        \"gameId\": 4135,\n        \"gameOrder\": 405,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GlamLife_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞颂歌\",\n        \"gameId\": 4133,\n        \"gameOrder\": 406,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AChristmasCarolMobile_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞颂歌\",\n        \"gameId\": 4132,\n        \"gameOrder\": 407,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AChristmasCarol_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"糖果甜心\",\n        \"gameId\": 2579,\n        \"gameOrder\": 413,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SugarPop_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"神灯精灵\",\n        \"gameId\": 3246,\n        \"gameOrder\": 417,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GeniesFortune_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"发发双胞胎\",\n        \"gameId\": 3225,\n        \"gameOrder\": 418,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Fa-FaTwins_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"发发双胞胎\",\n        \"gameId\": 3224,\n        \"gameOrder\": 419,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Fa-FaTwins_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"淘金达人\",\n        \"gameId\": 3173,\n        \"gameOrder\": 422,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MoreGoldDiggin_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"淘金达人\",\n        \"gameId\": 2577,\n        \"gameOrder\": 424,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MoreGoldDigginToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父 2\",\n        \"gameId\": 3515,\n        \"gameOrder\": 426,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Slotfather2_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父 2\",\n        \"gameId\": 3514,\n        \"gameOrder\": 427,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Slotfather2_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"海底世界\",\n        \"gameId\": 2570,\n        \"gameOrder\": 430,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/UnderTheSeaToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"水果物语\",\n        \"gameId\": 2586,\n        \"gameOrder\": 432,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FruitZen_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幻影世界\",\n        \"gameId\": 2587,\n        \"gameOrder\": 434,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TrueIllusionsToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"贪婪的精灵\",\n        \"gameId\": 2559,\n        \"gameOrder\": 436,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GreedyGoblinsToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"复仇时代\",\n        \"gameId\": 2568,\n        \"gameOrder\": 439,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/RooksRevengeToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"灿烂火花\",\n        \"gameId\": 2566,\n        \"gameOrder\": 442,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BoomanjiToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"大亨\",\n        \"gameId\": 2572,\n        \"gameOrder\": 444,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TycoonsToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"拉霸之父\",\n        \"gameId\": 3288,\n        \"gameOrder\": 446,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheSlotfatherToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"拉霸之父\",\n        \"gameId\": 2562,\n        \"gameOrder\": 448,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheSlotfatherToGo_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"烽火之战\",\n        \"gameId\": 3721,\n        \"gameOrder\": 469,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FireandSteel_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"烽火之战\",\n        \"gameId\": 3720,\n        \"gameOrder\": 470,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FireandSteel_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魔术坊\",\n        \"gameId\": 3700,\n        \"gameOrder\": 472,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheMagieShoppe_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魔术坊\",\n        \"gameId\": 3699,\n        \"gameOrder\": 473,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheMagieShoppe_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"垂钓之王\",\n        \"gameId\": 3611,\n        \"gameOrder\": 478,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheAngler_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"垂钓之王\",\n        \"gameId\": 3610,\n        \"gameOrder\": 479,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheAngler_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"时间扭曲护卫者\",\n        \"gameId\": 3601,\n        \"gameOrder\": 481,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/TimeWrapGuardian_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"樱桃炸弹升级版\",\n        \"gameId\": 3600,\n        \"gameOrder\": 482,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/CherryBombDeluxe_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"飞鸟\",\n        \"gameId\": 3444,\n        \"gameOrder\": 495,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Birds_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魅力四叶草\",\n        \"gameId\": 3443,\n        \"gameOrder\": 496,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/CharmsandClovers_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"可爱猫咪\",\n        \"gameId\": 3442,\n        \"gameOrder\": 497,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/KawaiiKitty_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"飞鸟\",\n        \"gameId\": 3438,\n        \"gameOrder\": 501,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Birds_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魅力四叶草\",\n        \"gameId\": 3437,\n        \"gameOrder\": 502,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/CharmsandClovers_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"可爱猫咪\",\n        \"gameId\": 3436,\n        \"gameOrder\": 503,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/KawaiiKitty_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"石油\",\n        \"gameId\": 3283,\n        \"gameOrder\": 504,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BlackGold_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"罪恶之城之夜\",\n        \"gameId\": 3228,\n        \"gameOrder\": 505,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SinCityNights_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"罪恶之城之夜\",\n        \"gameId\": 3227,\n        \"gameOrder\": 506,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SinCityNights_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维加斯周末\",\n        \"gameId\": 3175,\n        \"gameOrder\": 511,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/WeekendInVegas_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父\",\n        \"gameId\": 3174,\n        \"gameOrder\": 512,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotfatherJP_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"迷人的生活\",\n        \"gameId\": 3172,\n        \"gameOrder\": 513,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGlamLife_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幸运7\",\n        \"gameId\": 3171,\n        \"gameOrder\": 514,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Lucky7_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"伟大的88\",\n        \"gameId\": 3170,\n        \"gameOrder\": 515,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Great88_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"黑洞表面\",\n        \"gameId\": 3169,\n        \"gameOrder\": 516,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/EventHorizon_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"七重天\",\n        \"gameId\": 3168,\n        \"gameOrder\": 517,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/7thHeaven_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维加斯周末\",\n        \"gameId\": 3167,\n        \"gameOrder\": 518,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/WeekendInVegas_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父\",\n        \"gameId\": 3166,\n        \"gameOrder\": 519,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotfatherJP_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"迷人的生活\",\n        \"gameId\": 3164,\n        \"gameOrder\": 520,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGlamLife_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"伟大的88\",\n        \"gameId\": 3162,\n        \"gameOrder\": 521,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Great88_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"黑洞表面\",\n        \"gameId\": 3161,\n        \"gameOrder\": 522,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/EventHorizon_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"七重天\",\n        \"gameId\": 3160,\n        \"gameOrder\": 523,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/7thHeaven_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"龙族传说\",\n        \"gameId\": 2799,\n        \"gameOrder\": 534,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/4Season_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"来自星星的它\",\n        \"gameId\": 2584,\n        \"gameOrder\": 544,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/ItCameFromVenus_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"木偶匹诺曹\",\n        \"gameId\": 2580,\n        \"gameOrder\": 545,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Pinocchio_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"小狗情缘\",\n        \"gameId\": 2575,\n        \"gameOrder\": 546,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/PuppyLoveToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"正义警长\",\n        \"gameId\": 2574,\n        \"gameOrder\": 547,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheTrueSheriffToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"消失的宝藏\",\n        \"gameId\": 2573,\n        \"gameOrder\": 548,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/LostToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幸运7\",\n        \"gameId\": 2569,\n        \"gameOrder\": 549,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Lucky7ToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"床下的秘密\",\n        \"gameId\": 2567,\n        \"gameOrder\": 550,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/UnderTheBedToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维京时代\",\n        \"gameId\": 2002,\n        \"gameOrder\": 551,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/VikingAge_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"财富满屋\",\n        \"gameId\": 1997,\n        \"gameOrder\": 552,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TreasureRoom_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"跳跳辣椒\",\n        \"gameId\": 1983,\n        \"gameOrder\": 555,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/PacoandthePoppingPeppers_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"睡美人\",\n        \"gameId\": 1966,\n        \"gameOrder\": 556,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Enchanted_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巴巴里海岸\",\n        \"gameId\": 1963,\n        \"gameOrder\": 557,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BarbaryCoast_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"着陆\",\n        \"gameId\": 1959,\n        \"gameOrder\": 559,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Arrival_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巴巴里海岸\",\n        \"gameId\": 1397,\n        \"gameOrder\": 562,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BarbaryCoast_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"看电影\",\n        \"gameId\": 1395,\n        \"gameOrder\": 563,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AtTheMovies_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"睡美人\",\n        \"gameId\": 643,\n        \"gameOrder\": 567,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Enchanted_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"着陆\",\n        \"gameId\": 383,\n        \"gameOrder\": 568,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Arrival_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"富裕生活\",\n        \"gameId\": 376,\n        \"gameOrder\": 570,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheGlamLife_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"看电影\",\n        \"gameId\": 368,\n        \"gameOrder\": 572,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AttheMovies_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"史前二百万年\",\n        \"gameId\": 362,\n        \"gameOrder\": 574,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/2MillionBC_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"炽热火山\",\n        \"gameId\": 3599,\n        \"gameOrder\": 580,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/HotVolcano_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            }\n        ]\n    }\n]"}],"_postman_id":"5b01dfec-4baf-43a1-9a94-7fc6dd50aaf3"},{"name":"Get Games Android","event":[{"listen":"test","script":{"id":"e276c380-c5a7-4b70-bdb4-81fa0816ee54","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var schema = {","    \"type\": \"array\",","    \"items\": [{","        \"type\": \"object\",","        \"required\": [\"gameName\",\"gameId\",\"gameOrder\",\"deviceType\",\"gameProvider\",\"gameImageUrl\",\"isNewGame\",\"isMaintenance\",\"hasDemo\",\"gameCatCode\",\"gameCode\",\"createdDate\",\"recommendGame\",\"cmsGameCode\",\"subCategories\"],","        \"properties\": {","            \"gameName\": {\"type\": \"string\"},","            \"gameId\": {\"type\": \"integer\"},","            \"gameOrder\": {\"type\": \"integer\"},","            \"deviceType\": {\"type\": \"string\"},","            \"gameProvider\": {\"type\": \"string\"},","            \"gameImageUrl\": {\"type\": \"string\"},","            \"isNewGame\": {\"type\": \"boolean\"},","            \"isMaintenance\": {\"type\": \"boolean\"},","            \"hasDemo\": {\"type\": \"boolean\"},","            \"gameCatCode\": {\"type\": \"string\"},","            \"gameCode\": {\"type\": \"string\"},","            \"createdDate\": {\"type\": \"string\"},","            \"recommendGame\": {\"type\": \"boolean\"},","            \"cmsGameCode\": {\"type\": \"string\"},","            \"subCategories\": {","                \"type\": \"array\",","                \"items\": {}","            }","        }","    }]","};","","pm.test(\"Valid data and object check\", function(){","   pm.expect(jsonData).to.be.not.empty;","   pm.response.to.have.jsonSchema(schema);","})","","try {","    var objs = jsonData;","    var keysToCheck = schema[\"items\"][0][\"required\"];","    var ignoredKeys = ['subCategories'];","    var subCatKeysToCheck = ['GameSubCatID','GameSubCatCode'];","    var numberKeys = ['gameId','gameOrder','GameSubCatID'];","    var booleanKeys = ['isNewGame','isMaintenance','hasDemo','recommendGame'];","","    objs.forEach(function(obj){","        pm.test('Check all keys', function(){","            pm.expect(obj).to.have.all.keys(keysToCheck);","        });","","        keysToCheck.forEach(function(key){","            if(ignoredKeys.indexOf(key) > -1){","                return;","            }","            ","            if(numberKeys.indexOf(key) == -1 && booleanKeys.indexOf(key) == -1){","                pm.test(`Check key not empty - ${key}`, function(){","                    pm.expect(obj[key]).to.be.not.empty;","                }); ","            }else{","                if(booleanKeys.indexOf(key) == -1){","                    pm.test(`Check key should be number - ${key}`, function(){","                        pm.expect(obj[key]).to.be.a('number');","                    });","                }else{","                    pm.test(`Check key should be boolean - ${key}`, function(){","                        pm.expect(obj[key]).to.be.a('boolean');","                    });","                }","            }","        });","","        pm.sendRequest(obj.gameImageUrl, function (err, res){","            if (err) { console.log(err); }","            pm.test(obj.gameImageUrl  + ' image is ok', function(){","                pm.expect(err).to.equal(null);","                pm.expect(res).to.have.property('code', 200);","                pm.expect(res).to.have.property('status', 'OK');","                var sizeOK = res.responseSize > 50 ? true : false;","                pm.expect(sizeOK).to.be.true;","            });","        });","","        obj.subCategories.forEach(function(subcat) {","            pm.test('Check all keys', function(){","                pm.expect(subcat).to.have.all.keys(subCatKeysToCheck);","            });","","            subCatKeysToCheck.forEach(function(key) {","                if (numberKeys.indexOf(key) == -1) {","                    pm.test(`Check key not empty - ${key}`, function(){","                        pm.expect(subcat[key]).to.be.not.empty;","                    }); ","                } else {","                    pm.test(`Check subcat should be number - ${subcat[key]}`, function() {","                        pm.expect(subcat[key]).to.be.a('number');","                    });","                }","            });","        });","    })","} catch (e) {","    console.log(e);","}","","","var gamesData = pm.environment.get('gamesData');","if(!gamesData){","  gamesData = {};","}else{","  gamesData = JSON.parse(gamesData);","}","var gameCategoryID = pm.environment.get('game_category_id');","var gameCategoryIDsForGames = pm.environment.get('gameCategoryIDsForGames');","if(!gameCategoryIDsForGames){","  gameCategoryIDsForGames = [];","}","var games = gamesData[gameCategoryID];","if(!games){","  games = [];","}","games = games.slice(1);","gamesData[gameCategoryID] = games;","pm.environment.set('gamesData', JSON.stringify(gamesData));","if( games.length == 0 ){","  gameCategoryIDsForGames = gameCategoryIDsForGames.slice(1);","  pm.environment.set('gameCategoryIDsForGames',gameCategoryIDsForGames);","}","if ( gameCategoryIDsForGames.length > 0 ){``","  postman.setNextRequest('Get Games Desktop');","}else{","  pm.environment.set('gamesData', pm.environment.get('gamesDataBKP'));","  pm.environment.set('gameCategoryIDsForGames', pm.environment.get('gameCategoryIDsForGamesBKP'));","}"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"93aa95b5-226a-4a1c-b0c7-0a53da28a3dd","exec":["var gamesData = pm.environment.get('gamesData');","if(!gamesData){","    gamesData = {};","}else{","    gamesData = JSON.parse(gamesData);","}","var gameCategoryIDsForGames = pm.environment.get('gameCategoryIDsForGames');","if(!gameCategoryIDsForGames){","    gameCategoryIDsForGames = [\"43\"];","}","if(gameCategoryIDsForGames.length == 0){","    gameCategoryIDsForGames = [\"43\"];","}","var games = gamesData[gameCategoryIDsForGames[0]];","if(!games){","    games = [\"71\"];","}","if(games.length == 0){","    games = [\"71\"];","}","","pm.environment.set('game_category_id', gameCategoryIDsForGames[0]);","pm.environment.set('game_provider_id', games[0]);","","",""],"type":"text/javascript"}}],"id":"151e5ed6-afd0-4659-9e6e-4d53d6fd6165","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"{{url}}/{{lang}}/api/android/Games/{{game_category_id}}/{{game_provider_id}}","description":"<ul>\n<li>This API is used to get <strong>All Games List</strong> which contains:<ul>\n<li>gameName (Title of the game)</li>\n<li>gameId (Game ID)</li>\n<li>gameOrder (Game order number)</li>\n<li>deviceType (Device)</li>\n<li>subCategories (Game Sub Category):<ul>\n<li>GameSubCatID (Game Sub Category Id)</li>\n<li>GameSubCatCode (Game Sub Category Code)</li>\n</ul>\n</li>\n<li>gameProvider (Game Provider name)</li>\n<li>gameImageUrl (Full path of image url)</li>\n<li>isNewGame (Boolean to indicate the game is new or old)</li>\n<li>isMaintenance (Boolean to indicate the game is under maintenance or not)</li>\n<li>hasDemo (Boolean to indicate the game has a demo version or not)</li>\n<li>gameCatCode (Game Category Code)</li>\n</ul>\n</li>\n<li>The structure of this API is :<ul>\n<li><strong>[base_path]</strong>/<strong>[language]</strong>/api/<strong>[device]</strong>/Games/<strong>[game_category_id]</strong>/<strong>[game_provider_id]</strong></li>\n</ul>\n</li>\n<li>Or if you dont need the vendor:<ul>\n<li><strong>[base_path]</strong>/<strong>[language]</strong>/api/<strong>[device]</strong>/Games/<strong>[game_category_id]</strong></li>\n</ul>\n</li>\n</ul>\n<ul>\n<li>Or if you want to retrieve all of the Games :<ul>\n<li><strong>[base_path]</strong>/<strong>[language]</strong>/api/<strong>[device]</strong>/Games</li>\n</ul>\n</li>\n<li>devices for filter format:<ul>\n<li>IOS app : <strong>ios</strong></li>\n<li>Android app : <strong>android</strong></li>\n<li>Mobile Web : <strong>mobile-web</strong></li>\n<li>Desktop : <strong>desktop</strong></li>\n</ul>\n</li>\n<li>Put the token provided into the header section</li>\n<li>The language code :<ul>\n<li>Chinese : zh-hans</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{lang}}","api","android","Games","{{game_category_id}}","{{game_provider_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"54959876-f8b3-4b66-bf7a-b75f9352a0ae","name":"stage 200 : all game list with device = android","originalRequest":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"https://hkstcmsppsb.fubnb.com/zh-hans/api/android/Games"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.5"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Wed, 11 Sep 2019 07:17:45 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_category config:field.storage.node.field_demo config:field.storage.node.field_devices config:field.storage.node.field_game_tagging config:field.storage.node.field_game_type config:field.storage.node.field_multiple_images_app config:field.storage.node.field_new_game config:field.storage.node.field_order config:field.storage.node.field_under_maintenance config:field.storage.node.field_vendor config:views.view.tlc_games_api extensions http_response node:1116 node:1117 node:1118 node:1119 node:1120 node:1121 node:1122 node:1124 node:1125 node:1126 node:1127 node:1128 node:1129 node:1130 node:1131 node:1132 node:1133 node:1134 node:1135 node:1136 node:1137 node:1138 node:1139 node:1140 node:1141 node:1142 node:1143 node:1144 node:1145 node:1146 node:1147 node:1148 node:1149 node:1150 node:1151 node:1152 node:1153 node:1154 node:1155 node:1156 node:1157 node:1158 node:1159 node:1160 node:1161 node:1162 node:1163 node:1164 node:1165 node:1166 node:1167 node:1168 node:1169 node:1170 node:1171 node:1172 node:1173 node:1174 node:1175 node:1176 node:1177 node:1178 node:1179 node:1180 node:1181 node:1182 node:1183 node:1184 node:1185 node:1186 node:1187 node:1188 node:1189 node:1190 node:1191 node:1192 node:1193 node:1194 node:1195 node:1196 node:1197 node:1198 node:1199 node:1200 node:1201 node:1202 node:1203 node:1204 node:1205 node:1206 node:1207 node:1208 node:1209 node:1210 node:1211 node:1212 node:1213 node:1214 node:1215 node:1216 node:1217 node:1218 node:1219 node:1220 node:1221 node:1222 node:1223 node:1224 node:1225 node:1226 node:1227 node:1228 node:1229 node:1230 node:1231 node:1232 node:1233 node:1234 node:1235 node:1236 node:1237 node:1238 node:1239 node:1240 node:1241 node:1242 node:1243 node:1244 node:1245 node:1246 node:1247 node:1248 node:1249 node:1250 node:1251 node:1252 node:1253 node:1254 node:1255 node:1256 node:1257 node:1258 node:1259 node:1260 node:1261 node:1262 node:1263 node:1264 node:1265 node:1266 node:1269 node:1270 node:1272 node:1273 node:1275 node:1277 node:1278 node:1279 node:1281 node:1283 node:1284 node:1285 node:1287 node:1289 node:1291 node:1294 node:1295 node:1297 node:1299 node:1300 node:1302 node:1303 node:1305 node:1306 node:1307 node:1308 node:1309 node:1311 node:1313 node:1314 node:1315 node:1316 node:1318 node:1320 node:1321 node:1323 node:1325 node:1326 node:1327 node:1328 node:1329 node:1330 node:1331 node:1338 node:1339 node:1340 node:1341 node:1342 node:1343 node:1344 node:1345 node:1346 node:1347 node:1348 node:1349 node:1350 node:1351 node:1352 node:1353 node:1354 node:1355 node:1356 node:1357 node:1358 node:1364 node:1365 node:1366 node:1367 node:1368 node:1370 node:1372 node:1373 node:1374 node:1375 node:1376 node:1377 node:1384 node:1385 node:1386 node:1387 node:1388 node:1389 node:1396 node:1397 node:1398 node:1399 node:1400 node:1402 node:1403 node:1404 node:1405 node:1406 node:1407 node:1408 node:1409 node:1410 node:1411 node:1412 node:1413 node:1414 node:1415 node:1416 node:1417 node:1418 node:1419 node:1420 node:1421 node:1422 node:1423 node:1424 node:1425 node:1426 node:1427 node:1428 node:1429 node:1430 node:1431 node:1432 node:1433 node:1435 node:1436 node:1441 node:1442 node:1443 node:1445 node:1446 node:1447 node:1448 node:1449 node:1450 node:1451 node:1452 node:1453 node:1454 node:1455 node:1456 node:1457 node:1458 node:1459 node:1460 node:1461 node:1462 node:1463 node:1464 node:1465 node:1466 node:1467 node:1468 node:1469 node:1470 node:1471 node:1472 node:1473 node:1474 node:1475 node:1476 node:1477 node:1478 node:1479 node:1480 node:1481 node:1482 node:1483 node:1484 node:1485 node:1486 node:1487 node:1488 node:1489 node:1490 node:1491 node:1492 node:1493 node:1494 node:1495 node:1496 node:1497 node:1498 node:1499 node:1500 node:1501 node:1502 node:1503 node:1504 node:1505 node:1506 node:1507 node:1508 node:1509 node:1510 node:1511 node:1512 node:1513 node:1514 node:1515 node:1516 node:1517 node:1518 node:1519 node:1520 node:1521 node:1522 node:1523 node:1524 node:1525 node:1526 node:1527 node:1528 node:1539 node:1648 node:1954 node:2041 node:2155 node:2162 node:2181 node:2202 node:2204 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.node_grants:view user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"gameName\": \"财神到\",\n        \"gameId\": 3007,\n        \"gameOrder\": 32,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/GodofWealth_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"超级 6\",\n        \"gameId\": 3024,\n        \"gameOrder\": 33,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Super6_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"古希臘英雄\",\n        \"gameId\": 2995,\n        \"gameOrder\": 34,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Achilles_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"古代战士\",\n        \"gameId\": 3001,\n        \"gameOrder\": 35,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Zhanshi_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"德州大亨\",\n        \"gameId\": 3005,\n        \"gameOrder\": 37,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TexanTycoon_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"缤纷圣诞\",\n        \"gameId\": 3026,\n        \"gameOrder\": 42,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TheNiceList_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"阿拉丁的愿望\",\n        \"gameId\": 2999,\n        \"gameOrder\": 43,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/AladdinsWishes_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"人鱼女王\",\n        \"gameId\": 3020,\n        \"gameOrder\": 44,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/MermaidQueen_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"龙卷风\",\n        \"gameId\": 3013,\n        \"gameOrder\": 45,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TripleTwister_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"凯撒帝国\",\n        \"gameId\": 2997,\n        \"gameOrder\": 47,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/CaesarsEmpire_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"三國之赤壁之戰\",\n        \"gameId\": 3603,\n        \"gameOrder\": 56,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"TG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10-game-images/Slot/TG/3KingdomsBattleofRedCliffs_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魔幻猫熊\",\n        \"gameId\": 3365,\n        \"gameOrder\": 59,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/PandaMagic_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"金矿探索\",\n        \"gameId\": 3362,\n        \"gameOrder\": 60,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Paydirt_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"爵士音乐家\",\n        \"gameId\": 3350,\n        \"gameOrder\": 61,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TheBigBopper_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞凤骚女\",\n        \"gameId\": 3025,\n        \"gameOrder\": 63,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TheNaughtyList_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"模特梦\",\n        \"gameId\": 3017,\n        \"gameOrder\": 64,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/HighFashion_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"农村人家\",\n        \"gameId\": 3016,\n        \"gameOrder\": 65,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Henhouse_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"永恒的爱\",\n        \"gameId\": 3015,\n        \"gameOrder\": 66,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/EternalLove_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"深海遨游\",\n        \"gameId\": 3009,\n        \"gameOrder\": 67,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/CrystalWaters_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"恶棍郊狼\",\n        \"gameId\": 3004,\n        \"gameOrder\": 68,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/CoyoteCash_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幸运 6\",\n        \"gameId\": 3003,\n        \"gameOrder\": 69,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Lucky6_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"海狸伐木先生\",\n        \"gameId\": 2998,\n        \"gameOrder\": 70,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/BuilderBeaver_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"女巫温妮\",\n        \"gameId\": 2996,\n        \"gameOrder\": 71,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/BubbleBubble_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"警匪追逐\",\n        \"gameId\": 2994,\n        \"gameOrder\": 72,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/CashBandits_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"欢乐满屋\",\n        \"gameId\": 371,\n        \"gameOrder\": 73,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/HouseofFun_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"招财福猪\",\n        \"gameId\": 4416,\n        \"gameOrder\": 73,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"TG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10-game-images/Slot/TG/GoldenPig_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"野狼黄金\",\n        \"gameId\": 3602,\n        \"gameOrder\": 77,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"TG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10-game-images/Slot/TG/WolfGold_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"水晶派对\",\n        \"gameId\": 4375,\n        \"gameOrder\": 83,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/CrystalCrush_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 273,\n                \"GameSubCatCode\": \"Arcade\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"鲨鱼总动员\",\n        \"gameId\": 4374,\n        \"gameOrder\": 84,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/Shark_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"闪亮之屋\",\n        \"gameId\": 2636,\n        \"gameOrder\": 85,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/DeckTheHalls_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"快乐假期\",\n        \"gameId\": 1760,\n        \"gameOrder\": 86,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/HappyHoliday_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞狗狗\",\n        \"gameId\": 1759,\n        \"gameOrder\": 87,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/SantaPaws_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"大魔术师\",\n        \"gameId\": 4174,\n        \"gameOrder\": 133,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"DTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/DTG/Magician_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"禁酒\",\n        \"gameId\": 4154,\n        \"gameOrder\": 135,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Temperance_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"招财进宝\",\n        \"gameId\": 3320,\n        \"gameOrder\": 141,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/ZhaoCaiJinBao_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"公路王国\",\n        \"gameId\": 3430,\n        \"gameOrder\": 142,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/HighwayKings_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"年年有余\",\n        \"gameId\": 3324,\n        \"gameOrder\": 143,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/NianNianYouYu_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"湛蓝深海\",\n        \"gameId\": 3318,\n        \"gameOrder\": 147,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/GreatBlue_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"熊之舞\",\n        \"gameId\": 3322,\n        \"gameOrder\": 148,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/BonusBears_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"美式赛车\",\n        \"gameId\": 2617,\n        \"gameOrder\": 160,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/5ReelDrive_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"足球明星\",\n        \"gameId\": 2638,\n        \"gameOrder\": 163,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/FootballStar_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"沙滩宝贝\",\n        \"gameId\": 2625,\n        \"gameOrder\": 164,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/BeachBabes_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"终极足球\",\n        \"gameId\": 3607,\n        \"gameOrder\": 197,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FootballRules_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"汪旺财\",\n        \"gameId\": 3822,\n        \"gameOrder\": 230,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"SPG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/SPG/WowProsperity_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"诙谐财富\",\n        \"gameId\": 3608,\n        \"gameOrder\": 253,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FortunesofTheFox_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"白雪经典童话\",\n        \"gameId\": 3606,\n        \"gameOrder\": 254,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FairestofThemAll_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞奇迹\",\n        \"gameId\": 3345,\n        \"gameOrder\": 281,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/SantaSurprise_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"樱桃之恋\",\n        \"gameId\": 3344,\n        \"gameOrder\": 282,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/CherryLove_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"艺伎故事\",\n        \"gameId\": 3343,\n        \"gameOrder\": 283,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/GeishaStory_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"埃斯梅拉达\",\n        \"gameId\": 3339,\n        \"gameOrder\": 284,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/Esmeralda_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"豪华的开心假期\",\n        \"gameId\": 3338,\n        \"gameOrder\": 285,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/VacationStation_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"沉默的武士\",\n        \"gameId\": 3337,\n        \"gameOrder\": 286,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/SilentSamurai_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"甜蜜派对\",\n        \"gameId\": 3335,\n        \"gameOrder\": 287,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/SweetParty_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"白狮王\",\n        \"gameId\": 3333,\n        \"gameOrder\": 288,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/WhiteKing_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"北极宝藏\",\n        \"gameId\": 3332,\n        \"gameOrder\": 289,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/ArcticTreasure_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"满月财富\",\n        \"gameId\": 3331,\n        \"gameOrder\": 290,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FullMoonFortune_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"趣味水果\",\n        \"gameId\": 3330,\n        \"gameOrder\": 291,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FunkyFruits_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"赌徒\",\n        \"gameId\": 3329,\n        \"gameOrder\": 292,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/WildGambler_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"惊喜复活节\",\n        \"gameId\": 3328,\n        \"gameOrder\": 293,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/EasterSurprise_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"泰国天堂\",\n        \"gameId\": 3327,\n        \"gameOrder\": 294,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/ThaiParadise_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"宝物箱中寻\",\n        \"gameId\": 3325,\n        \"gameOrder\": 295,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/ChestsOfPlenty_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"万圣节财务\",\n        \"gameId\": 3321,\n        \"gameOrder\": 296,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/HalloweenFortune_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"猫女王\",\n        \"gameId\": 3319,\n        \"gameOrder\": 297,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/CatQueen_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"MGS老虎机(安卓下载版)\",\n        \"gameId\": 2677,\n        \"gameOrder\": 339,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MGSSlotDownload_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"阿丽亚娜\",\n        \"gameId\": 2675,\n        \"gameOrder\": 340,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Ariana_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"浪漫法国\",\n        \"gameId\": 2669,\n        \"gameOrder\": 341,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Voila_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"尼罗河宝藏\",\n        \"gameId\": 2667,\n        \"gameOrder\": 342,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/TreasureNile_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"古墓丽影\",\n        \"gameId\": 2666,\n        \"gameOrder\": 343,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/TombRaider_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"疯狂大冒险\",\n        \"gameId\": 2661,\n        \"gameOrder\": 344,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/TheGrandJourney_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"诸神之战\",\n        \"gameId\": 2658,\n        \"gameOrder\": 345,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/StashoftheTitans_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"灰狼之夜\",\n        \"gameId\": 2655,\n        \"gameOrder\": 346,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/SilverFang_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"神秘之梦\",\n        \"gameId\": 2652,\n        \"gameOrder\": 347,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MysticDreams_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"百万钞票\",\n        \"gameId\": 2650,\n        \"gameOrder\": 348,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MegaMoolah_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"玛雅公主\",\n        \"gameId\": 2649,\n        \"gameOrder\": 349,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MayanPrincess_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"军队大富翁\",\n        \"gameId\": 2648,\n        \"gameOrder\": 350,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MajorMillions_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"瘋帽子先生\",\n        \"gameId\": 2647,\n        \"gameOrder\": 351,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MadHatters_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"黑帮老大\",\n        \"gameId\": 2646,\n        \"gameOrder\": 352,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Loaded_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"狮子王\",\n        \"gameId\": 2645,\n        \"gameOrder\": 353,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/LionsPride_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"加德滿都\",\n        \"gameId\": 2643,\n        \"gameOrder\": 354,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Kathmandu_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"伊斯女王\",\n        \"gameId\": 2642,\n        \"gameOrder\": 355,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Isis_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"杀手\",\n        \"gameId\": 2641,\n        \"gameOrder\": 356,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Hitman_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"金钱帝国\",\n        \"gameId\": 2640,\n        \"gameOrder\": 357,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/HighSociety_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"万圣狂欢夜\",\n        \"gameId\": 2639,\n        \"gameOrder\": 358,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Halloweenies_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"鹰翼行动\",\n        \"gameId\": 2637,\n        \"gameOrder\": 359,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/EaglesWings_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"沙发土豆\",\n        \"gameId\": 2635,\n        \"gameOrder\": 360,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/CouchPotato_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"无限现金\",\n        \"gameId\": 2632,\n        \"gameOrder\": 361,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/CashSplash_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"非洲大草原\",\n        \"gameId\": 2630,\n        \"gameOrder\": 362,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/BushTelegraph_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"美国梦\",\n        \"gameId\": 2624,\n        \"gameOrder\": 363,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/BarsandStripes_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"航海时代\",\n        \"gameId\": 2620,\n        \"gameOrder\": 364,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/AgeofDiscovery_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"丛林探险\",\n        \"gameId\": 2619,\n        \"gameOrder\": 365,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/AdventurePalace_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"罗宾\",\n        \"gameId\": 2618,\n        \"gameOrder\": 366,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Robyn_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巨钻珍宝\",\n        \"gameId\": 4169,\n        \"gameOrder\": 387,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGems_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奇怪机器\",\n        \"gameId\": 4152,\n        \"gameOrder\": 391,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheCuriousMachinePlus_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奇怪机器\",\n        \"gameId\": 4151,\n        \"gameOrder\": 392,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheCuriousMachinePlus_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机怪兽\",\n        \"gameId\": 4149,\n        \"gameOrder\": 394,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FrankenslotsMonster_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机怪兽\",\n        \"gameId\": 4147,\n        \"gameOrder\": 395,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FrankenslotsMonster_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维京时代\",\n        \"gameId\": 4143,\n        \"gameOrder\": 397,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/VikingAge_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"财富满屋\",\n        \"gameId\": 4142,\n        \"gameOrder\": 398,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TreasureRoom_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"妈妈咪啊\",\n        \"gameId\": 4141,\n        \"gameOrder\": 399,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MammaMia_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"妈妈咪啊\",\n        \"gameId\": 4140,\n        \"gameOrder\": 400,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MammaMia_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奥科莫之塔\",\n        \"gameId\": 4138,\n        \"gameOrder\": 402,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AlkemorsTower_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奥科莫之塔\",\n        \"gameId\": 4137,\n        \"gameOrder\": 403,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AlkemorsTower_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"天使老虎机\",\n        \"gameId\": 4136,\n        \"gameOrder\": 404,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotsAngels_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"富裕生活\",\n        \"gameId\": 4135,\n        \"gameOrder\": 405,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GlamLife_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞颂歌\",\n        \"gameId\": 4133,\n        \"gameOrder\": 406,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AChristmasCarolMobile_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞颂歌\",\n        \"gameId\": 4132,\n        \"gameOrder\": 407,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AChristmasCarol_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"糖果甜心\",\n        \"gameId\": 2579,\n        \"gameOrder\": 413,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SugarPop_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"神灯精灵\",\n        \"gameId\": 3246,\n        \"gameOrder\": 417,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GeniesFortune_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"发发双胞胎\",\n        \"gameId\": 3225,\n        \"gameOrder\": 418,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Fa-FaTwins_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"发发双胞胎\",\n        \"gameId\": 3224,\n        \"gameOrder\": 419,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Fa-FaTwins_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"淘金达人\",\n        \"gameId\": 3173,\n        \"gameOrder\": 422,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MoreGoldDiggin_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"淘金达人\",\n        \"gameId\": 2577,\n        \"gameOrder\": 424,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MoreGoldDigginToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父 2\",\n        \"gameId\": 3515,\n        \"gameOrder\": 426,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Slotfather2_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父 2\",\n        \"gameId\": 3514,\n        \"gameOrder\": 427,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Slotfather2_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"海底世界\",\n        \"gameId\": 2570,\n        \"gameOrder\": 430,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/UnderTheSeaToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"水果物语\",\n        \"gameId\": 2586,\n        \"gameOrder\": 432,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FruitZen_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幻影世界\",\n        \"gameId\": 2587,\n        \"gameOrder\": 434,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TrueIllusionsToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"贪婪的精灵\",\n        \"gameId\": 2559,\n        \"gameOrder\": 436,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GreedyGoblinsToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"复仇时代\",\n        \"gameId\": 2568,\n        \"gameOrder\": 439,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/RooksRevengeToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"灿烂火花\",\n        \"gameId\": 2566,\n        \"gameOrder\": 442,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BoomanjiToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"大亨\",\n        \"gameId\": 2572,\n        \"gameOrder\": 444,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TycoonsToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"拉霸之父\",\n        \"gameId\": 3288,\n        \"gameOrder\": 446,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheSlotfatherToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"拉霸之父\",\n        \"gameId\": 2562,\n        \"gameOrder\": 448,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheSlotfatherToGo_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"烽火之战\",\n        \"gameId\": 3721,\n        \"gameOrder\": 469,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FireandSteel_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"烽火之战\",\n        \"gameId\": 3720,\n        \"gameOrder\": 470,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FireandSteel_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魔术坊\",\n        \"gameId\": 3700,\n        \"gameOrder\": 472,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheMagieShoppe_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魔术坊\",\n        \"gameId\": 3699,\n        \"gameOrder\": 473,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheMagieShoppe_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"垂钓之王\",\n        \"gameId\": 3611,\n        \"gameOrder\": 478,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheAngler_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"垂钓之王\",\n        \"gameId\": 3610,\n        \"gameOrder\": 479,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheAngler_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"时间扭曲护卫者\",\n        \"gameId\": 3601,\n        \"gameOrder\": 481,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/TimeWrapGuardian_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"樱桃炸弹升级版\",\n        \"gameId\": 3600,\n        \"gameOrder\": 482,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/CherryBombDeluxe_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"飞鸟\",\n        \"gameId\": 3444,\n        \"gameOrder\": 495,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Birds_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魅力四叶草\",\n        \"gameId\": 3443,\n        \"gameOrder\": 496,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/CharmsandClovers_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"可爱猫咪\",\n        \"gameId\": 3442,\n        \"gameOrder\": 497,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/KawaiiKitty_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"飞鸟\",\n        \"gameId\": 3438,\n        \"gameOrder\": 501,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Birds_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魅力四叶草\",\n        \"gameId\": 3437,\n        \"gameOrder\": 502,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/CharmsandClovers_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"可爱猫咪\",\n        \"gameId\": 3436,\n        \"gameOrder\": 503,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/KawaiiKitty_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"石油\",\n        \"gameId\": 3283,\n        \"gameOrder\": 504,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BlackGold_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"罪恶之城之夜\",\n        \"gameId\": 3228,\n        \"gameOrder\": 505,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SinCityNights_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"罪恶之城之夜\",\n        \"gameId\": 3227,\n        \"gameOrder\": 506,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SinCityNights_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维加斯周末\",\n        \"gameId\": 3175,\n        \"gameOrder\": 511,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/WeekendInVegas_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父\",\n        \"gameId\": 3174,\n        \"gameOrder\": 512,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotfatherJP_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"迷人的生活\",\n        \"gameId\": 3172,\n        \"gameOrder\": 513,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGlamLife_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幸运7\",\n        \"gameId\": 3171,\n        \"gameOrder\": 514,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Lucky7_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"伟大的88\",\n        \"gameId\": 3170,\n        \"gameOrder\": 515,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Great88_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"黑洞表面\",\n        \"gameId\": 3169,\n        \"gameOrder\": 516,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/EventHorizon_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"七重天\",\n        \"gameId\": 3168,\n        \"gameOrder\": 517,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/7thHeaven_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维加斯周末\",\n        \"gameId\": 3167,\n        \"gameOrder\": 518,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/WeekendInVegas_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父\",\n        \"gameId\": 3166,\n        \"gameOrder\": 519,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotfatherJP_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"迷人的生活\",\n        \"gameId\": 3164,\n        \"gameOrder\": 520,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGlamLife_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"伟大的88\",\n        \"gameId\": 3162,\n        \"gameOrder\": 521,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Great88_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"黑洞表面\",\n        \"gameId\": 3161,\n        \"gameOrder\": 522,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/EventHorizon_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"七重天\",\n        \"gameId\": 3160,\n        \"gameOrder\": 523,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/7thHeaven_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"龙族传说\",\n        \"gameId\": 2799,\n        \"gameOrder\": 534,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/4Season_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"来自星星的它\",\n        \"gameId\": 2584,\n        \"gameOrder\": 544,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/ItCameFromVenus_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"木偶匹诺曹\",\n        \"gameId\": 2580,\n        \"gameOrder\": 545,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Pinocchio_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"小狗情缘\",\n        \"gameId\": 2575,\n        \"gameOrder\": 546,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/PuppyLoveToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"正义警长\",\n        \"gameId\": 2574,\n        \"gameOrder\": 547,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheTrueSheriffToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"消失的宝藏\",\n        \"gameId\": 2573,\n        \"gameOrder\": 548,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/LostToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幸运7\",\n        \"gameId\": 2569,\n        \"gameOrder\": 549,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Lucky7ToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"床下的秘密\",\n        \"gameId\": 2567,\n        \"gameOrder\": 550,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/UnderTheBedToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维京时代\",\n        \"gameId\": 2002,\n        \"gameOrder\": 551,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/VikingAge_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"财富满屋\",\n        \"gameId\": 1997,\n        \"gameOrder\": 552,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TreasureRoom_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"跳跳辣椒\",\n        \"gameId\": 1983,\n        \"gameOrder\": 555,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/PacoandthePoppingPeppers_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"睡美人\",\n        \"gameId\": 1966,\n        \"gameOrder\": 556,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Enchanted_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巴巴里海岸\",\n        \"gameId\": 1963,\n        \"gameOrder\": 557,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BarbaryCoast_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"着陆\",\n        \"gameId\": 1959,\n        \"gameOrder\": 559,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Arrival_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巴巴里海岸\",\n        \"gameId\": 1397,\n        \"gameOrder\": 562,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BarbaryCoast_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"看电影\",\n        \"gameId\": 1395,\n        \"gameOrder\": 563,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AtTheMovies_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"睡美人\",\n        \"gameId\": 643,\n        \"gameOrder\": 567,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Enchanted_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"着陆\",\n        \"gameId\": 383,\n        \"gameOrder\": 568,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Arrival_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"富裕生活\",\n        \"gameId\": 376,\n        \"gameOrder\": 570,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheGlamLife_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"看电影\",\n        \"gameId\": 368,\n        \"gameOrder\": 572,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AttheMovies_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"史前二百万年\",\n        \"gameId\": 362,\n        \"gameOrder\": 574,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/2MillionBC_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"炽热火山\",\n        \"gameId\": 3599,\n        \"gameOrder\": 580,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/HotVolcano_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"N2 真人\",\n        \"gameId\": 3794,\n        \"gameOrder\": 592,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"NLE\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Casino/Mobile/N2Casino_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Casino\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"AB 真人\",\n        \"gameId\": 3806,\n        \"gameOrder\": 593,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"ABT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Casino/Mobile/ABCasino_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Casino\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"SA 真人\",\n        \"gameId\": 3804,\n        \"gameOrder\": 594,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"SAL\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Casino/Mobile/SACasino_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Casino\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"GD 真人 (简易版)\",\n        \"gameId\": 2527,\n        \"gameOrder\": 595,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"GDL\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Casino/Mobile/GDCasino_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Casino\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"GD 真人(升级版)\",\n        \"gameId\": 3569,\n        \"gameOrder\": 596,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"GDL\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Casino/Mobile/MultigameCasinoUpgrade_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Casino\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"AG 真人\",\n        \"gameId\": 2531,\n        \"gameOrder\": 597,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"AGL\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Casino/Mobile/AGCasino_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Casino\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"tlc_SBT\",\n        \"gameId\": 0,\n        \"gameOrder\": 598,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"SBT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Sportsbook/Mobile/SBT_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Sportsbook\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"SP 体育博彩\",\n        \"gameId\": 0,\n        \"gameOrder\": 599,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"SPSB\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Sportsbook/Mobile/SPSB_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Sportsbook\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"IM 体育博彩\",\n        \"gameId\": 0,\n        \"gameOrder\": 600,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"IPSB\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Sportsbook/Mobile/IPSB_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Sportsbook\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"捕鱼王 2\",\n        \"gameId\": 2821,\n        \"gameOrder\": 601,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"AG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Fishing/Mobile/FishHunter_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Fishing\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"IM 电子竞技\",\n        \"gameId\": 0,\n        \"gameOrder\": 602,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"IPES\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Sportsbook/Mobile/IPES_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Esports\",\n        \"subCategories\": []\n    }\n]"},{"id":"68d77431-9d87-4f29-b08a-b9cfd5a2c5f2","name":"stage 200 : using all filters provided","originalRequest":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"https://hkstcmsppsb.fubnb.com/zh-hans/api/android/Games/43/71"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.5"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Wed, 11 Sep 2019 07:15:28 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_category config:field.storage.node.field_demo config:field.storage.node.field_devices config:field.storage.node.field_game_tagging config:field.storage.node.field_game_type config:field.storage.node.field_multiple_images_app config:field.storage.node.field_new_game config:field.storage.node.field_order config:field.storage.node.field_under_maintenance config:field.storage.node.field_vendor config:views.view.tlc_games_api extensions http_response node:1119 node:1122 node:1131 node:1269 node:1272 node:1275 node:1277 node:1281 node:1283 node:1285 node:1287 node:1289 node:1294 node:1297 node:1305 node:1311 node:1318 node:1323 node:1338 node:1339 node:1340 node:1364 node:1365 node:1366 node:1367 node:1370 node:1384 node:1385 node:1386 node:1387 node:1388 node:1389 node:1400 node:1435 node:1436 node:1443 node:1445 node:1523 node:1954 node:2181 node:2202 node:2204 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.node_grants:view user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"gameName\": \"欢乐满屋\",\n        \"gameId\": 371,\n        \"gameOrder\": 73,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/HouseofFun_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巨钻珍宝\",\n        \"gameId\": 4169,\n        \"gameOrder\": 387,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGems_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奇怪机器\",\n        \"gameId\": 4152,\n        \"gameOrder\": 391,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheCuriousMachinePlus_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奇怪机器\",\n        \"gameId\": 4151,\n        \"gameOrder\": 392,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheCuriousMachinePlus_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机怪兽\",\n        \"gameId\": 4149,\n        \"gameOrder\": 394,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FrankenslotsMonster_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机怪兽\",\n        \"gameId\": 4147,\n        \"gameOrder\": 395,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FrankenslotsMonster_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维京时代\",\n        \"gameId\": 4143,\n        \"gameOrder\": 397,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/VikingAge_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"财富满屋\",\n        \"gameId\": 4142,\n        \"gameOrder\": 398,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TreasureRoom_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"妈妈咪啊\",\n        \"gameId\": 4141,\n        \"gameOrder\": 399,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MammaMia_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"妈妈咪啊\",\n        \"gameId\": 4140,\n        \"gameOrder\": 400,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MammaMia_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奥科莫之塔\",\n        \"gameId\": 4138,\n        \"gameOrder\": 402,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AlkemorsTower_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奥科莫之塔\",\n        \"gameId\": 4137,\n        \"gameOrder\": 403,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AlkemorsTower_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"天使老虎机\",\n        \"gameId\": 4136,\n        \"gameOrder\": 404,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotsAngels_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"富裕生活\",\n        \"gameId\": 4135,\n        \"gameOrder\": 405,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GlamLife_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞颂歌\",\n        \"gameId\": 4133,\n        \"gameOrder\": 406,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AChristmasCarolMobile_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞颂歌\",\n        \"gameId\": 4132,\n        \"gameOrder\": 407,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AChristmasCarol_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"糖果甜心\",\n        \"gameId\": 2579,\n        \"gameOrder\": 413,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SugarPop_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"神灯精灵\",\n        \"gameId\": 3246,\n        \"gameOrder\": 417,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GeniesFortune_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"发发双胞胎\",\n        \"gameId\": 3225,\n        \"gameOrder\": 418,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Fa-FaTwins_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"发发双胞胎\",\n        \"gameId\": 3224,\n        \"gameOrder\": 419,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Fa-FaTwins_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"淘金达人\",\n        \"gameId\": 3173,\n        \"gameOrder\": 422,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MoreGoldDiggin_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"淘金达人\",\n        \"gameId\": 2577,\n        \"gameOrder\": 424,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MoreGoldDigginToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父 2\",\n        \"gameId\": 3515,\n        \"gameOrder\": 426,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Slotfather2_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父 2\",\n        \"gameId\": 3514,\n        \"gameOrder\": 427,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Slotfather2_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"海底世界\",\n        \"gameId\": 2570,\n        \"gameOrder\": 430,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/UnderTheSeaToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"水果物语\",\n        \"gameId\": 2586,\n        \"gameOrder\": 432,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FruitZen_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幻影世界\",\n        \"gameId\": 2587,\n        \"gameOrder\": 434,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TrueIllusionsToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"贪婪的精灵\",\n        \"gameId\": 2559,\n        \"gameOrder\": 436,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GreedyGoblinsToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"复仇时代\",\n        \"gameId\": 2568,\n        \"gameOrder\": 439,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/RooksRevengeToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"灿烂火花\",\n        \"gameId\": 2566,\n        \"gameOrder\": 442,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BoomanjiToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"大亨\",\n        \"gameId\": 2572,\n        \"gameOrder\": 444,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TycoonsToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"拉霸之父\",\n        \"gameId\": 3288,\n        \"gameOrder\": 446,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheSlotfatherToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"拉霸之父\",\n        \"gameId\": 2562,\n        \"gameOrder\": 448,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheSlotfatherToGo_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"烽火之战\",\n        \"gameId\": 3721,\n        \"gameOrder\": 469,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FireandSteel_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"烽火之战\",\n        \"gameId\": 3720,\n        \"gameOrder\": 470,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FireandSteel_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魔术坊\",\n        \"gameId\": 3700,\n        \"gameOrder\": 472,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheMagieShoppe_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魔术坊\",\n        \"gameId\": 3699,\n        \"gameOrder\": 473,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheMagieShoppe_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"垂钓之王\",\n        \"gameId\": 3611,\n        \"gameOrder\": 478,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheAngler_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"垂钓之王\",\n        \"gameId\": 3610,\n        \"gameOrder\": 479,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheAngler_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"飞鸟\",\n        \"gameId\": 3444,\n        \"gameOrder\": 495,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Birds_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魅力四叶草\",\n        \"gameId\": 3443,\n        \"gameOrder\": 496,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/CharmsandClovers_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"可爱猫咪\",\n        \"gameId\": 3442,\n        \"gameOrder\": 497,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/KawaiiKitty_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"飞鸟\",\n        \"gameId\": 3438,\n        \"gameOrder\": 501,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Birds_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魅力四叶草\",\n        \"gameId\": 3437,\n        \"gameOrder\": 502,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/CharmsandClovers_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"可爱猫咪\",\n        \"gameId\": 3436,\n        \"gameOrder\": 503,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/KawaiiKitty_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"石油\",\n        \"gameId\": 3283,\n        \"gameOrder\": 504,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BlackGold_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"罪恶之城之夜\",\n        \"gameId\": 3228,\n        \"gameOrder\": 505,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SinCityNights_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"罪恶之城之夜\",\n        \"gameId\": 3227,\n        \"gameOrder\": 506,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SinCityNights_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维加斯周末\",\n        \"gameId\": 3175,\n        \"gameOrder\": 511,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/WeekendInVegas_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父\",\n        \"gameId\": 3174,\n        \"gameOrder\": 512,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotfatherJP_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"迷人的生活\",\n        \"gameId\": 3172,\n        \"gameOrder\": 513,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGlamLife_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幸运7\",\n        \"gameId\": 3171,\n        \"gameOrder\": 514,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Lucky7_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"伟大的88\",\n        \"gameId\": 3170,\n        \"gameOrder\": 515,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Great88_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"黑洞表面\",\n        \"gameId\": 3169,\n        \"gameOrder\": 516,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/EventHorizon_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"七重天\",\n        \"gameId\": 3168,\n        \"gameOrder\": 517,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/7thHeaven_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维加斯周末\",\n        \"gameId\": 3167,\n        \"gameOrder\": 518,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/WeekendInVegas_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父\",\n        \"gameId\": 3166,\n        \"gameOrder\": 519,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotfatherJP_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"迷人的生活\",\n        \"gameId\": 3164,\n        \"gameOrder\": 520,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGlamLife_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"伟大的88\",\n        \"gameId\": 3162,\n        \"gameOrder\": 521,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Great88_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"黑洞表面\",\n        \"gameId\": 3161,\n        \"gameOrder\": 522,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/EventHorizon_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"七重天\",\n        \"gameId\": 3160,\n        \"gameOrder\": 523,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/7thHeaven_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"龙族传说\",\n        \"gameId\": 2799,\n        \"gameOrder\": 534,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/4Season_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"来自星星的它\",\n        \"gameId\": 2584,\n        \"gameOrder\": 544,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/ItCameFromVenus_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"木偶匹诺曹\",\n        \"gameId\": 2580,\n        \"gameOrder\": 545,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Pinocchio_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"小狗情缘\",\n        \"gameId\": 2575,\n        \"gameOrder\": 546,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/PuppyLoveToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"正义警长\",\n        \"gameId\": 2574,\n        \"gameOrder\": 547,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheTrueSheriffToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"消失的宝藏\",\n        \"gameId\": 2573,\n        \"gameOrder\": 548,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/LostToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幸运7\",\n        \"gameId\": 2569,\n        \"gameOrder\": 549,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Lucky7ToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"床下的秘密\",\n        \"gameId\": 2567,\n        \"gameOrder\": 550,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/UnderTheBedToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维京时代\",\n        \"gameId\": 2002,\n        \"gameOrder\": 551,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/VikingAge_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"财富满屋\",\n        \"gameId\": 1997,\n        \"gameOrder\": 552,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TreasureRoom_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"跳跳辣椒\",\n        \"gameId\": 1983,\n        \"gameOrder\": 555,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/PacoandthePoppingPeppers_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"睡美人\",\n        \"gameId\": 1966,\n        \"gameOrder\": 556,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Enchanted_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巴巴里海岸\",\n        \"gameId\": 1963,\n        \"gameOrder\": 557,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BarbaryCoast_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"着陆\",\n        \"gameId\": 1959,\n        \"gameOrder\": 559,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Arrival_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巴巴里海岸\",\n        \"gameId\": 1397,\n        \"gameOrder\": 562,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BarbaryCoast_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"看电影\",\n        \"gameId\": 1395,\n        \"gameOrder\": 563,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AtTheMovies_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"睡美人\",\n        \"gameId\": 643,\n        \"gameOrder\": 567,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Enchanted_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"着陆\",\n        \"gameId\": 383,\n        \"gameOrder\": 568,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Arrival_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"富裕生活\",\n        \"gameId\": 376,\n        \"gameOrder\": 570,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheGlamLife_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"看电影\",\n        \"gameId\": 368,\n        \"gameOrder\": 572,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AttheMovies_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"史前二百万年\",\n        \"gameId\": 362,\n        \"gameOrder\": 574,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/2MillionBC_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    }\n]"},{"id":"a3335762-93df-47fe-8697-c30bd9f57545","name":"stage 200 : filter by game category id, device = android","originalRequest":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"https://hkstcmsppsb.fubnb.com/zh-hans/api/android/Games/43"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.5"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Wed, 11 Sep 2019 07:16:41 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_category config:field.storage.node.field_demo config:field.storage.node.field_devices config:field.storage.node.field_game_tagging config:field.storage.node.field_game_type config:field.storage.node.field_multiple_images_app config:field.storage.node.field_new_game config:field.storage.node.field_order config:field.storage.node.field_under_maintenance config:field.storage.node.field_vendor config:views.view.tlc_games_api extensions http_response node:1116 node:1117 node:1118 node:1119 node:1120 node:1121 node:1122 node:1124 node:1125 node:1126 node:1127 node:1128 node:1129 node:1130 node:1131 node:1132 node:1133 node:1134 node:1135 node:1136 node:1137 node:1138 node:1139 node:1140 node:1141 node:1142 node:1143 node:1144 node:1145 node:1146 node:1147 node:1148 node:1149 node:1150 node:1151 node:1152 node:1153 node:1154 node:1155 node:1156 node:1157 node:1158 node:1159 node:1160 node:1161 node:1162 node:1163 node:1164 node:1165 node:1166 node:1167 node:1168 node:1169 node:1170 node:1171 node:1172 node:1173 node:1174 node:1175 node:1176 node:1177 node:1178 node:1179 node:1180 node:1181 node:1182 node:1183 node:1184 node:1185 node:1186 node:1187 node:1188 node:1189 node:1190 node:1191 node:1192 node:1193 node:1194 node:1195 node:1196 node:1197 node:1198 node:1199 node:1200 node:1201 node:1202 node:1203 node:1204 node:1205 node:1206 node:1207 node:1208 node:1209 node:1210 node:1211 node:1212 node:1213 node:1214 node:1215 node:1216 node:1217 node:1218 node:1219 node:1220 node:1221 node:1222 node:1223 node:1224 node:1225 node:1226 node:1227 node:1228 node:1229 node:1230 node:1231 node:1232 node:1233 node:1234 node:1235 node:1236 node:1237 node:1238 node:1239 node:1240 node:1241 node:1242 node:1243 node:1244 node:1245 node:1246 node:1247 node:1248 node:1249 node:1250 node:1251 node:1252 node:1253 node:1254 node:1255 node:1256 node:1257 node:1258 node:1259 node:1260 node:1261 node:1262 node:1263 node:1264 node:1265 node:1266 node:1269 node:1270 node:1272 node:1273 node:1275 node:1277 node:1278 node:1279 node:1281 node:1283 node:1284 node:1285 node:1287 node:1289 node:1291 node:1294 node:1295 node:1297 node:1299 node:1300 node:1302 node:1303 node:1305 node:1306 node:1307 node:1308 node:1309 node:1311 node:1313 node:1314 node:1315 node:1316 node:1318 node:1320 node:1321 node:1323 node:1325 node:1326 node:1327 node:1328 node:1329 node:1330 node:1331 node:1338 node:1339 node:1340 node:1341 node:1342 node:1343 node:1344 node:1345 node:1346 node:1347 node:1348 node:1349 node:1350 node:1351 node:1352 node:1353 node:1354 node:1355 node:1356 node:1357 node:1358 node:1364 node:1365 node:1366 node:1367 node:1368 node:1370 node:1372 node:1373 node:1374 node:1375 node:1376 node:1377 node:1384 node:1385 node:1386 node:1387 node:1388 node:1389 node:1396 node:1397 node:1398 node:1399 node:1400 node:1402 node:1403 node:1404 node:1405 node:1406 node:1407 node:1408 node:1409 node:1410 node:1411 node:1412 node:1413 node:1414 node:1415 node:1416 node:1417 node:1418 node:1419 node:1420 node:1421 node:1422 node:1423 node:1424 node:1425 node:1426 node:1427 node:1428 node:1429 node:1430 node:1431 node:1432 node:1433 node:1435 node:1436 node:1441 node:1442 node:1443 node:1445 node:1446 node:1447 node:1448 node:1449 node:1450 node:1451 node:1452 node:1453 node:1454 node:1455 node:1456 node:1457 node:1458 node:1459 node:1460 node:1461 node:1462 node:1463 node:1464 node:1465 node:1466 node:1467 node:1468 node:1469 node:1470 node:1471 node:1472 node:1473 node:1474 node:1475 node:1476 node:1477 node:1478 node:1479 node:1480 node:1481 node:1482 node:1483 node:1484 node:1485 node:1486 node:1487 node:1488 node:1489 node:1490 node:1491 node:1492 node:1493 node:1494 node:1495 node:1496 node:1497 node:1498 node:1499 node:1500 node:1501 node:1502 node:1503 node:1504 node:1505 node:1506 node:1507 node:1508 node:1509 node:1510 node:1511 node:1512 node:1513 node:1514 node:1515 node:1516 node:1517 node:1518 node:1519 node:1520 node:1521 node:1522 node:1523 node:1524 node:1525 node:1526 node:1527 node:1648 node:1954 node:2041 node:2181 node:2202 node:2204 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.node_grants:view user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"gameName\": \"财神到\",\n        \"gameId\": 3007,\n        \"gameOrder\": 32,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/GodofWealth_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"超级 6\",\n        \"gameId\": 3024,\n        \"gameOrder\": 33,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Super6_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"古希臘英雄\",\n        \"gameId\": 2995,\n        \"gameOrder\": 34,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Achilles_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"古代战士\",\n        \"gameId\": 3001,\n        \"gameOrder\": 35,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Zhanshi_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"德州大亨\",\n        \"gameId\": 3005,\n        \"gameOrder\": 37,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TexanTycoon_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"缤纷圣诞\",\n        \"gameId\": 3026,\n        \"gameOrder\": 42,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TheNiceList_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"阿拉丁的愿望\",\n        \"gameId\": 2999,\n        \"gameOrder\": 43,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/AladdinsWishes_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"人鱼女王\",\n        \"gameId\": 3020,\n        \"gameOrder\": 44,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/MermaidQueen_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"龙卷风\",\n        \"gameId\": 3013,\n        \"gameOrder\": 45,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TripleTwister_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"凯撒帝国\",\n        \"gameId\": 2997,\n        \"gameOrder\": 47,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/CaesarsEmpire_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"三國之赤壁之戰\",\n        \"gameId\": 3603,\n        \"gameOrder\": 56,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"TG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10-game-images/Slot/TG/3KingdomsBattleofRedCliffs_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魔幻猫熊\",\n        \"gameId\": 3365,\n        \"gameOrder\": 59,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/PandaMagic_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"金矿探索\",\n        \"gameId\": 3362,\n        \"gameOrder\": 60,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Paydirt_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"爵士音乐家\",\n        \"gameId\": 3350,\n        \"gameOrder\": 61,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TheBigBopper_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞凤骚女\",\n        \"gameId\": 3025,\n        \"gameOrder\": 63,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TheNaughtyList_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"模特梦\",\n        \"gameId\": 3017,\n        \"gameOrder\": 64,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/HighFashion_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"农村人家\",\n        \"gameId\": 3016,\n        \"gameOrder\": 65,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Henhouse_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"永恒的爱\",\n        \"gameId\": 3015,\n        \"gameOrder\": 66,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/EternalLove_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"深海遨游\",\n        \"gameId\": 3009,\n        \"gameOrder\": 67,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/CrystalWaters_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"恶棍郊狼\",\n        \"gameId\": 3004,\n        \"gameOrder\": 68,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/CoyoteCash_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幸运 6\",\n        \"gameId\": 3003,\n        \"gameOrder\": 69,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Lucky6_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"海狸伐木先生\",\n        \"gameId\": 2998,\n        \"gameOrder\": 70,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/BuilderBeaver_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"女巫温妮\",\n        \"gameId\": 2996,\n        \"gameOrder\": 71,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/BubbleBubble_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"警匪追逐\",\n        \"gameId\": 2994,\n        \"gameOrder\": 72,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/CashBandits_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"欢乐满屋\",\n        \"gameId\": 371,\n        \"gameOrder\": 73,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/HouseofFun_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"招财福猪\",\n        \"gameId\": 4416,\n        \"gameOrder\": 73,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"TG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10-game-images/Slot/TG/GoldenPig_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"野狼黄金\",\n        \"gameId\": 3602,\n        \"gameOrder\": 77,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"TG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10-game-images/Slot/TG/WolfGold_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"水晶派对\",\n        \"gameId\": 4375,\n        \"gameOrder\": 83,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/CrystalCrush_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 273,\n                \"GameSubCatCode\": \"Arcade\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"鲨鱼总动员\",\n        \"gameId\": 4374,\n        \"gameOrder\": 84,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/Shark_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"闪亮之屋\",\n        \"gameId\": 2636,\n        \"gameOrder\": 85,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/DeckTheHalls_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"快乐假期\",\n        \"gameId\": 1760,\n        \"gameOrder\": 86,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/HappyHoliday_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞狗狗\",\n        \"gameId\": 1759,\n        \"gameOrder\": 87,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/SantaPaws_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"大魔术师\",\n        \"gameId\": 4174,\n        \"gameOrder\": 133,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"DTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/DTG/Magician_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"禁酒\",\n        \"gameId\": 4154,\n        \"gameOrder\": 135,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Temperance_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"招财进宝\",\n        \"gameId\": 3320,\n        \"gameOrder\": 141,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/ZhaoCaiJinBao_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"公路王国\",\n        \"gameId\": 3430,\n        \"gameOrder\": 142,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/HighwayKings_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"年年有余\",\n        \"gameId\": 3324,\n        \"gameOrder\": 143,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/NianNianYouYu_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"湛蓝深海\",\n        \"gameId\": 3318,\n        \"gameOrder\": 147,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/GreatBlue_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"熊之舞\",\n        \"gameId\": 3322,\n        \"gameOrder\": 148,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/BonusBears_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"美式赛车\",\n        \"gameId\": 2617,\n        \"gameOrder\": 160,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/5ReelDrive_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"足球明星\",\n        \"gameId\": 2638,\n        \"gameOrder\": 163,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/FootballStar_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"沙滩宝贝\",\n        \"gameId\": 2625,\n        \"gameOrder\": 164,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/BeachBabes_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"终极足球\",\n        \"gameId\": 3607,\n        \"gameOrder\": 197,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FootballRules_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"汪旺财\",\n        \"gameId\": 3822,\n        \"gameOrder\": 230,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"SPG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/SPG/WowProsperity_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"诙谐财富\",\n        \"gameId\": 3608,\n        \"gameOrder\": 253,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FortunesofTheFox_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"白雪经典童话\",\n        \"gameId\": 3606,\n        \"gameOrder\": 254,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FairestofThemAll_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞奇迹\",\n        \"gameId\": 3345,\n        \"gameOrder\": 281,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/SantaSurprise_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"樱桃之恋\",\n        \"gameId\": 3344,\n        \"gameOrder\": 282,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/CherryLove_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"艺伎故事\",\n        \"gameId\": 3343,\n        \"gameOrder\": 283,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/GeishaStory_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"埃斯梅拉达\",\n        \"gameId\": 3339,\n        \"gameOrder\": 284,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/Esmeralda_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"豪华的开心假期\",\n        \"gameId\": 3338,\n        \"gameOrder\": 285,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/VacationStation_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"沉默的武士\",\n        \"gameId\": 3337,\n        \"gameOrder\": 286,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/SilentSamurai_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"甜蜜派对\",\n        \"gameId\": 3335,\n        \"gameOrder\": 287,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/SweetParty_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"白狮王\",\n        \"gameId\": 3333,\n        \"gameOrder\": 288,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/WhiteKing_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"北极宝藏\",\n        \"gameId\": 3332,\n        \"gameOrder\": 289,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/ArcticTreasure_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"满月财富\",\n        \"gameId\": 3331,\n        \"gameOrder\": 290,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FullMoonFortune_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"趣味水果\",\n        \"gameId\": 3330,\n        \"gameOrder\": 291,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FunkyFruits_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"赌徒\",\n        \"gameId\": 3329,\n        \"gameOrder\": 292,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/WildGambler_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"惊喜复活节\",\n        \"gameId\": 3328,\n        \"gameOrder\": 293,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/EasterSurprise_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"泰国天堂\",\n        \"gameId\": 3327,\n        \"gameOrder\": 294,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/ThaiParadise_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"宝物箱中寻\",\n        \"gameId\": 3325,\n        \"gameOrder\": 295,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/ChestsOfPlenty_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"万圣节财务\",\n        \"gameId\": 3321,\n        \"gameOrder\": 296,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/HalloweenFortune_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"猫女王\",\n        \"gameId\": 3319,\n        \"gameOrder\": 297,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/CatQueen_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"MGS老虎机(安卓下载版)\",\n        \"gameId\": 2677,\n        \"gameOrder\": 339,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MGSSlotDownload_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"阿丽亚娜\",\n        \"gameId\": 2675,\n        \"gameOrder\": 340,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Ariana_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"浪漫法国\",\n        \"gameId\": 2669,\n        \"gameOrder\": 341,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Voila_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"尼罗河宝藏\",\n        \"gameId\": 2667,\n        \"gameOrder\": 342,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/TreasureNile_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"古墓丽影\",\n        \"gameId\": 2666,\n        \"gameOrder\": 343,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/TombRaider_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"疯狂大冒险\",\n        \"gameId\": 2661,\n        \"gameOrder\": 344,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/TheGrandJourney_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"诸神之战\",\n        \"gameId\": 2658,\n        \"gameOrder\": 345,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/StashoftheTitans_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"灰狼之夜\",\n        \"gameId\": 2655,\n        \"gameOrder\": 346,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/SilverFang_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"神秘之梦\",\n        \"gameId\": 2652,\n        \"gameOrder\": 347,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MysticDreams_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"百万钞票\",\n        \"gameId\": 2650,\n        \"gameOrder\": 348,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MegaMoolah_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"玛雅公主\",\n        \"gameId\": 2649,\n        \"gameOrder\": 349,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MayanPrincess_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"军队大富翁\",\n        \"gameId\": 2648,\n        \"gameOrder\": 350,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MajorMillions_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"瘋帽子先生\",\n        \"gameId\": 2647,\n        \"gameOrder\": 351,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MadHatters_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"黑帮老大\",\n        \"gameId\": 2646,\n        \"gameOrder\": 352,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Loaded_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"狮子王\",\n        \"gameId\": 2645,\n        \"gameOrder\": 353,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/LionsPride_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"加德滿都\",\n        \"gameId\": 2643,\n        \"gameOrder\": 354,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Kathmandu_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"伊斯女王\",\n        \"gameId\": 2642,\n        \"gameOrder\": 355,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Isis_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"杀手\",\n        \"gameId\": 2641,\n        \"gameOrder\": 356,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Hitman_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"金钱帝国\",\n        \"gameId\": 2640,\n        \"gameOrder\": 357,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/HighSociety_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"万圣狂欢夜\",\n        \"gameId\": 2639,\n        \"gameOrder\": 358,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Halloweenies_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"鹰翼行动\",\n        \"gameId\": 2637,\n        \"gameOrder\": 359,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/EaglesWings_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"沙发土豆\",\n        \"gameId\": 2635,\n        \"gameOrder\": 360,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/CouchPotato_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"无限现金\",\n        \"gameId\": 2632,\n        \"gameOrder\": 361,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/CashSplash_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"非洲大草原\",\n        \"gameId\": 2630,\n        \"gameOrder\": 362,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/BushTelegraph_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"美国梦\",\n        \"gameId\": 2624,\n        \"gameOrder\": 363,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/BarsandStripes_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"航海时代\",\n        \"gameId\": 2620,\n        \"gameOrder\": 364,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/AgeofDiscovery_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"丛林探险\",\n        \"gameId\": 2619,\n        \"gameOrder\": 365,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/AdventurePalace_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"罗宾\",\n        \"gameId\": 2618,\n        \"gameOrder\": 366,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Robyn_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巨钻珍宝\",\n        \"gameId\": 4169,\n        \"gameOrder\": 387,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGems_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奇怪机器\",\n        \"gameId\": 4152,\n        \"gameOrder\": 391,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheCuriousMachinePlus_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奇怪机器\",\n        \"gameId\": 4151,\n        \"gameOrder\": 392,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheCuriousMachinePlus_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机怪兽\",\n        \"gameId\": 4149,\n        \"gameOrder\": 394,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FrankenslotsMonster_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机怪兽\",\n        \"gameId\": 4147,\n        \"gameOrder\": 395,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FrankenslotsMonster_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维京时代\",\n        \"gameId\": 4143,\n        \"gameOrder\": 397,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/VikingAge_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"财富满屋\",\n        \"gameId\": 4142,\n        \"gameOrder\": 398,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TreasureRoom_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"妈妈咪啊\",\n        \"gameId\": 4141,\n        \"gameOrder\": 399,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MammaMia_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"妈妈咪啊\",\n        \"gameId\": 4140,\n        \"gameOrder\": 400,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MammaMia_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奥科莫之塔\",\n        \"gameId\": 4138,\n        \"gameOrder\": 402,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AlkemorsTower_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奥科莫之塔\",\n        \"gameId\": 4137,\n        \"gameOrder\": 403,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AlkemorsTower_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"天使老虎机\",\n        \"gameId\": 4136,\n        \"gameOrder\": 404,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotsAngels_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"富裕生活\",\n        \"gameId\": 4135,\n        \"gameOrder\": 405,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GlamLife_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞颂歌\",\n        \"gameId\": 4133,\n        \"gameOrder\": 406,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AChristmasCarolMobile_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞颂歌\",\n        \"gameId\": 4132,\n        \"gameOrder\": 407,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AChristmasCarol_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"糖果甜心\",\n        \"gameId\": 2579,\n        \"gameOrder\": 413,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SugarPop_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"神灯精灵\",\n        \"gameId\": 3246,\n        \"gameOrder\": 417,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GeniesFortune_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"发发双胞胎\",\n        \"gameId\": 3225,\n        \"gameOrder\": 418,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Fa-FaTwins_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"发发双胞胎\",\n        \"gameId\": 3224,\n        \"gameOrder\": 419,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Fa-FaTwins_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"淘金达人\",\n        \"gameId\": 3173,\n        \"gameOrder\": 422,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MoreGoldDiggin_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"淘金达人\",\n        \"gameId\": 2577,\n        \"gameOrder\": 424,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MoreGoldDigginToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父 2\",\n        \"gameId\": 3515,\n        \"gameOrder\": 426,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Slotfather2_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父 2\",\n        \"gameId\": 3514,\n        \"gameOrder\": 427,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Slotfather2_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"海底世界\",\n        \"gameId\": 2570,\n        \"gameOrder\": 430,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/UnderTheSeaToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"水果物语\",\n        \"gameId\": 2586,\n        \"gameOrder\": 432,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FruitZen_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幻影世界\",\n        \"gameId\": 2587,\n        \"gameOrder\": 434,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TrueIllusionsToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"贪婪的精灵\",\n        \"gameId\": 2559,\n        \"gameOrder\": 436,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GreedyGoblinsToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"复仇时代\",\n        \"gameId\": 2568,\n        \"gameOrder\": 439,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/RooksRevengeToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"灿烂火花\",\n        \"gameId\": 2566,\n        \"gameOrder\": 442,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BoomanjiToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"大亨\",\n        \"gameId\": 2572,\n        \"gameOrder\": 444,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TycoonsToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"拉霸之父\",\n        \"gameId\": 3288,\n        \"gameOrder\": 446,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheSlotfatherToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"拉霸之父\",\n        \"gameId\": 2562,\n        \"gameOrder\": 448,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheSlotfatherToGo_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"烽火之战\",\n        \"gameId\": 3721,\n        \"gameOrder\": 469,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FireandSteel_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"烽火之战\",\n        \"gameId\": 3720,\n        \"gameOrder\": 470,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FireandSteel_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魔术坊\",\n        \"gameId\": 3700,\n        \"gameOrder\": 472,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheMagieShoppe_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魔术坊\",\n        \"gameId\": 3699,\n        \"gameOrder\": 473,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheMagieShoppe_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"垂钓之王\",\n        \"gameId\": 3611,\n        \"gameOrder\": 478,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheAngler_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"垂钓之王\",\n        \"gameId\": 3610,\n        \"gameOrder\": 479,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheAngler_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"时间扭曲护卫者\",\n        \"gameId\": 3601,\n        \"gameOrder\": 481,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/TimeWrapGuardian_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"樱桃炸弹升级版\",\n        \"gameId\": 3600,\n        \"gameOrder\": 482,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/CherryBombDeluxe_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"飞鸟\",\n        \"gameId\": 3444,\n        \"gameOrder\": 495,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Birds_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魅力四叶草\",\n        \"gameId\": 3443,\n        \"gameOrder\": 496,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/CharmsandClovers_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"可爱猫咪\",\n        \"gameId\": 3442,\n        \"gameOrder\": 497,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/KawaiiKitty_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"飞鸟\",\n        \"gameId\": 3438,\n        \"gameOrder\": 501,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Birds_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魅力四叶草\",\n        \"gameId\": 3437,\n        \"gameOrder\": 502,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/CharmsandClovers_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"可爱猫咪\",\n        \"gameId\": 3436,\n        \"gameOrder\": 503,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/KawaiiKitty_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"石油\",\n        \"gameId\": 3283,\n        \"gameOrder\": 504,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BlackGold_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"罪恶之城之夜\",\n        \"gameId\": 3228,\n        \"gameOrder\": 505,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SinCityNights_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"罪恶之城之夜\",\n        \"gameId\": 3227,\n        \"gameOrder\": 506,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SinCityNights_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维加斯周末\",\n        \"gameId\": 3175,\n        \"gameOrder\": 511,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/WeekendInVegas_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父\",\n        \"gameId\": 3174,\n        \"gameOrder\": 512,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotfatherJP_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"迷人的生活\",\n        \"gameId\": 3172,\n        \"gameOrder\": 513,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGlamLife_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幸运7\",\n        \"gameId\": 3171,\n        \"gameOrder\": 514,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Lucky7_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"伟大的88\",\n        \"gameId\": 3170,\n        \"gameOrder\": 515,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Great88_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"黑洞表面\",\n        \"gameId\": 3169,\n        \"gameOrder\": 516,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/EventHorizon_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"七重天\",\n        \"gameId\": 3168,\n        \"gameOrder\": 517,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/7thHeaven_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维加斯周末\",\n        \"gameId\": 3167,\n        \"gameOrder\": 518,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/WeekendInVegas_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父\",\n        \"gameId\": 3166,\n        \"gameOrder\": 519,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotfatherJP_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"迷人的生活\",\n        \"gameId\": 3164,\n        \"gameOrder\": 520,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGlamLife_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"伟大的88\",\n        \"gameId\": 3162,\n        \"gameOrder\": 521,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Great88_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"黑洞表面\",\n        \"gameId\": 3161,\n        \"gameOrder\": 522,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/EventHorizon_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"七重天\",\n        \"gameId\": 3160,\n        \"gameOrder\": 523,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/7thHeaven_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"龙族传说\",\n        \"gameId\": 2799,\n        \"gameOrder\": 534,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/4Season_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"来自星星的它\",\n        \"gameId\": 2584,\n        \"gameOrder\": 544,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/ItCameFromVenus_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"木偶匹诺曹\",\n        \"gameId\": 2580,\n        \"gameOrder\": 545,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Pinocchio_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"小狗情缘\",\n        \"gameId\": 2575,\n        \"gameOrder\": 546,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/PuppyLoveToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"正义警长\",\n        \"gameId\": 2574,\n        \"gameOrder\": 547,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheTrueSheriffToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"消失的宝藏\",\n        \"gameId\": 2573,\n        \"gameOrder\": 548,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/LostToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幸运7\",\n        \"gameId\": 2569,\n        \"gameOrder\": 549,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Lucky7ToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"床下的秘密\",\n        \"gameId\": 2567,\n        \"gameOrder\": 550,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/UnderTheBedToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维京时代\",\n        \"gameId\": 2002,\n        \"gameOrder\": 551,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/VikingAge_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"财富满屋\",\n        \"gameId\": 1997,\n        \"gameOrder\": 552,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TreasureRoom_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"跳跳辣椒\",\n        \"gameId\": 1983,\n        \"gameOrder\": 555,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/PacoandthePoppingPeppers_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"睡美人\",\n        \"gameId\": 1966,\n        \"gameOrder\": 556,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Enchanted_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巴巴里海岸\",\n        \"gameId\": 1963,\n        \"gameOrder\": 557,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BarbaryCoast_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"着陆\",\n        \"gameId\": 1959,\n        \"gameOrder\": 559,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Arrival_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巴巴里海岸\",\n        \"gameId\": 1397,\n        \"gameOrder\": 562,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BarbaryCoast_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"看电影\",\n        \"gameId\": 1395,\n        \"gameOrder\": 563,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AtTheMovies_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"睡美人\",\n        \"gameId\": 643,\n        \"gameOrder\": 567,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Enchanted_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"着陆\",\n        \"gameId\": 383,\n        \"gameOrder\": 568,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Arrival_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"富裕生活\",\n        \"gameId\": 376,\n        \"gameOrder\": 570,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheGlamLife_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"看电影\",\n        \"gameId\": 368,\n        \"gameOrder\": 572,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AttheMovies_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"史前二百万年\",\n        \"gameId\": 362,\n        \"gameOrder\": 574,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/2MillionBC_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"炽热火山\",\n        \"gameId\": 3599,\n        \"gameOrder\": 580,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/HotVolcano_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            }\n        ]\n    }\n]"}],"_postman_id":"151e5ed6-afd0-4659-9e6e-4d53d6fd6165"},{"name":"Get Games iOS","event":[{"listen":"test","script":{"id":"a2cc4544-e9a5-4768-a68a-c5b82f72d921","exec":["// try {","//     var jsonData = pm.response.json();","// } catch (e) {","//     console.log(e);","// }","","// var schema = {","//     \"type\": \"array\",","//     \"items\": [{","//         \"type\": \"object\",","//         \"required\": [\"gameName\",\"gameId\",\"gameOrder\",\"deviceType\",\"gameProvider\",\"gameImageUrl\",\"isNewGame\",\"isMaintenance\",\"hasDemo\",\"gameCatCode\",\"gameCode\",\"createdDate\",\"recommendGame\",\"cmsGameCode\",\"subCategories\"],","//         \"properties\": {","//             \"gameName\": {\"type\": \"string\"},","//             \"gameId\": {\"type\": \"integer\"},","//             \"gameOrder\": {\"type\": \"integer\"},","//             \"deviceType\": {\"type\": \"string\"},","//             \"gameProvider\": {\"type\": \"string\"},","//             \"gameImageUrl\": {\"type\": \"string\"},","//             \"isNewGame\": {\"type\": \"boolean\"},","//             \"isMaintenance\": {\"type\": \"boolean\"},","//             \"hasDemo\": {\"type\": \"boolean\"},","//             \"gameCatCode\": {\"type\": \"string\"},","//             \"gameCode\": {\"type\": \"string\"},","//             \"createdDate\": {\"type\": \"string\"},","//             \"recommendGame\": {\"type\": \"boolean\"},","//             \"cmsGameCode\": {\"type\": \"string\"},","//             \"subCategories\": {","//                 \"type\": \"array\",","//                 \"items\": {}","//             }","//         }","//     }]","// };","","// pm.test(\"Valid data and object check\", function(){","//    pm.expect(jsonData).to.be.not.empty;","//    pm.response.to.have.jsonSchema(schema);","// })","","// try {","//     var objs = jsonData;","//     var keysToCheck = schema[\"items\"][0][\"required\"];","//     var ignoredKeys = ['subCategories'];","//     var subCatKeysToCheck = ['GameSubCatID','GameSubCatCode'];","//     var numberKeys = ['gameId','gameOrder','GameSubCatID'];","//     var booleanKeys = ['isNewGame','isMaintenance','hasDemo','recommendGame'];","","//     objs.forEach(function(obj){","//         pm.test('Check all keys', function(){","//             pm.expect(obj).to.have.all.keys(keysToCheck);","//         });","","//         keysToCheck.forEach(function(key){","//             if(ignoredKeys.indexOf(key) > -1){","//                 return;","//             }","            ","//             if(numberKeys.indexOf(key) == -1 && booleanKeys.indexOf(key) == -1){","//                 pm.test(`Check key not empty - ${key}`, function(){","//                     pm.expect(obj[key]).to.be.not.empty;","//                 }); ","//             }else{","//                 if(booleanKeys.indexOf(key) == -1){","//                     pm.test(`Check key should be number - ${key}`, function(){","//                         pm.expect(obj[key]).to.be.a('number');","//                     });","//                 }else{","//                     pm.test(`Check key should be boolean - ${key}`, function(){","//                         pm.expect(obj[key]).to.be.a('boolean');","//                     });","//                 }","//             }","//         });","","//         pm.sendRequest(obj.gameImageUrl, function (err, res){","//             if (err) { console.log(err); }","//             pm.test(obj.gameImageUrl  + ' image is ok', function(){","//                 pm.expect(err).to.equal(null);","//                 pm.expect(res).to.have.property('code', 200);","//                 pm.expect(res).to.have.property('status', 'OK');","//                 var sizeOK = res.responseSize > 50 ? true : false;","//                 pm.expect(sizeOK).to.be.true;","//             });","//         });","","//         obj.subCategories.forEach(function(subcat) {","//             pm.test('Check all keys', function(){","//                 pm.expect(subcat).to.have.all.keys(subCatKeysToCheck);","//             });","","//             subCatKeysToCheck.forEach(function(key) {","//                 if (numberKeys.indexOf(key) == -1) {","//                     pm.test(`Check key not empty - ${key}`, function(){","//                         pm.expect(subcat[key]).to.be.not.empty;","//                     }); ","//                 } else {","//                     pm.test(`Check subcat should be number - ${subcat[key]}`, function() {","//                         pm.expect(subcat[key]).to.be.a('number');","//                     });","//                 }","//             });","//         });","//     })","// } catch (e) {","//     console.log(e);","// }","","","// var gamesData = pm.environment.get('gamesData');","// if(!gamesData){","//   gamesData = {};","// }else{","//   gamesData = JSON.parse(gamesData);","// }","// var gameCategoryID = pm.environment.get('game_category_id');","// var gameCategoryIDsForGames = pm.environment.get('gameCategoryIDsForGames');","// if(!gameCategoryIDsForGames){","//   gameCategoryIDsForGames = [];","// }","// var games = gamesData[gameCategoryID];","// if(!games){","//   games = [];","// }","// games = games.slice(1);","// gamesData[gameCategoryID] = games;","// pm.environment.set('gamesData', JSON.stringify(gamesData));","// if( games.length == 0 ){","//   gameCategoryIDsForGames = gameCategoryIDsForGames.slice(1);","//   pm.environment.set('gameCategoryIDsForGames',gameCategoryIDsForGames);","// }","// if ( gameCategoryIDsForGames.length > 0 ){``","//   postman.setNextRequest('Get Games Desktop');","// }else{","//   pm.environment.set('gamesData', pm.environment.get('gamesDataBKP'));","//   pm.environment.set('gameCategoryIDsForGames', pm.environment.get('gameCategoryIDsForGamesBKP'));","// }"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"666ddc37-540a-4864-8758-1b7218ec34f5","exec":["var gamesData = pm.environment.get('gamesData');","if(!gamesData){","    gamesData = {};","}else{","    gamesData = JSON.parse(gamesData);","}","var gameCategoryIDsForGames = pm.environment.get('gameCategoryIDsForGames');","if(!gameCategoryIDsForGames){","    gameCategoryIDsForGames = [\"43\"];","}","if(gameCategoryIDsForGames.length == 0){","    gameCategoryIDsForGames = [\"43\"];","}","var games = gamesData[gameCategoryIDsForGames[0]];","if(!games){","    games = [\"71\"];","}","if(games.length == 0){","    games = [\"71\"];","}","","pm.environment.set('game_category_id', gameCategoryIDsForGames[0]);","pm.environment.set('game_provider_id', games[0]);","","",""],"type":"text/javascript"}}],"id":"588faf45-ebec-4e7a-8886-b3a46d7dc7c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"{{url}}/{{lang}}/api/desktop/Games/{{game_category_id}}","description":"<ul>\n<li>This API is used to get <strong>All Games List</strong> which contains:<ul>\n<li>gameName (Title of the game)</li>\n<li>gameId (Game ID)</li>\n<li>gameOrder (Game order number)</li>\n<li>deviceType (Device)</li>\n<li>subCategories (Game Sub Category):<ul>\n<li>GameSubCatID (Game Sub Category Id)</li>\n<li>GameSubCatCode (Game Sub Category Code)</li>\n</ul>\n</li>\n<li>gameProvider (Game Provider name)</li>\n<li>gameImageUrl (Full path of image url)</li>\n<li>isNewGame (Boolean to indicate the game is new or old)</li>\n<li>isMaintenance (Boolean to indicate the game is under maintenance or not)</li>\n<li>hasDemo (Boolean to indicate the game has a demo version or not)</li>\n<li>gameCatCode (Game Category Code)</li>\n</ul>\n</li>\n<li>The structure of this API is :<ul>\n<li><strong>[base_path]</strong>/<strong>[language]</strong>/api/<strong>[device]</strong>/Games/<strong>[game_category_id]</strong>/<strong>[game_provider_id]</strong></li>\n</ul>\n</li>\n<li>Or if you dont need the vendor:<ul>\n<li><strong>[base_path]</strong>/<strong>[language]</strong>/api/<strong>[device]</strong>/Games/<strong>[game_category_id]</strong></li>\n</ul>\n</li>\n</ul>\n<ul>\n<li>Or if you want to retrieve all of the Games :<ul>\n<li><strong>[base_path]</strong>/<strong>[language]</strong>/api/<strong>[device]</strong>/Games</li>\n</ul>\n</li>\n<li>devices for filter format:<ul>\n<li>IOS app : <strong>ios</strong></li>\n<li>Android app : <strong>android</strong></li>\n<li>Mobile Web : <strong>mobile-web</strong></li>\n<li>Desktop : <strong>desktop</strong></li>\n</ul>\n</li>\n<li>Put the token provided into the header section</li>\n<li>The language code :<ul>\n<li>Chinese : zh-hans</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{lang}}","api","desktop","Games","{{game_category_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1da99265-1bdc-4e1b-9672-1d18e33ffe1d","name":"stage 200 : filter by game category id, device = android","originalRequest":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"https://hkstcmsppsb.fubnb.com/zh-hans/api/android/Games/43"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.5"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Wed, 11 Sep 2019 07:16:41 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_category config:field.storage.node.field_demo config:field.storage.node.field_devices config:field.storage.node.field_game_tagging config:field.storage.node.field_game_type config:field.storage.node.field_multiple_images_app config:field.storage.node.field_new_game config:field.storage.node.field_order config:field.storage.node.field_under_maintenance config:field.storage.node.field_vendor config:views.view.tlc_games_api extensions http_response node:1116 node:1117 node:1118 node:1119 node:1120 node:1121 node:1122 node:1124 node:1125 node:1126 node:1127 node:1128 node:1129 node:1130 node:1131 node:1132 node:1133 node:1134 node:1135 node:1136 node:1137 node:1138 node:1139 node:1140 node:1141 node:1142 node:1143 node:1144 node:1145 node:1146 node:1147 node:1148 node:1149 node:1150 node:1151 node:1152 node:1153 node:1154 node:1155 node:1156 node:1157 node:1158 node:1159 node:1160 node:1161 node:1162 node:1163 node:1164 node:1165 node:1166 node:1167 node:1168 node:1169 node:1170 node:1171 node:1172 node:1173 node:1174 node:1175 node:1176 node:1177 node:1178 node:1179 node:1180 node:1181 node:1182 node:1183 node:1184 node:1185 node:1186 node:1187 node:1188 node:1189 node:1190 node:1191 node:1192 node:1193 node:1194 node:1195 node:1196 node:1197 node:1198 node:1199 node:1200 node:1201 node:1202 node:1203 node:1204 node:1205 node:1206 node:1207 node:1208 node:1209 node:1210 node:1211 node:1212 node:1213 node:1214 node:1215 node:1216 node:1217 node:1218 node:1219 node:1220 node:1221 node:1222 node:1223 node:1224 node:1225 node:1226 node:1227 node:1228 node:1229 node:1230 node:1231 node:1232 node:1233 node:1234 node:1235 node:1236 node:1237 node:1238 node:1239 node:1240 node:1241 node:1242 node:1243 node:1244 node:1245 node:1246 node:1247 node:1248 node:1249 node:1250 node:1251 node:1252 node:1253 node:1254 node:1255 node:1256 node:1257 node:1258 node:1259 node:1260 node:1261 node:1262 node:1263 node:1264 node:1265 node:1266 node:1269 node:1270 node:1272 node:1273 node:1275 node:1277 node:1278 node:1279 node:1281 node:1283 node:1284 node:1285 node:1287 node:1289 node:1291 node:1294 node:1295 node:1297 node:1299 node:1300 node:1302 node:1303 node:1305 node:1306 node:1307 node:1308 node:1309 node:1311 node:1313 node:1314 node:1315 node:1316 node:1318 node:1320 node:1321 node:1323 node:1325 node:1326 node:1327 node:1328 node:1329 node:1330 node:1331 node:1338 node:1339 node:1340 node:1341 node:1342 node:1343 node:1344 node:1345 node:1346 node:1347 node:1348 node:1349 node:1350 node:1351 node:1352 node:1353 node:1354 node:1355 node:1356 node:1357 node:1358 node:1364 node:1365 node:1366 node:1367 node:1368 node:1370 node:1372 node:1373 node:1374 node:1375 node:1376 node:1377 node:1384 node:1385 node:1386 node:1387 node:1388 node:1389 node:1396 node:1397 node:1398 node:1399 node:1400 node:1402 node:1403 node:1404 node:1405 node:1406 node:1407 node:1408 node:1409 node:1410 node:1411 node:1412 node:1413 node:1414 node:1415 node:1416 node:1417 node:1418 node:1419 node:1420 node:1421 node:1422 node:1423 node:1424 node:1425 node:1426 node:1427 node:1428 node:1429 node:1430 node:1431 node:1432 node:1433 node:1435 node:1436 node:1441 node:1442 node:1443 node:1445 node:1446 node:1447 node:1448 node:1449 node:1450 node:1451 node:1452 node:1453 node:1454 node:1455 node:1456 node:1457 node:1458 node:1459 node:1460 node:1461 node:1462 node:1463 node:1464 node:1465 node:1466 node:1467 node:1468 node:1469 node:1470 node:1471 node:1472 node:1473 node:1474 node:1475 node:1476 node:1477 node:1478 node:1479 node:1480 node:1481 node:1482 node:1483 node:1484 node:1485 node:1486 node:1487 node:1488 node:1489 node:1490 node:1491 node:1492 node:1493 node:1494 node:1495 node:1496 node:1497 node:1498 node:1499 node:1500 node:1501 node:1502 node:1503 node:1504 node:1505 node:1506 node:1507 node:1508 node:1509 node:1510 node:1511 node:1512 node:1513 node:1514 node:1515 node:1516 node:1517 node:1518 node:1519 node:1520 node:1521 node:1522 node:1523 node:1524 node:1525 node:1526 node:1527 node:1648 node:1954 node:2041 node:2181 node:2202 node:2204 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.node_grants:view user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"gameName\": \"财神到\",\n        \"gameId\": 3007,\n        \"gameOrder\": 32,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/GodofWealth_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"超级 6\",\n        \"gameId\": 3024,\n        \"gameOrder\": 33,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Super6_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"古希臘英雄\",\n        \"gameId\": 2995,\n        \"gameOrder\": 34,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Achilles_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"古代战士\",\n        \"gameId\": 3001,\n        \"gameOrder\": 35,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Zhanshi_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"德州大亨\",\n        \"gameId\": 3005,\n        \"gameOrder\": 37,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TexanTycoon_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"缤纷圣诞\",\n        \"gameId\": 3026,\n        \"gameOrder\": 42,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TheNiceList_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"阿拉丁的愿望\",\n        \"gameId\": 2999,\n        \"gameOrder\": 43,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/AladdinsWishes_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"人鱼女王\",\n        \"gameId\": 3020,\n        \"gameOrder\": 44,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/MermaidQueen_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"龙卷风\",\n        \"gameId\": 3013,\n        \"gameOrder\": 45,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TripleTwister_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"凯撒帝国\",\n        \"gameId\": 2997,\n        \"gameOrder\": 47,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/CaesarsEmpire_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"三國之赤壁之戰\",\n        \"gameId\": 3603,\n        \"gameOrder\": 56,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"TG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10-game-images/Slot/TG/3KingdomsBattleofRedCliffs_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魔幻猫熊\",\n        \"gameId\": 3365,\n        \"gameOrder\": 59,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/PandaMagic_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"金矿探索\",\n        \"gameId\": 3362,\n        \"gameOrder\": 60,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Paydirt_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"爵士音乐家\",\n        \"gameId\": 3350,\n        \"gameOrder\": 61,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TheBigBopper_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞凤骚女\",\n        \"gameId\": 3025,\n        \"gameOrder\": 63,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TheNaughtyList_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"模特梦\",\n        \"gameId\": 3017,\n        \"gameOrder\": 64,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/HighFashion_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"农村人家\",\n        \"gameId\": 3016,\n        \"gameOrder\": 65,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Henhouse_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"永恒的爱\",\n        \"gameId\": 3015,\n        \"gameOrder\": 66,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/EternalLove_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"深海遨游\",\n        \"gameId\": 3009,\n        \"gameOrder\": 67,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/CrystalWaters_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"恶棍郊狼\",\n        \"gameId\": 3004,\n        \"gameOrder\": 68,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/CoyoteCash_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幸运 6\",\n        \"gameId\": 3003,\n        \"gameOrder\": 69,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Lucky6_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"海狸伐木先生\",\n        \"gameId\": 2998,\n        \"gameOrder\": 70,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/BuilderBeaver_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"女巫温妮\",\n        \"gameId\": 2996,\n        \"gameOrder\": 71,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/BubbleBubble_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"警匪追逐\",\n        \"gameId\": 2994,\n        \"gameOrder\": 72,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/CashBandits_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"欢乐满屋\",\n        \"gameId\": 371,\n        \"gameOrder\": 73,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/HouseofFun_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"招财福猪\",\n        \"gameId\": 4416,\n        \"gameOrder\": 73,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"TG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10-game-images/Slot/TG/GoldenPig_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"野狼黄金\",\n        \"gameId\": 3602,\n        \"gameOrder\": 77,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"TG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10-game-images/Slot/TG/WolfGold_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"水晶派对\",\n        \"gameId\": 4375,\n        \"gameOrder\": 83,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/CrystalCrush_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 273,\n                \"GameSubCatCode\": \"Arcade\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"鲨鱼总动员\",\n        \"gameId\": 4374,\n        \"gameOrder\": 84,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/Shark_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"闪亮之屋\",\n        \"gameId\": 2636,\n        \"gameOrder\": 85,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/DeckTheHalls_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"快乐假期\",\n        \"gameId\": 1760,\n        \"gameOrder\": 86,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/HappyHoliday_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞狗狗\",\n        \"gameId\": 1759,\n        \"gameOrder\": 87,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/SantaPaws_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"大魔术师\",\n        \"gameId\": 4174,\n        \"gameOrder\": 133,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"DTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/DTG/Magician_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"禁酒\",\n        \"gameId\": 4154,\n        \"gameOrder\": 135,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Temperance_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"招财进宝\",\n        \"gameId\": 3320,\n        \"gameOrder\": 141,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/ZhaoCaiJinBao_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"公路王国\",\n        \"gameId\": 3430,\n        \"gameOrder\": 142,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/HighwayKings_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"年年有余\",\n        \"gameId\": 3324,\n        \"gameOrder\": 143,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/NianNianYouYu_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"湛蓝深海\",\n        \"gameId\": 3318,\n        \"gameOrder\": 147,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/GreatBlue_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"熊之舞\",\n        \"gameId\": 3322,\n        \"gameOrder\": 148,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/BonusBears_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"美式赛车\",\n        \"gameId\": 2617,\n        \"gameOrder\": 160,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/5ReelDrive_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"足球明星\",\n        \"gameId\": 2638,\n        \"gameOrder\": 163,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/FootballStar_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"沙滩宝贝\",\n        \"gameId\": 2625,\n        \"gameOrder\": 164,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/BeachBabes_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"终极足球\",\n        \"gameId\": 3607,\n        \"gameOrder\": 197,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FootballRules_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"汪旺财\",\n        \"gameId\": 3822,\n        \"gameOrder\": 230,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"SPG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/SPG/WowProsperity_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"诙谐财富\",\n        \"gameId\": 3608,\n        \"gameOrder\": 253,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FortunesofTheFox_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"白雪经典童话\",\n        \"gameId\": 3606,\n        \"gameOrder\": 254,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FairestofThemAll_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞奇迹\",\n        \"gameId\": 3345,\n        \"gameOrder\": 281,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/SantaSurprise_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"樱桃之恋\",\n        \"gameId\": 3344,\n        \"gameOrder\": 282,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/CherryLove_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"艺伎故事\",\n        \"gameId\": 3343,\n        \"gameOrder\": 283,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/GeishaStory_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"埃斯梅拉达\",\n        \"gameId\": 3339,\n        \"gameOrder\": 284,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/Esmeralda_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"豪华的开心假期\",\n        \"gameId\": 3338,\n        \"gameOrder\": 285,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/VacationStation_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"沉默的武士\",\n        \"gameId\": 3337,\n        \"gameOrder\": 286,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/SilentSamurai_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"甜蜜派对\",\n        \"gameId\": 3335,\n        \"gameOrder\": 287,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/SweetParty_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"白狮王\",\n        \"gameId\": 3333,\n        \"gameOrder\": 288,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/WhiteKing_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"北极宝藏\",\n        \"gameId\": 3332,\n        \"gameOrder\": 289,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/ArcticTreasure_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"满月财富\",\n        \"gameId\": 3331,\n        \"gameOrder\": 290,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FullMoonFortune_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"趣味水果\",\n        \"gameId\": 3330,\n        \"gameOrder\": 291,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FunkyFruits_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"赌徒\",\n        \"gameId\": 3329,\n        \"gameOrder\": 292,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/WildGambler_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"惊喜复活节\",\n        \"gameId\": 3328,\n        \"gameOrder\": 293,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/EasterSurprise_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"泰国天堂\",\n        \"gameId\": 3327,\n        \"gameOrder\": 294,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/ThaiParadise_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"宝物箱中寻\",\n        \"gameId\": 3325,\n        \"gameOrder\": 295,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/ChestsOfPlenty_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"万圣节财务\",\n        \"gameId\": 3321,\n        \"gameOrder\": 296,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/HalloweenFortune_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"猫女王\",\n        \"gameId\": 3319,\n        \"gameOrder\": 297,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/CatQueen_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"MGS老虎机(安卓下载版)\",\n        \"gameId\": 2677,\n        \"gameOrder\": 339,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MGSSlotDownload_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"阿丽亚娜\",\n        \"gameId\": 2675,\n        \"gameOrder\": 340,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Ariana_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"浪漫法国\",\n        \"gameId\": 2669,\n        \"gameOrder\": 341,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Voila_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"尼罗河宝藏\",\n        \"gameId\": 2667,\n        \"gameOrder\": 342,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/TreasureNile_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"古墓丽影\",\n        \"gameId\": 2666,\n        \"gameOrder\": 343,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/TombRaider_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"疯狂大冒险\",\n        \"gameId\": 2661,\n        \"gameOrder\": 344,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/TheGrandJourney_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"诸神之战\",\n        \"gameId\": 2658,\n        \"gameOrder\": 345,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/StashoftheTitans_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"灰狼之夜\",\n        \"gameId\": 2655,\n        \"gameOrder\": 346,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/SilverFang_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"神秘之梦\",\n        \"gameId\": 2652,\n        \"gameOrder\": 347,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MysticDreams_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"百万钞票\",\n        \"gameId\": 2650,\n        \"gameOrder\": 348,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MegaMoolah_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"玛雅公主\",\n        \"gameId\": 2649,\n        \"gameOrder\": 349,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MayanPrincess_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"军队大富翁\",\n        \"gameId\": 2648,\n        \"gameOrder\": 350,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MajorMillions_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"瘋帽子先生\",\n        \"gameId\": 2647,\n        \"gameOrder\": 351,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MadHatters_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"黑帮老大\",\n        \"gameId\": 2646,\n        \"gameOrder\": 352,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Loaded_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"狮子王\",\n        \"gameId\": 2645,\n        \"gameOrder\": 353,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/LionsPride_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"加德滿都\",\n        \"gameId\": 2643,\n        \"gameOrder\": 354,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Kathmandu_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"伊斯女王\",\n        \"gameId\": 2642,\n        \"gameOrder\": 355,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Isis_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"杀手\",\n        \"gameId\": 2641,\n        \"gameOrder\": 356,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Hitman_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"金钱帝国\",\n        \"gameId\": 2640,\n        \"gameOrder\": 357,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/HighSociety_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"万圣狂欢夜\",\n        \"gameId\": 2639,\n        \"gameOrder\": 358,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Halloweenies_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"鹰翼行动\",\n        \"gameId\": 2637,\n        \"gameOrder\": 359,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/EaglesWings_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"沙发土豆\",\n        \"gameId\": 2635,\n        \"gameOrder\": 360,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/CouchPotato_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"无限现金\",\n        \"gameId\": 2632,\n        \"gameOrder\": 361,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/CashSplash_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"非洲大草原\",\n        \"gameId\": 2630,\n        \"gameOrder\": 362,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/BushTelegraph_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"美国梦\",\n        \"gameId\": 2624,\n        \"gameOrder\": 363,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/BarsandStripes_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"航海时代\",\n        \"gameId\": 2620,\n        \"gameOrder\": 364,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/AgeofDiscovery_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"丛林探险\",\n        \"gameId\": 2619,\n        \"gameOrder\": 365,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/AdventurePalace_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"罗宾\",\n        \"gameId\": 2618,\n        \"gameOrder\": 366,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Robyn_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巨钻珍宝\",\n        \"gameId\": 4169,\n        \"gameOrder\": 387,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGems_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奇怪机器\",\n        \"gameId\": 4152,\n        \"gameOrder\": 391,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheCuriousMachinePlus_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奇怪机器\",\n        \"gameId\": 4151,\n        \"gameOrder\": 392,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheCuriousMachinePlus_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机怪兽\",\n        \"gameId\": 4149,\n        \"gameOrder\": 394,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FrankenslotsMonster_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机怪兽\",\n        \"gameId\": 4147,\n        \"gameOrder\": 395,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FrankenslotsMonster_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维京时代\",\n        \"gameId\": 4143,\n        \"gameOrder\": 397,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/VikingAge_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"财富满屋\",\n        \"gameId\": 4142,\n        \"gameOrder\": 398,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TreasureRoom_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"妈妈咪啊\",\n        \"gameId\": 4141,\n        \"gameOrder\": 399,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MammaMia_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"妈妈咪啊\",\n        \"gameId\": 4140,\n        \"gameOrder\": 400,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MammaMia_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奥科莫之塔\",\n        \"gameId\": 4138,\n        \"gameOrder\": 402,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AlkemorsTower_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奥科莫之塔\",\n        \"gameId\": 4137,\n        \"gameOrder\": 403,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AlkemorsTower_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"天使老虎机\",\n        \"gameId\": 4136,\n        \"gameOrder\": 404,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotsAngels_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"富裕生活\",\n        \"gameId\": 4135,\n        \"gameOrder\": 405,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GlamLife_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞颂歌\",\n        \"gameId\": 4133,\n        \"gameOrder\": 406,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AChristmasCarolMobile_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞颂歌\",\n        \"gameId\": 4132,\n        \"gameOrder\": 407,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AChristmasCarol_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"糖果甜心\",\n        \"gameId\": 2579,\n        \"gameOrder\": 413,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SugarPop_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"神灯精灵\",\n        \"gameId\": 3246,\n        \"gameOrder\": 417,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GeniesFortune_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"发发双胞胎\",\n        \"gameId\": 3225,\n        \"gameOrder\": 418,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Fa-FaTwins_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"发发双胞胎\",\n        \"gameId\": 3224,\n        \"gameOrder\": 419,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Fa-FaTwins_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"淘金达人\",\n        \"gameId\": 3173,\n        \"gameOrder\": 422,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MoreGoldDiggin_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"淘金达人\",\n        \"gameId\": 2577,\n        \"gameOrder\": 424,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MoreGoldDigginToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父 2\",\n        \"gameId\": 3515,\n        \"gameOrder\": 426,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Slotfather2_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父 2\",\n        \"gameId\": 3514,\n        \"gameOrder\": 427,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Slotfather2_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"海底世界\",\n        \"gameId\": 2570,\n        \"gameOrder\": 430,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/UnderTheSeaToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"水果物语\",\n        \"gameId\": 2586,\n        \"gameOrder\": 432,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FruitZen_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幻影世界\",\n        \"gameId\": 2587,\n        \"gameOrder\": 434,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TrueIllusionsToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"贪婪的精灵\",\n        \"gameId\": 2559,\n        \"gameOrder\": 436,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GreedyGoblinsToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"复仇时代\",\n        \"gameId\": 2568,\n        \"gameOrder\": 439,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/RooksRevengeToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"灿烂火花\",\n        \"gameId\": 2566,\n        \"gameOrder\": 442,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BoomanjiToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"大亨\",\n        \"gameId\": 2572,\n        \"gameOrder\": 444,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TycoonsToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"拉霸之父\",\n        \"gameId\": 3288,\n        \"gameOrder\": 446,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheSlotfatherToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"拉霸之父\",\n        \"gameId\": 2562,\n        \"gameOrder\": 448,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheSlotfatherToGo_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"烽火之战\",\n        \"gameId\": 3721,\n        \"gameOrder\": 469,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FireandSteel_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"烽火之战\",\n        \"gameId\": 3720,\n        \"gameOrder\": 470,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FireandSteel_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魔术坊\",\n        \"gameId\": 3700,\n        \"gameOrder\": 472,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheMagieShoppe_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魔术坊\",\n        \"gameId\": 3699,\n        \"gameOrder\": 473,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheMagieShoppe_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"垂钓之王\",\n        \"gameId\": 3611,\n        \"gameOrder\": 478,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheAngler_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"垂钓之王\",\n        \"gameId\": 3610,\n        \"gameOrder\": 479,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheAngler_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"时间扭曲护卫者\",\n        \"gameId\": 3601,\n        \"gameOrder\": 481,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/TimeWrapGuardian_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"樱桃炸弹升级版\",\n        \"gameId\": 3600,\n        \"gameOrder\": 482,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/CherryBombDeluxe_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"飞鸟\",\n        \"gameId\": 3444,\n        \"gameOrder\": 495,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Birds_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魅力四叶草\",\n        \"gameId\": 3443,\n        \"gameOrder\": 496,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/CharmsandClovers_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"可爱猫咪\",\n        \"gameId\": 3442,\n        \"gameOrder\": 497,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/KawaiiKitty_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"飞鸟\",\n        \"gameId\": 3438,\n        \"gameOrder\": 501,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Birds_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魅力四叶草\",\n        \"gameId\": 3437,\n        \"gameOrder\": 502,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/CharmsandClovers_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"可爱猫咪\",\n        \"gameId\": 3436,\n        \"gameOrder\": 503,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/KawaiiKitty_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"石油\",\n        \"gameId\": 3283,\n        \"gameOrder\": 504,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BlackGold_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"罪恶之城之夜\",\n        \"gameId\": 3228,\n        \"gameOrder\": 505,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SinCityNights_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"罪恶之城之夜\",\n        \"gameId\": 3227,\n        \"gameOrder\": 506,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SinCityNights_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维加斯周末\",\n        \"gameId\": 3175,\n        \"gameOrder\": 511,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/WeekendInVegas_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父\",\n        \"gameId\": 3174,\n        \"gameOrder\": 512,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotfatherJP_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"迷人的生活\",\n        \"gameId\": 3172,\n        \"gameOrder\": 513,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGlamLife_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幸运7\",\n        \"gameId\": 3171,\n        \"gameOrder\": 514,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Lucky7_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"伟大的88\",\n        \"gameId\": 3170,\n        \"gameOrder\": 515,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Great88_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"黑洞表面\",\n        \"gameId\": 3169,\n        \"gameOrder\": 516,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/EventHorizon_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"七重天\",\n        \"gameId\": 3168,\n        \"gameOrder\": 517,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/7thHeaven_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维加斯周末\",\n        \"gameId\": 3167,\n        \"gameOrder\": 518,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/WeekendInVegas_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父\",\n        \"gameId\": 3166,\n        \"gameOrder\": 519,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotfatherJP_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"迷人的生活\",\n        \"gameId\": 3164,\n        \"gameOrder\": 520,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGlamLife_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"伟大的88\",\n        \"gameId\": 3162,\n        \"gameOrder\": 521,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Great88_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"黑洞表面\",\n        \"gameId\": 3161,\n        \"gameOrder\": 522,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/EventHorizon_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"七重天\",\n        \"gameId\": 3160,\n        \"gameOrder\": 523,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/7thHeaven_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"龙族传说\",\n        \"gameId\": 2799,\n        \"gameOrder\": 534,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/4Season_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"来自星星的它\",\n        \"gameId\": 2584,\n        \"gameOrder\": 544,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/ItCameFromVenus_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"木偶匹诺曹\",\n        \"gameId\": 2580,\n        \"gameOrder\": 545,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Pinocchio_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"小狗情缘\",\n        \"gameId\": 2575,\n        \"gameOrder\": 546,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/PuppyLoveToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"正义警长\",\n        \"gameId\": 2574,\n        \"gameOrder\": 547,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheTrueSheriffToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"消失的宝藏\",\n        \"gameId\": 2573,\n        \"gameOrder\": 548,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/LostToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幸运7\",\n        \"gameId\": 2569,\n        \"gameOrder\": 549,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Lucky7ToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"床下的秘密\",\n        \"gameId\": 2567,\n        \"gameOrder\": 550,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/UnderTheBedToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维京时代\",\n        \"gameId\": 2002,\n        \"gameOrder\": 551,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/VikingAge_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"财富满屋\",\n        \"gameId\": 1997,\n        \"gameOrder\": 552,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TreasureRoom_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"跳跳辣椒\",\n        \"gameId\": 1983,\n        \"gameOrder\": 555,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/PacoandthePoppingPeppers_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"睡美人\",\n        \"gameId\": 1966,\n        \"gameOrder\": 556,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Enchanted_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巴巴里海岸\",\n        \"gameId\": 1963,\n        \"gameOrder\": 557,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BarbaryCoast_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"着陆\",\n        \"gameId\": 1959,\n        \"gameOrder\": 559,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Arrival_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巴巴里海岸\",\n        \"gameId\": 1397,\n        \"gameOrder\": 562,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BarbaryCoast_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"看电影\",\n        \"gameId\": 1395,\n        \"gameOrder\": 563,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AtTheMovies_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"睡美人\",\n        \"gameId\": 643,\n        \"gameOrder\": 567,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Enchanted_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"着陆\",\n        \"gameId\": 383,\n        \"gameOrder\": 568,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Arrival_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"富裕生活\",\n        \"gameId\": 376,\n        \"gameOrder\": 570,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheGlamLife_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"看电影\",\n        \"gameId\": 368,\n        \"gameOrder\": 572,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AttheMovies_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"史前二百万年\",\n        \"gameId\": 362,\n        \"gameOrder\": 574,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/2MillionBC_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"炽热火山\",\n        \"gameId\": 3599,\n        \"gameOrder\": 580,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/HotVolcano_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            }\n        ]\n    }\n]"},{"id":"b7d7d3b7-6109-4aa2-8683-e53151167301","name":"stage 200 : using all filters provided","originalRequest":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"https://hkstcmsppsb.fubnb.com/zh-hans/api/android/Games/43/71"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.5"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Wed, 11 Sep 2019 07:15:28 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_category config:field.storage.node.field_demo config:field.storage.node.field_devices config:field.storage.node.field_game_tagging config:field.storage.node.field_game_type config:field.storage.node.field_multiple_images_app config:field.storage.node.field_new_game config:field.storage.node.field_order config:field.storage.node.field_under_maintenance config:field.storage.node.field_vendor config:views.view.tlc_games_api extensions http_response node:1119 node:1122 node:1131 node:1269 node:1272 node:1275 node:1277 node:1281 node:1283 node:1285 node:1287 node:1289 node:1294 node:1297 node:1305 node:1311 node:1318 node:1323 node:1338 node:1339 node:1340 node:1364 node:1365 node:1366 node:1367 node:1370 node:1384 node:1385 node:1386 node:1387 node:1388 node:1389 node:1400 node:1435 node:1436 node:1443 node:1445 node:1523 node:1954 node:2181 node:2202 node:2204 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.node_grants:view user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"gameName\": \"欢乐满屋\",\n        \"gameId\": 371,\n        \"gameOrder\": 73,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/HouseofFun_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巨钻珍宝\",\n        \"gameId\": 4169,\n        \"gameOrder\": 387,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGems_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奇怪机器\",\n        \"gameId\": 4152,\n        \"gameOrder\": 391,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheCuriousMachinePlus_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奇怪机器\",\n        \"gameId\": 4151,\n        \"gameOrder\": 392,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheCuriousMachinePlus_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机怪兽\",\n        \"gameId\": 4149,\n        \"gameOrder\": 394,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FrankenslotsMonster_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机怪兽\",\n        \"gameId\": 4147,\n        \"gameOrder\": 395,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FrankenslotsMonster_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维京时代\",\n        \"gameId\": 4143,\n        \"gameOrder\": 397,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/VikingAge_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"财富满屋\",\n        \"gameId\": 4142,\n        \"gameOrder\": 398,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TreasureRoom_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"妈妈咪啊\",\n        \"gameId\": 4141,\n        \"gameOrder\": 399,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MammaMia_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"妈妈咪啊\",\n        \"gameId\": 4140,\n        \"gameOrder\": 400,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MammaMia_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奥科莫之塔\",\n        \"gameId\": 4138,\n        \"gameOrder\": 402,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AlkemorsTower_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奥科莫之塔\",\n        \"gameId\": 4137,\n        \"gameOrder\": 403,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AlkemorsTower_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"天使老虎机\",\n        \"gameId\": 4136,\n        \"gameOrder\": 404,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotsAngels_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"富裕生活\",\n        \"gameId\": 4135,\n        \"gameOrder\": 405,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GlamLife_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞颂歌\",\n        \"gameId\": 4133,\n        \"gameOrder\": 406,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AChristmasCarolMobile_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞颂歌\",\n        \"gameId\": 4132,\n        \"gameOrder\": 407,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AChristmasCarol_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"糖果甜心\",\n        \"gameId\": 2579,\n        \"gameOrder\": 413,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SugarPop_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"神灯精灵\",\n        \"gameId\": 3246,\n        \"gameOrder\": 417,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GeniesFortune_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"发发双胞胎\",\n        \"gameId\": 3225,\n        \"gameOrder\": 418,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Fa-FaTwins_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"发发双胞胎\",\n        \"gameId\": 3224,\n        \"gameOrder\": 419,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Fa-FaTwins_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"淘金达人\",\n        \"gameId\": 3173,\n        \"gameOrder\": 422,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MoreGoldDiggin_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"淘金达人\",\n        \"gameId\": 2577,\n        \"gameOrder\": 424,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MoreGoldDigginToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父 2\",\n        \"gameId\": 3515,\n        \"gameOrder\": 426,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Slotfather2_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父 2\",\n        \"gameId\": 3514,\n        \"gameOrder\": 427,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Slotfather2_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"海底世界\",\n        \"gameId\": 2570,\n        \"gameOrder\": 430,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/UnderTheSeaToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"水果物语\",\n        \"gameId\": 2586,\n        \"gameOrder\": 432,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FruitZen_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幻影世界\",\n        \"gameId\": 2587,\n        \"gameOrder\": 434,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TrueIllusionsToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"贪婪的精灵\",\n        \"gameId\": 2559,\n        \"gameOrder\": 436,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GreedyGoblinsToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"复仇时代\",\n        \"gameId\": 2568,\n        \"gameOrder\": 439,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/RooksRevengeToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"灿烂火花\",\n        \"gameId\": 2566,\n        \"gameOrder\": 442,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BoomanjiToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"大亨\",\n        \"gameId\": 2572,\n        \"gameOrder\": 444,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TycoonsToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"拉霸之父\",\n        \"gameId\": 3288,\n        \"gameOrder\": 446,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheSlotfatherToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"拉霸之父\",\n        \"gameId\": 2562,\n        \"gameOrder\": 448,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheSlotfatherToGo_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"烽火之战\",\n        \"gameId\": 3721,\n        \"gameOrder\": 469,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FireandSteel_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"烽火之战\",\n        \"gameId\": 3720,\n        \"gameOrder\": 470,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FireandSteel_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魔术坊\",\n        \"gameId\": 3700,\n        \"gameOrder\": 472,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheMagieShoppe_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魔术坊\",\n        \"gameId\": 3699,\n        \"gameOrder\": 473,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheMagieShoppe_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"垂钓之王\",\n        \"gameId\": 3611,\n        \"gameOrder\": 478,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheAngler_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"垂钓之王\",\n        \"gameId\": 3610,\n        \"gameOrder\": 479,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheAngler_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"飞鸟\",\n        \"gameId\": 3444,\n        \"gameOrder\": 495,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Birds_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魅力四叶草\",\n        \"gameId\": 3443,\n        \"gameOrder\": 496,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/CharmsandClovers_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"可爱猫咪\",\n        \"gameId\": 3442,\n        \"gameOrder\": 497,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/KawaiiKitty_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"飞鸟\",\n        \"gameId\": 3438,\n        \"gameOrder\": 501,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Birds_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魅力四叶草\",\n        \"gameId\": 3437,\n        \"gameOrder\": 502,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/CharmsandClovers_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"可爱猫咪\",\n        \"gameId\": 3436,\n        \"gameOrder\": 503,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/KawaiiKitty_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"石油\",\n        \"gameId\": 3283,\n        \"gameOrder\": 504,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BlackGold_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"罪恶之城之夜\",\n        \"gameId\": 3228,\n        \"gameOrder\": 505,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SinCityNights_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"罪恶之城之夜\",\n        \"gameId\": 3227,\n        \"gameOrder\": 506,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SinCityNights_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维加斯周末\",\n        \"gameId\": 3175,\n        \"gameOrder\": 511,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/WeekendInVegas_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父\",\n        \"gameId\": 3174,\n        \"gameOrder\": 512,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotfatherJP_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"迷人的生活\",\n        \"gameId\": 3172,\n        \"gameOrder\": 513,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGlamLife_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幸运7\",\n        \"gameId\": 3171,\n        \"gameOrder\": 514,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Lucky7_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"伟大的88\",\n        \"gameId\": 3170,\n        \"gameOrder\": 515,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Great88_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"黑洞表面\",\n        \"gameId\": 3169,\n        \"gameOrder\": 516,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/EventHorizon_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"七重天\",\n        \"gameId\": 3168,\n        \"gameOrder\": 517,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/7thHeaven_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维加斯周末\",\n        \"gameId\": 3167,\n        \"gameOrder\": 518,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/WeekendInVegas_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父\",\n        \"gameId\": 3166,\n        \"gameOrder\": 519,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotfatherJP_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"迷人的生活\",\n        \"gameId\": 3164,\n        \"gameOrder\": 520,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGlamLife_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"伟大的88\",\n        \"gameId\": 3162,\n        \"gameOrder\": 521,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Great88_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"黑洞表面\",\n        \"gameId\": 3161,\n        \"gameOrder\": 522,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/EventHorizon_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"七重天\",\n        \"gameId\": 3160,\n        \"gameOrder\": 523,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/7thHeaven_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"龙族传说\",\n        \"gameId\": 2799,\n        \"gameOrder\": 534,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/4Season_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"来自星星的它\",\n        \"gameId\": 2584,\n        \"gameOrder\": 544,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/ItCameFromVenus_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"木偶匹诺曹\",\n        \"gameId\": 2580,\n        \"gameOrder\": 545,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Pinocchio_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"小狗情缘\",\n        \"gameId\": 2575,\n        \"gameOrder\": 546,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/PuppyLoveToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"正义警长\",\n        \"gameId\": 2574,\n        \"gameOrder\": 547,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheTrueSheriffToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"消失的宝藏\",\n        \"gameId\": 2573,\n        \"gameOrder\": 548,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/LostToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幸运7\",\n        \"gameId\": 2569,\n        \"gameOrder\": 549,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Lucky7ToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"床下的秘密\",\n        \"gameId\": 2567,\n        \"gameOrder\": 550,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/UnderTheBedToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维京时代\",\n        \"gameId\": 2002,\n        \"gameOrder\": 551,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/VikingAge_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"财富满屋\",\n        \"gameId\": 1997,\n        \"gameOrder\": 552,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TreasureRoom_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"跳跳辣椒\",\n        \"gameId\": 1983,\n        \"gameOrder\": 555,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/PacoandthePoppingPeppers_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"睡美人\",\n        \"gameId\": 1966,\n        \"gameOrder\": 556,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Enchanted_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巴巴里海岸\",\n        \"gameId\": 1963,\n        \"gameOrder\": 557,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BarbaryCoast_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"着陆\",\n        \"gameId\": 1959,\n        \"gameOrder\": 559,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Arrival_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巴巴里海岸\",\n        \"gameId\": 1397,\n        \"gameOrder\": 562,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BarbaryCoast_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"看电影\",\n        \"gameId\": 1395,\n        \"gameOrder\": 563,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AtTheMovies_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"睡美人\",\n        \"gameId\": 643,\n        \"gameOrder\": 567,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Enchanted_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"着陆\",\n        \"gameId\": 383,\n        \"gameOrder\": 568,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Arrival_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"富裕生活\",\n        \"gameId\": 376,\n        \"gameOrder\": 570,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheGlamLife_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"看电影\",\n        \"gameId\": 368,\n        \"gameOrder\": 572,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AttheMovies_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"史前二百万年\",\n        \"gameId\": 362,\n        \"gameOrder\": 574,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/2MillionBC_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    }\n]"},{"id":"fa82ac4e-d98d-4745-b358-e41ab8b48a58","name":"stage 200 : all game list with device = android","originalRequest":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"https://hkstcmsppsb.fubnb.com/zh-hans/api/android/Games"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.5"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Wed, 11 Sep 2019 07:17:45 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_category config:field.storage.node.field_demo config:field.storage.node.field_devices config:field.storage.node.field_game_tagging config:field.storage.node.field_game_type config:field.storage.node.field_multiple_images_app config:field.storage.node.field_new_game config:field.storage.node.field_order config:field.storage.node.field_under_maintenance config:field.storage.node.field_vendor config:views.view.tlc_games_api extensions http_response node:1116 node:1117 node:1118 node:1119 node:1120 node:1121 node:1122 node:1124 node:1125 node:1126 node:1127 node:1128 node:1129 node:1130 node:1131 node:1132 node:1133 node:1134 node:1135 node:1136 node:1137 node:1138 node:1139 node:1140 node:1141 node:1142 node:1143 node:1144 node:1145 node:1146 node:1147 node:1148 node:1149 node:1150 node:1151 node:1152 node:1153 node:1154 node:1155 node:1156 node:1157 node:1158 node:1159 node:1160 node:1161 node:1162 node:1163 node:1164 node:1165 node:1166 node:1167 node:1168 node:1169 node:1170 node:1171 node:1172 node:1173 node:1174 node:1175 node:1176 node:1177 node:1178 node:1179 node:1180 node:1181 node:1182 node:1183 node:1184 node:1185 node:1186 node:1187 node:1188 node:1189 node:1190 node:1191 node:1192 node:1193 node:1194 node:1195 node:1196 node:1197 node:1198 node:1199 node:1200 node:1201 node:1202 node:1203 node:1204 node:1205 node:1206 node:1207 node:1208 node:1209 node:1210 node:1211 node:1212 node:1213 node:1214 node:1215 node:1216 node:1217 node:1218 node:1219 node:1220 node:1221 node:1222 node:1223 node:1224 node:1225 node:1226 node:1227 node:1228 node:1229 node:1230 node:1231 node:1232 node:1233 node:1234 node:1235 node:1236 node:1237 node:1238 node:1239 node:1240 node:1241 node:1242 node:1243 node:1244 node:1245 node:1246 node:1247 node:1248 node:1249 node:1250 node:1251 node:1252 node:1253 node:1254 node:1255 node:1256 node:1257 node:1258 node:1259 node:1260 node:1261 node:1262 node:1263 node:1264 node:1265 node:1266 node:1269 node:1270 node:1272 node:1273 node:1275 node:1277 node:1278 node:1279 node:1281 node:1283 node:1284 node:1285 node:1287 node:1289 node:1291 node:1294 node:1295 node:1297 node:1299 node:1300 node:1302 node:1303 node:1305 node:1306 node:1307 node:1308 node:1309 node:1311 node:1313 node:1314 node:1315 node:1316 node:1318 node:1320 node:1321 node:1323 node:1325 node:1326 node:1327 node:1328 node:1329 node:1330 node:1331 node:1338 node:1339 node:1340 node:1341 node:1342 node:1343 node:1344 node:1345 node:1346 node:1347 node:1348 node:1349 node:1350 node:1351 node:1352 node:1353 node:1354 node:1355 node:1356 node:1357 node:1358 node:1364 node:1365 node:1366 node:1367 node:1368 node:1370 node:1372 node:1373 node:1374 node:1375 node:1376 node:1377 node:1384 node:1385 node:1386 node:1387 node:1388 node:1389 node:1396 node:1397 node:1398 node:1399 node:1400 node:1402 node:1403 node:1404 node:1405 node:1406 node:1407 node:1408 node:1409 node:1410 node:1411 node:1412 node:1413 node:1414 node:1415 node:1416 node:1417 node:1418 node:1419 node:1420 node:1421 node:1422 node:1423 node:1424 node:1425 node:1426 node:1427 node:1428 node:1429 node:1430 node:1431 node:1432 node:1433 node:1435 node:1436 node:1441 node:1442 node:1443 node:1445 node:1446 node:1447 node:1448 node:1449 node:1450 node:1451 node:1452 node:1453 node:1454 node:1455 node:1456 node:1457 node:1458 node:1459 node:1460 node:1461 node:1462 node:1463 node:1464 node:1465 node:1466 node:1467 node:1468 node:1469 node:1470 node:1471 node:1472 node:1473 node:1474 node:1475 node:1476 node:1477 node:1478 node:1479 node:1480 node:1481 node:1482 node:1483 node:1484 node:1485 node:1486 node:1487 node:1488 node:1489 node:1490 node:1491 node:1492 node:1493 node:1494 node:1495 node:1496 node:1497 node:1498 node:1499 node:1500 node:1501 node:1502 node:1503 node:1504 node:1505 node:1506 node:1507 node:1508 node:1509 node:1510 node:1511 node:1512 node:1513 node:1514 node:1515 node:1516 node:1517 node:1518 node:1519 node:1520 node:1521 node:1522 node:1523 node:1524 node:1525 node:1526 node:1527 node:1528 node:1539 node:1648 node:1954 node:2041 node:2155 node:2162 node:2181 node:2202 node:2204 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.node_grants:view user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"gameName\": \"财神到\",\n        \"gameId\": 3007,\n        \"gameOrder\": 32,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/GodofWealth_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"超级 6\",\n        \"gameId\": 3024,\n        \"gameOrder\": 33,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Super6_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"古希臘英雄\",\n        \"gameId\": 2995,\n        \"gameOrder\": 34,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Achilles_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"古代战士\",\n        \"gameId\": 3001,\n        \"gameOrder\": 35,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Zhanshi_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"德州大亨\",\n        \"gameId\": 3005,\n        \"gameOrder\": 37,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TexanTycoon_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"缤纷圣诞\",\n        \"gameId\": 3026,\n        \"gameOrder\": 42,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TheNiceList_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"阿拉丁的愿望\",\n        \"gameId\": 2999,\n        \"gameOrder\": 43,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/AladdinsWishes_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"人鱼女王\",\n        \"gameId\": 3020,\n        \"gameOrder\": 44,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/MermaidQueen_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"龙卷风\",\n        \"gameId\": 3013,\n        \"gameOrder\": 45,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TripleTwister_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"凯撒帝国\",\n        \"gameId\": 2997,\n        \"gameOrder\": 47,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/CaesarsEmpire_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"三國之赤壁之戰\",\n        \"gameId\": 3603,\n        \"gameOrder\": 56,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"TG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10-game-images/Slot/TG/3KingdomsBattleofRedCliffs_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魔幻猫熊\",\n        \"gameId\": 3365,\n        \"gameOrder\": 59,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/PandaMagic_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"金矿探索\",\n        \"gameId\": 3362,\n        \"gameOrder\": 60,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Paydirt_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"爵士音乐家\",\n        \"gameId\": 3350,\n        \"gameOrder\": 61,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TheBigBopper_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞凤骚女\",\n        \"gameId\": 3025,\n        \"gameOrder\": 63,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/TheNaughtyList_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"模特梦\",\n        \"gameId\": 3017,\n        \"gameOrder\": 64,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/HighFashion_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"农村人家\",\n        \"gameId\": 3016,\n        \"gameOrder\": 65,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Henhouse_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"永恒的爱\",\n        \"gameId\": 3015,\n        \"gameOrder\": 66,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/EternalLove_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"深海遨游\",\n        \"gameId\": 3009,\n        \"gameOrder\": 67,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/CrystalWaters_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"恶棍郊狼\",\n        \"gameId\": 3004,\n        \"gameOrder\": 68,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/CoyoteCash_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幸运 6\",\n        \"gameId\": 3003,\n        \"gameOrder\": 69,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/Lucky6_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"海狸伐木先生\",\n        \"gameId\": 2998,\n        \"gameOrder\": 70,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/BuilderBeaver_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"女巫温妮\",\n        \"gameId\": 2996,\n        \"gameOrder\": 71,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/BubbleBubble_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"警匪追逐\",\n        \"gameId\": 2994,\n        \"gameOrder\": 72,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"RTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/RTG/CashBandits_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"欢乐满屋\",\n        \"gameId\": 371,\n        \"gameOrder\": 73,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/HouseofFun_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"招财福猪\",\n        \"gameId\": 4416,\n        \"gameOrder\": 73,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"TG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10-game-images/Slot/TG/GoldenPig_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"野狼黄金\",\n        \"gameId\": 3602,\n        \"gameOrder\": 77,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"TG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-10-game-images/Slot/TG/WolfGold_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"水晶派对\",\n        \"gameId\": 4375,\n        \"gameOrder\": 83,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/CrystalCrush_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 273,\n                \"GameSubCatCode\": \"Arcade\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"鲨鱼总动员\",\n        \"gameId\": 4374,\n        \"gameOrder\": 84,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/Shark_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"闪亮之屋\",\n        \"gameId\": 2636,\n        \"gameOrder\": 85,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/DeckTheHalls_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"快乐假期\",\n        \"gameId\": 1760,\n        \"gameOrder\": 86,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/HappyHoliday_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞狗狗\",\n        \"gameId\": 1759,\n        \"gameOrder\": 87,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/SantaPaws_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"大魔术师\",\n        \"gameId\": 4174,\n        \"gameOrder\": 133,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"DTG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/DTG/Magician_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"禁酒\",\n        \"gameId\": 4154,\n        \"gameOrder\": 135,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Temperance_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"招财进宝\",\n        \"gameId\": 3320,\n        \"gameOrder\": 141,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/ZhaoCaiJinBao_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"公路王国\",\n        \"gameId\": 3430,\n        \"gameOrder\": 142,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/HighwayKings_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"年年有余\",\n        \"gameId\": 3324,\n        \"gameOrder\": 143,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/NianNianYouYu_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"湛蓝深海\",\n        \"gameId\": 3318,\n        \"gameOrder\": 147,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/GreatBlue_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"熊之舞\",\n        \"gameId\": 3322,\n        \"gameOrder\": 148,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/BonusBears_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"美式赛车\",\n        \"gameId\": 2617,\n        \"gameOrder\": 160,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/5ReelDrive_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"足球明星\",\n        \"gameId\": 2638,\n        \"gameOrder\": 163,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/FootballStar_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"沙滩宝贝\",\n        \"gameId\": 2625,\n        \"gameOrder\": 164,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/BeachBabes_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"终极足球\",\n        \"gameId\": 3607,\n        \"gameOrder\": 197,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FootballRules_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"汪旺财\",\n        \"gameId\": 3822,\n        \"gameOrder\": 230,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"SPG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/SPG/WowProsperity_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"诙谐财富\",\n        \"gameId\": 3608,\n        \"gameOrder\": 253,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FortunesofTheFox_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"白雪经典童话\",\n        \"gameId\": 3606,\n        \"gameOrder\": 254,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FairestofThemAll_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞奇迹\",\n        \"gameId\": 3345,\n        \"gameOrder\": 281,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/SantaSurprise_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"樱桃之恋\",\n        \"gameId\": 3344,\n        \"gameOrder\": 282,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/CherryLove_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"艺伎故事\",\n        \"gameId\": 3343,\n        \"gameOrder\": 283,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/GeishaStory_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"埃斯梅拉达\",\n        \"gameId\": 3339,\n        \"gameOrder\": 284,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/Esmeralda_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"豪华的开心假期\",\n        \"gameId\": 3338,\n        \"gameOrder\": 285,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/VacationStation_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"沉默的武士\",\n        \"gameId\": 3337,\n        \"gameOrder\": 286,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/SilentSamurai_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"甜蜜派对\",\n        \"gameId\": 3335,\n        \"gameOrder\": 287,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/SweetParty_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"白狮王\",\n        \"gameId\": 3333,\n        \"gameOrder\": 288,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/WhiteKing_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"北极宝藏\",\n        \"gameId\": 3332,\n        \"gameOrder\": 289,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/ArcticTreasure_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"满月财富\",\n        \"gameId\": 3331,\n        \"gameOrder\": 290,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FullMoonFortune_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"趣味水果\",\n        \"gameId\": 3330,\n        \"gameOrder\": 291,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/FunkyFruits_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"赌徒\",\n        \"gameId\": 3329,\n        \"gameOrder\": 292,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/WildGambler_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"惊喜复活节\",\n        \"gameId\": 3328,\n        \"gameOrder\": 293,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/EasterSurprise_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"泰国天堂\",\n        \"gameId\": 3327,\n        \"gameOrder\": 294,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/ThaiParadise_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"宝物箱中寻\",\n        \"gameId\": 3325,\n        \"gameOrder\": 295,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/ChestsOfPlenty_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"万圣节财务\",\n        \"gameId\": 3321,\n        \"gameOrder\": 296,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/HalloweenFortune_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"猫女王\",\n        \"gameId\": 3319,\n        \"gameOrder\": 297,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"PT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/PT/CatQueen_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"MGS老虎机(安卓下载版)\",\n        \"gameId\": 2677,\n        \"gameOrder\": 339,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MGSSlotDownload_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"阿丽亚娜\",\n        \"gameId\": 2675,\n        \"gameOrder\": 340,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Ariana_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"浪漫法国\",\n        \"gameId\": 2669,\n        \"gameOrder\": 341,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Voila_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"尼罗河宝藏\",\n        \"gameId\": 2667,\n        \"gameOrder\": 342,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/TreasureNile_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"古墓丽影\",\n        \"gameId\": 2666,\n        \"gameOrder\": 343,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/TombRaider_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"疯狂大冒险\",\n        \"gameId\": 2661,\n        \"gameOrder\": 344,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/TheGrandJourney_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"诸神之战\",\n        \"gameId\": 2658,\n        \"gameOrder\": 345,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/StashoftheTitans_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"灰狼之夜\",\n        \"gameId\": 2655,\n        \"gameOrder\": 346,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/SilverFang_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"神秘之梦\",\n        \"gameId\": 2652,\n        \"gameOrder\": 347,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MysticDreams_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"百万钞票\",\n        \"gameId\": 2650,\n        \"gameOrder\": 348,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MegaMoolah_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"玛雅公主\",\n        \"gameId\": 2649,\n        \"gameOrder\": 349,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MayanPrincess_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"军队大富翁\",\n        \"gameId\": 2648,\n        \"gameOrder\": 350,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MajorMillions_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"瘋帽子先生\",\n        \"gameId\": 2647,\n        \"gameOrder\": 351,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/MadHatters_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"黑帮老大\",\n        \"gameId\": 2646,\n        \"gameOrder\": 352,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Loaded_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"狮子王\",\n        \"gameId\": 2645,\n        \"gameOrder\": 353,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/LionsPride_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"加德滿都\",\n        \"gameId\": 2643,\n        \"gameOrder\": 354,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Kathmandu_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"伊斯女王\",\n        \"gameId\": 2642,\n        \"gameOrder\": 355,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Isis_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"杀手\",\n        \"gameId\": 2641,\n        \"gameOrder\": 356,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Hitman_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"金钱帝国\",\n        \"gameId\": 2640,\n        \"gameOrder\": 357,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/HighSociety_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"万圣狂欢夜\",\n        \"gameId\": 2639,\n        \"gameOrder\": 358,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Halloweenies_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"鹰翼行动\",\n        \"gameId\": 2637,\n        \"gameOrder\": 359,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/EaglesWings_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"沙发土豆\",\n        \"gameId\": 2635,\n        \"gameOrder\": 360,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/CouchPotato_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"无限现金\",\n        \"gameId\": 2632,\n        \"gameOrder\": 361,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/CashSplash_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"非洲大草原\",\n        \"gameId\": 2630,\n        \"gameOrder\": 362,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/BushTelegraph_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"美国梦\",\n        \"gameId\": 2624,\n        \"gameOrder\": 363,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/BarsandStripes_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"航海时代\",\n        \"gameId\": 2620,\n        \"gameOrder\": 364,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/AgeofDiscovery_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"丛林探险\",\n        \"gameId\": 2619,\n        \"gameOrder\": 365,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/AdventurePalace_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"罗宾\",\n        \"gameId\": 2618,\n        \"gameOrder\": 366,\n        \"deviceType\": \"Android, IOS\",\n        \"gameProvider\": \"MGSQF\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/MGSQF/Robyn_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 135,\n                \"GameSubCatCode\": \"MobileIOS\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巨钻珍宝\",\n        \"gameId\": 4169,\n        \"gameOrder\": 387,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGems_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奇怪机器\",\n        \"gameId\": 4152,\n        \"gameOrder\": 391,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheCuriousMachinePlus_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奇怪机器\",\n        \"gameId\": 4151,\n        \"gameOrder\": 392,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheCuriousMachinePlus_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机怪兽\",\n        \"gameId\": 4149,\n        \"gameOrder\": 394,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FrankenslotsMonster_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机怪兽\",\n        \"gameId\": 4147,\n        \"gameOrder\": 395,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FrankenslotsMonster_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维京时代\",\n        \"gameId\": 4143,\n        \"gameOrder\": 397,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/VikingAge_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"财富满屋\",\n        \"gameId\": 4142,\n        \"gameOrder\": 398,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TreasureRoom_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"妈妈咪啊\",\n        \"gameId\": 4141,\n        \"gameOrder\": 399,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MammaMia_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"妈妈咪啊\",\n        \"gameId\": 4140,\n        \"gameOrder\": 400,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MammaMia_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奥科莫之塔\",\n        \"gameId\": 4138,\n        \"gameOrder\": 402,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AlkemorsTower_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"奥科莫之塔\",\n        \"gameId\": 4137,\n        \"gameOrder\": 403,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AlkemorsTower_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"天使老虎机\",\n        \"gameId\": 4136,\n        \"gameOrder\": 404,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotsAngels_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"富裕生活\",\n        \"gameId\": 4135,\n        \"gameOrder\": 405,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GlamLife_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞颂歌\",\n        \"gameId\": 4133,\n        \"gameOrder\": 406,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AChristmasCarolMobile_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"圣诞颂歌\",\n        \"gameId\": 4132,\n        \"gameOrder\": 407,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AChristmasCarol_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"糖果甜心\",\n        \"gameId\": 2579,\n        \"gameOrder\": 413,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SugarPop_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"神灯精灵\",\n        \"gameId\": 3246,\n        \"gameOrder\": 417,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GeniesFortune_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"发发双胞胎\",\n        \"gameId\": 3225,\n        \"gameOrder\": 418,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Fa-FaTwins_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"发发双胞胎\",\n        \"gameId\": 3224,\n        \"gameOrder\": 419,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Fa-FaTwins_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"淘金达人\",\n        \"gameId\": 3173,\n        \"gameOrder\": 422,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MoreGoldDiggin_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"淘金达人\",\n        \"gameId\": 2577,\n        \"gameOrder\": 424,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MoreGoldDigginToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父 2\",\n        \"gameId\": 3515,\n        \"gameOrder\": 426,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Slotfather2_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父 2\",\n        \"gameId\": 3514,\n        \"gameOrder\": 427,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Slotfather2_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"海底世界\",\n        \"gameId\": 2570,\n        \"gameOrder\": 430,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/UnderTheSeaToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"水果物语\",\n        \"gameId\": 2586,\n        \"gameOrder\": 432,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FruitZen_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幻影世界\",\n        \"gameId\": 2587,\n        \"gameOrder\": 434,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TrueIllusionsToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"贪婪的精灵\",\n        \"gameId\": 2559,\n        \"gameOrder\": 436,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/GreedyGoblinsToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"复仇时代\",\n        \"gameId\": 2568,\n        \"gameOrder\": 439,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/RooksRevengeToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"灿烂火花\",\n        \"gameId\": 2566,\n        \"gameOrder\": 442,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BoomanjiToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"大亨\",\n        \"gameId\": 2572,\n        \"gameOrder\": 444,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TycoonsToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"拉霸之父\",\n        \"gameId\": 3288,\n        \"gameOrder\": 446,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheSlotfatherToGo_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"拉霸之父\",\n        \"gameId\": 2562,\n        \"gameOrder\": 448,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheSlotfatherToGo_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"烽火之战\",\n        \"gameId\": 3721,\n        \"gameOrder\": 469,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FireandSteel_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"烽火之战\",\n        \"gameId\": 3720,\n        \"gameOrder\": 470,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/FireandSteel_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魔术坊\",\n        \"gameId\": 3700,\n        \"gameOrder\": 472,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheMagieShoppe_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魔术坊\",\n        \"gameId\": 3699,\n        \"gameOrder\": 473,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheMagieShoppe_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"垂钓之王\",\n        \"gameId\": 3611,\n        \"gameOrder\": 478,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheAngler_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"垂钓之王\",\n        \"gameId\": 3610,\n        \"gameOrder\": 479,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheAngler_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"时间扭曲护卫者\",\n        \"gameId\": 3601,\n        \"gameOrder\": 481,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/TimeWrapGuardian_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"樱桃炸弹升级版\",\n        \"gameId\": 3600,\n        \"gameOrder\": 482,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/CherryBombDeluxe_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"飞鸟\",\n        \"gameId\": 3444,\n        \"gameOrder\": 495,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Birds_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魅力四叶草\",\n        \"gameId\": 3443,\n        \"gameOrder\": 496,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/CharmsandClovers_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"可爱猫咪\",\n        \"gameId\": 3442,\n        \"gameOrder\": 497,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/KawaiiKitty_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"飞鸟\",\n        \"gameId\": 3438,\n        \"gameOrder\": 501,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Birds_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"魅力四叶草\",\n        \"gameId\": 3437,\n        \"gameOrder\": 502,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/CharmsandClovers_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"可爱猫咪\",\n        \"gameId\": 3436,\n        \"gameOrder\": 503,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/KawaiiKitty_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"石油\",\n        \"gameId\": 3283,\n        \"gameOrder\": 504,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BlackGold_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"罪恶之城之夜\",\n        \"gameId\": 3228,\n        \"gameOrder\": 505,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SinCityNights_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"罪恶之城之夜\",\n        \"gameId\": 3227,\n        \"gameOrder\": 506,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SinCityNights_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维加斯周末\",\n        \"gameId\": 3175,\n        \"gameOrder\": 511,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/WeekendInVegas_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父\",\n        \"gameId\": 3174,\n        \"gameOrder\": 512,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotfatherJP_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"迷人的生活\",\n        \"gameId\": 3172,\n        \"gameOrder\": 513,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGlamLife_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幸运7\",\n        \"gameId\": 3171,\n        \"gameOrder\": 514,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Lucky7_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"伟大的88\",\n        \"gameId\": 3170,\n        \"gameOrder\": 515,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Great88_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"黑洞表面\",\n        \"gameId\": 3169,\n        \"gameOrder\": 516,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/EventHorizon_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"七重天\",\n        \"gameId\": 3168,\n        \"gameOrder\": 517,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/7thHeaven_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维加斯周末\",\n        \"gameId\": 3167,\n        \"gameOrder\": 518,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/WeekendInVegas_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"老虎机教父\",\n        \"gameId\": 3166,\n        \"gameOrder\": 519,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/SlotfatherJP_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"迷人的生活\",\n        \"gameId\": 3164,\n        \"gameOrder\": 520,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/MegaGlamLife_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"伟大的88\",\n        \"gameId\": 3162,\n        \"gameOrder\": 521,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Great88_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"黑洞表面\",\n        \"gameId\": 3161,\n        \"gameOrder\": 522,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/EventHorizon_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"七重天\",\n        \"gameId\": 3160,\n        \"gameOrder\": 523,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/7thHeaven_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"龙族传说\",\n        \"gameId\": 2799,\n        \"gameOrder\": 534,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/4Season_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"来自星星的它\",\n        \"gameId\": 2584,\n        \"gameOrder\": 544,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/ItCameFromVenus_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"木偶匹诺曹\",\n        \"gameId\": 2580,\n        \"gameOrder\": 545,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Pinocchio_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"小狗情缘\",\n        \"gameId\": 2575,\n        \"gameOrder\": 546,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/PuppyLoveToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"正义警长\",\n        \"gameId\": 2574,\n        \"gameOrder\": 547,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheTrueSheriffToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"消失的宝藏\",\n        \"gameId\": 2573,\n        \"gameOrder\": 548,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/LostToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"幸运7\",\n        \"gameId\": 2569,\n        \"gameOrder\": 549,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Lucky7ToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 120,\n                \"GameSubCatCode\": \"ClassicSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"床下的秘密\",\n        \"gameId\": 2567,\n        \"gameOrder\": 550,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/UnderTheBedToGo_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"维京时代\",\n        \"gameId\": 2002,\n        \"gameOrder\": 551,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/VikingAge_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"财富满屋\",\n        \"gameId\": 1997,\n        \"gameOrder\": 552,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TreasureRoom_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"跳跳辣椒\",\n        \"gameId\": 1983,\n        \"gameOrder\": 555,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/PacoandthePoppingPeppers_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"睡美人\",\n        \"gameId\": 1966,\n        \"gameOrder\": 556,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Enchanted_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巴巴里海岸\",\n        \"gameId\": 1963,\n        \"gameOrder\": 557,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BarbaryCoast_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"着陆\",\n        \"gameId\": 1959,\n        \"gameOrder\": 559,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Arrival_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 138,\n                \"GameSubCatCode\": \"MobileWin\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"巴巴里海岸\",\n        \"gameId\": 1397,\n        \"gameOrder\": 562,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/BarbaryCoast_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"看电影\",\n        \"gameId\": 1395,\n        \"gameOrder\": 563,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AtTheMovies_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"睡美人\",\n        \"gameId\": 643,\n        \"gameOrder\": 567,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Enchanted_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"着陆\",\n        \"gameId\": 383,\n        \"gameOrder\": 568,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/Arrival_4.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"富裕生活\",\n        \"gameId\": 376,\n        \"gameOrder\": 570,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/TheGlamLife_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"看电影\",\n        \"gameId\": 368,\n        \"gameOrder\": 572,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/AttheMovies_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"史前二百万年\",\n        \"gameId\": 362,\n        \"gameOrder\": 574,\n        \"deviceType\": \"Android\",\n        \"gameProvider\": \"BSG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/BSG/2MillionBC_2.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"炽热火山\",\n        \"gameId\": 3599,\n        \"gameOrder\": 580,\n        \"deviceType\": \"Mobile Web, Android\",\n        \"gameProvider\": \"CW\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Slot/CW/HotVolcano_0.jpg\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Slot\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 137,\n                \"GameSubCatCode\": \"MobileAndroid\"\n            },\n            {\n                \"GameSubCatID\": 116,\n                \"GameSubCatCode\": \"HotGame\"\n            },\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 115,\n                \"GameSubCatCode\": \"SLOT\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"N2 真人\",\n        \"gameId\": 3794,\n        \"gameOrder\": 592,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"NLE\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Casino/Mobile/N2Casino_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Casino\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"AB 真人\",\n        \"gameId\": 3806,\n        \"gameOrder\": 593,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"ABT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Casino/Mobile/ABCasino_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Casino\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"SA 真人\",\n        \"gameId\": 3804,\n        \"gameOrder\": 594,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"SAL\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Casino/Mobile/SACasino_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Casino\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"GD 真人 (简易版)\",\n        \"gameId\": 2527,\n        \"gameOrder\": 595,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"GDL\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Casino/Mobile/GDCasino_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Casino\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"GD 真人(升级版)\",\n        \"gameId\": 3569,\n        \"gameOrder\": 596,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"GDL\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Casino/Mobile/MultigameCasinoUpgrade_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Casino\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"AG 真人\",\n        \"gameId\": 2531,\n        \"gameOrder\": 597,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"AGL\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Casino/Mobile/AGCasino_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Casino\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"tlc_SBT\",\n        \"gameId\": 0,\n        \"gameOrder\": 598,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"SBT\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Sportsbook/Mobile/SBT_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Sportsbook\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"SP 体育博彩\",\n        \"gameId\": 0,\n        \"gameOrder\": 599,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"SPSB\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Sportsbook/Mobile/SPSB_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Sportsbook\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"IM 体育博彩\",\n        \"gameId\": 0,\n        \"gameOrder\": 600,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"IPSB\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Sportsbook/Mobile/IPSB_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Sportsbook\",\n        \"subCategories\": []\n    },\n    {\n        \"gameName\": \"捕鱼王 2\",\n        \"gameId\": 2821,\n        \"gameOrder\": 601,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"AG\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Fishing/Mobile/FishHunter_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Fishing\",\n        \"subCategories\": [\n            {\n                \"GameSubCatID\": 121,\n                \"GameSubCatCode\": \"VideoSlot\"\n            },\n            {\n                \"GameSubCatID\": 118,\n                \"GameSubCatCode\": \"JackpotSlot\"\n            }\n        ]\n    },\n    {\n        \"gameName\": \"IM 电子竞技\",\n        \"gameId\": 0,\n        \"gameOrder\": 602,\n        \"deviceType\": \"Mobile Web, Android, IOS\",\n        \"gameProvider\": \"IPES\",\n        \"gameImageUrl\": \"https://hkstcmsppsb.fubnb.com/sites/default/files/2019-09-game-images/Sportsbook/Mobile/IPES_APP_0.png\",\n        \"isNewGame\": true,\n        \"isMaintenance\": true,\n        \"hasDemo\": true,\n        \"gameCatCode\": \"Esports\",\n        \"subCategories\": []\n    }\n]"}],"_postman_id":"588faf45-ebec-4e7a-8886-b3a46d7dc7c2"},{"name":"Get Promotion Category","event":[{"listen":"test","script":{"id":"f2457cd0-d476-4159-bb92-0942217c0647","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var schema = {","    \"type\": \"array\",","    \"items\": [{","        \"type\": \"object\",","        \"required\": [\"PromoCatID\",\"PromoCatCode\",\"resourcesName\",\"languageCode\",\"promoCatImageUrl\"],","        \"properties\": {","            \"PromoCatID\": {\"type\": \"string\"},","            \"PromoCatCode\": {\"type\": \"string\"},","            \"resourcesName\": {\"type\": \"string\"},","            \"languageCode\": {\"type\": \"string\"},","            \"promoCatImageUrl\": {\"type\": \"string\"}","        }","    }]","};","","pm.test(\"Valid data and object check\", function(){","   pm.expect(jsonData).to.be.not.empty;","   pm.response.to.have.jsonSchema(schema);","})","","try {","    var keysToCheck = schema[\"items\"][0][\"required\"];","    jsonData.forEach(function(obj){","        pm.test('Check all keys', function(){","            pm.expect(obj).to.have.all.keys(keysToCheck);","        });","","        keysToCheck.forEach(function(key){","            pm.test(`Check key not empty - ${key}`, function(){","                pm.expect(obj[key]).to.be.not.empty;","            }); ","        })","        ","        pm.sendRequest(obj.promoCatImageUrl, function (err, res){","            if (err) { console.log(err); }","            pm.test(obj.promoCatImageUrl  + ' image is ok', function(){","                pm.expect(err).to.equal(null);","                pm.expect(res).to.have.property('code', 200);","                pm.expect(res).to.have.property('status', 'OK');","                var sizeOK = res.responseSize > 50 ? true : false;","                pm.expect(sizeOK).to.be.true;","            })","        })","    })","} catch (e) {","    console.log(e);","}"],"type":"text/javascript"}}],"id":"e1764122-cc04-448d-ba3b-12c647d1d2fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/{{lang}}/api/PromotionCategories","description":"<ul>\n<li>This API is used to get Promotion Category which contains:<ul>\n<li>PromoCatID (Category ID)</li>\n<li>PromoCatCode (Category Name)</li>\n<li>resourceName (The Aliasing name)</li>\n<li>languageCode (Language Code for the category)</li>\n</ul>\n</li>\n</ul>\n<ul>\n<li>Put the token provided into the header section</li>\n<li>The structure of this api is:<ul>\n<li>[base_path]/[language]/api/PromotionCategories</li>\n</ul>\n</li>\n<li>The language code :<ul>\n<li>Chinese : zh-hans</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{lang}}","api","PromotionCategories"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"620c2905-99b4-4916-9dd6-98da6321ecac","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/PromotionCategories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.5"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Tue, 13 Aug 2019 03:16:38 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.taxonomy_term.field_resources_name config:views.view.tlc_promotion_categories_api extensions http_response taxonomy_term:88 taxonomy_term:89 taxonomy_term:90 taxonomy_term:91 taxonomy_term:92 taxonomy_term:93 taxonomy_term:94 taxonomy_term:95 taxonomy_term:96 taxonomy_term_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme user.permissions user.roles"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"categoryId\": 88,\n        \"categoryName\": \"Special\",\n        \"resourceName\": \"\",\n        \"languageCode\": \"en\"\n    },\n    {\n        \"categoryId\": 89,\n        \"categoryName\": \"Sports\",\n        \"resourceName\": \"\",\n        \"languageCode\": \"en\"\n    },\n    {\n        \"categoryId\": 90,\n        \"categoryName\": \"Casino\",\n        \"resourceName\": \"\",\n        \"languageCode\": \"en\"\n    },\n    {\n        \"categoryId\": 91,\n        \"categoryName\": \"ESports\",\n        \"resourceName\": \"\",\n        \"languageCode\": \"en\"\n    },\n    {\n        \"categoryId\": 92,\n        \"categoryName\": \"Fishing\",\n        \"resourceName\": \"\",\n        \"languageCode\": \"en\"\n    },\n    {\n        \"categoryId\": 93,\n        \"categoryName\": \"Lottery\",\n        \"resourceName\": \"\",\n        \"languageCode\": \"en\"\n    },\n    {\n        \"categoryId\": 94,\n        \"categoryName\": \"P2P\",\n        \"resourceName\": \"\",\n        \"languageCode\": \"en\"\n    },\n    {\n        \"categoryId\": 95,\n        \"categoryName\": \"Slot\",\n        \"resourceName\": \"\",\n        \"languageCode\": \"en\"\n    },\n    {\n        \"categoryId\": 96,\n        \"categoryName\": \"VIP\",\n        \"resourceName\": \"\",\n        \"languageCode\": \"en\"\n    }\n]"}],"_postman_id":"e1764122-cc04-448d-ba3b-12c647d1d2fe"},{"name":"Get Sponsorship Categories","event":[{"listen":"test","script":{"id":"d3d17714-08ae-4764-a9eb-a2f7518e9b6e","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var schema = {","    \"type\": \"array\",","    \"items\": [{","        \"type\": \"object\",","        \"required\": [\"categoryId\",\"categoryName\",\"productCode\",\"queryParams\"],","        \"properties\": {","            \"categoryId\": {\"type\": \"string\"},","            \"categoryName\": {\"type\": \"string\"},","            \"productCode\": {\"type\": \"string\"},","            \"queryParams\": {","                \"type\": \"object\",","                \"required\": [\"platform\"],","                \"properties\": {","                    \"platform\": {\"type\": \"string\"}","                }","            }","        }","    }]","};","","pm.test(\"Valid data and object check\", function(){","   pm.expect(jsonData).to.be.not.empty;","   pm.response.to.have.jsonSchema(schema);","})","","try {","    var keysToCheck = schema[\"items\"][0][\"required\"];","    jsonData.forEach(function(obj){","        pm.test('Check all keys', function(){","            pm.expect(obj).to.have.all.keys(keysToCheck);","        });","    })","} catch (e) {","    console.log(e);","}","","",""],"type":"text/javascript"}}],"id":"bee755f1-21a7-4636-a25f-0926118d5082","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/{{lang}}/api/sponsorship/categories","description":"<p>To get the sponsorship categories:</p>\n<ul>\n<li><strong>[base_path]</strong>/<strong>[lang]</strong>/api/sponsorship/categories</li>\n</ul>\n<p>Responses:</p>\n<ul>\n<li>categoryId    : id of the category, can be used as a parameter to get sponsor teams by category</li>\n<li>categoryName  : name of the category</li>\n<li>productCode   : the product code of the category</li>\n</ul>\n<p>e.g. : <a href=\"https://hkstcmsppsb.fubnb.com/zh-hans/api/sponsorship/categories\">https://hkstcmsppsb.fubnb.com/zh-hans/api/sponsorship/categories</a></p>\n","urlObject":{"path":["{{lang}}","api","sponsorship","categories"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"73e119e1-5c66-4d28-b743-0891119a3e6b","name":"Get Sponsorship Categories","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/{{lang}}/api/sponsorship/categories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.6"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.taxonomy_term.field_product_category config:views.view.tlc_sponsorship_category_api extensions http_response taxonomy_term:104 taxonomy_term:105 taxonomy_term:106 taxonomy_term_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme user.permissions user.roles"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Fri, 22 Nov 2019 06:31:46 GMT"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"categoryId\": \"105\",\n        \"categoryName\": \"足球\",\n        \"productCode\": \"SPORT\"\n    },\n    {\n        \"categoryId\": \"104\",\n        \"categoryName\": \"电竞\",\n        \"productCode\": \"ESPORT\"\n    },\n    {\n        \"categoryId\": \"106\",\n        \"categoryName\": \"其他\",\n        \"productCode\": \"OTHERS\"\n    }\n]"}],"_postman_id":"bee755f1-21a7-4636-a25f-0926118d5082"},{"name":"Get Faqs","event":[{"listen":"test","script":{"id":"270f033b-bc13-4645-81e0-98ae7b6ed8eb","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var schema = {","    \"type\": \"array\",","    \"items\": [{","        \"type\": \"object\",","        \"required\": [\"id\",\"title\",\"menus\"],","        \"properties\": {","            \"id\": {\"type\": \"string\"},","            \"title\": {\"type\": \"string\"},","            \"menus\": {","                \"type\": \"array\",","                \"items\": [{","                    \"type\": \"object\",","                    \"required\": [\"id\",\"title\"],","                    \"properties\": {","                        \"id\": {\"type\": \"string\"},","                        \"title\": {\"type\": \"string\"}","                    }","                }]","            }","        }","    }]","};","","pm.test(\"Valid data and object check\", function(){","   pm.expect(jsonData).to.be.not.empty;","   pm.response.to.have.jsonSchema(schema);","})","","try {","    var keysToCheck = schema[\"items\"][0][\"required\"];","    var menuKeysToCheck = schema[\"items\"][0][\"properties\"][\"menus\"][\"items\"][0][\"required\"];","    jsonData.forEach(function(obj){","        pm.test('Check all keys', function(){","            pm.expect(obj).to.have.any.keys(keysToCheck);","        });","","        keysToCheck.forEach(function(key){","            pm.test(`Check key not empty - ${key}`, function(){","                pm.expect(obj[key]).to.be.not.empty;","            }); ","        });","        ","        obj.menus.forEach(function(menu){","            pm.test('Check all keys', function(){","                pm.expect(menu).to.have.any.keys(menuKeysToCheck);","            });","","            menuKeysToCheck.forEach(function(key){","                pm.test(`Check key not empty - ${key}`, function(){","                    pm.expect(menu[key]).to.be.not.empty;","                }); ","            });","        });","    });","} catch (e) {","    console.log(e);","}",""],"type":"text/javascript"}}],"id":"6e4dcd87-6d7f-4891-be7b-1b84a1b2c5e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/{{lang}}/api/faq","description":"<ul>\n<li>This API is used to get all Faq which contains:<ul>\n<li>id (Category ID)</li>\n<li>title (Category Title)</li>\n<li>menus : (Faq List in Array)   </li>\n<li>response format:  <pre><code>{    \n      \"id\" : int,\n      \"title\" : string,\n      \"menus\" : [{\n          \"id\" : int,\n          \"title\" : string\n      },{\n          \"id\" : int,\n          \"title\" : string\n      }]</code></pre></li>\n</ul>\n<p>  }\n  </p>\n</li>\n</ul>\n<ul>\n<li>Put the token provided into the header section</li>\n<li>The structure of this api is:<ul>\n<li><strong>[base_path]/[language]/api/faq/</strong></li>\n</ul>\n</li>\n<li>The language code :<ul>\n<li>Chinese : zh-hans</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{lang}}","api","faq"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"34205b90-79a5-4f11-a22f-1c38cda73127","name":"Get Faqs","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/{{lang}}/api/faq"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.6"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_body_app config:field.storage.node.field_category config:field.storage.node.field_parent_faq config:views.view.tlc_faq_view extensions http_response node:120 node:121 node:122 node:123 node:124 node:125 node:126 node:127 node:128 node:129 node:130 node:131 node:132 node:133 node:134 node:135 node:136 node:137 node:138 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme url user.node_grants:view user.permissions user.roles"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Fri, 22 Nov 2019 06:31:17 GMT"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"129\",\n        \"title\": \"<a href=\\\"/cn/node/129\\\" hreflang=\\\"zh-hans\\\">【行为限制】</a>\",\n        \"body\": \"\",\n        \"category\": \"Account\",\n        \"parent\": \"\"\n    },\n    {\n        \"id\": \"132\",\n        \"title\": \"<a href=\\\"/cn/node/132\\\" hreflang=\\\"zh-hans\\\">【彩金讯息】</a>\",\n        \"body\": \"\",\n        \"category\": \"Bank\",\n        \"parent\": \"\"\n    },\n    {\n        \"id\": \"128\",\n        \"title\": \"<a href=\\\"/cn/node/128\\\" hreflang=\\\"zh-hans\\\">【银行资料】</a>\",\n        \"body\": \"\",\n        \"category\": \"Account\",\n        \"parent\": \"\"\n    },\n    {\n        \"id\": \"131\",\n        \"title\": \"<a href=\\\"/cn/node/131\\\" hreflang=\\\"zh-hans\\\">【如何转账】</a>\",\n        \"body\": \"\",\n        \"category\": \"Bank\",\n        \"parent\": \"\"\n    },\n    {\n        \"id\": \"135\",\n        \"title\": \"<a href=\\\"/cn/node/135\\\" hreflang=\\\"zh-hans\\\">【规则与条件】</a>\",\n        \"body\": \"\",\n        \"category\": \"Rules\",\n        \"parent\": \"\"\n    },\n    {\n        \"id\": \"125\",\n        \"title\": \"<a href=\\\"/cn/node/125\\\" hreflang=\\\"zh-hans\\\">【资料更新】</a>\",\n        \"body\": \"\",\n        \"category\": \"Bank\",\n        \"parent\": \"\"\n    },\n    {\n        \"id\": \"130\",\n        \"title\": \"<a href=\\\"/cn/node/130\\\" hreflang=\\\"zh-hans\\\">【如何提现】</a>\",\n        \"body\": \"\",\n        \"category\": \"Bank\",\n        \"parent\": \"\"\n    },\n    {\n        \"id\": \"134\",\n        \"title\": \"<a href=\\\"/cn/node/134\\\" hreflang=\\\"zh-hans\\\">【体育投注规则】</a>\",\n        \"body\": \"某些赛事和赌盘有不同的规则，这些规则列于本网站有关特定赛事或赌盘/投注类型的《特别赛事/赌盘投注规则》中。 下述内容为适用于所有赛事和赌盘/投注类型的一般规则，必须完全遵守。 在适用的情况下，本公司网站公布的《条款和条件》中所列规定与定义应当适用于本《投注规则与规定》。\",\n        \"category\": \"Rules\",\n        \"parent\": \"\"\n    },\n    {\n        \"id\": \"126\",\n        \"title\": \"<a href=\\\"/cn/node/126\\\" hreflang=\\\"zh-hans\\\">【更改密码】</a>\",\n        \"body\": \"\",\n        \"category\": \"Account\",\n        \"parent\": \"\"\n    },\n    {\n        \"id\": \"127\",\n        \"title\": \"<a href=\\\"/cn/node/127\\\" hreflang=\\\"zh-hans\\\">【资料更新】</a>\",\n        \"body\": \"\",\n        \"category\": \"Account\",\n        \"parent\": \"\"\n    },\n    {\n        \"id\": \"133\",\n        \"title\": \"<a href=\\\"/cn/node/133\\\" hreflang=\\\"zh-hans\\\">【老虎机投注规则】</a>\",\n        \"body\": \"\",\n        \"category\": \"Rules\",\n        \"parent\": \"\"\n    },\n    {\n        \"id\": \"124\",\n        \"title\": \"<a href=\\\"/cn/node/124\\\" hreflang=\\\"zh-hans\\\">【更改密码】</a>\",\n        \"body\": \"\",\n        \"category\": \"Bank\",\n        \"parent\": \"\"\n    },\n    {\n        \"id\": \"136\",\n        \"title\": \"<a href=\\\"/cn/node/136\\\" hreflang=\\\"zh-hans\\\">Sitemap</a>\",\n        \"body\": \"\",\n        \"category\": \"Sitemap\",\n        \"parent\": \"\"\n    },\n    {\n        \"id\": \"137\",\n        \"title\": \"<a href=\\\"/cn/node/137\\\" hreflang=\\\"zh-hans\\\">影片教程</a>\",\n        \"body\": \"\",\n        \"category\": \"Video\",\n        \"parent\": \"\"\n    },\n    {\n        \"id\": \"138\",\n        \"title\": \"<a href=\\\"/cn/node/138\\\" hreflang=\\\"zh-hans\\\">手機投注</a>\",\n        \"body\": \"\\tAPP安装说明苹果版(IOS)\\tAPP安装说明安卓版(Android)\\t操作界面\\tGD 百家乐\\tMG 老虎机\\tIM 体育投注【手机APP 下载以及安装说明】\\t \\t \\t \\t \\t \\t \\t \\t \\t \\t \\t \\t \\t IOS 苹果版如何下载APP: 在网页点击下载端再点击客户下载端。 扫描二维码或点击立即下载。 用微信扫二维码后，请依照图片说明操作。 选择用Safari浏览器打开。 点击打开。 再点击安装。 下载完成后，点击设置。 选择通用。 再选择设备管理。 再点击 [MAROLA, OOO]。 点击信任。 同乐城APP安装成功！ 你可以畅玩游戏啦！Previous   Next 【手机APP 下载以及安装说明】\\t \\t \\t \\t \\t \\t \\t \\t Android 安卓版如何下载APP: 在网页点击下载端再点击客户下载端。 扫描二维码或点击立即下载。 用微信扫二维码后，请依照图片说明操作。 选择用浏览器打开。 点击立即下载。 点击安装。 同乐城APP安装成功！ 你可以畅玩游戏啦！Previous   Next 【操作界面】\\t \\t \\t \\t \\t \\t \\t \\t \\t \\t \\t \\t \\t \\t \\t \\t \\t \\t \\t \\t 小同手机版使用界面您可以通过手机等移动终端设备，随时随地的通过小同手机版进行体育、娱乐场和老虎机等游戏投注。苹果（IOS），安卓（android）或微软（windows）等智能操作系统的手机均可访问小同手机版。登入小同手机版点击登入并进入到登入页面，输入用户名和密码即可。如果没有同乐城账号，请点击加入来注册新的同乐城账号。注册页面点击加入并进入到注册页面，只需填写基本注册信息，点击提交即可。注册完毕，您将获得同乐城游戏账号。页面介绍登入之后，只要点击选项按钮就会出现体育、娱乐场、老虎、彩票、游戏、优惠、8号店、客服和联盟的选项。充值页面小同手机版充值方式可支持在线支付、银行转账和易支付。充值页面选择您想要的充值方式。充值页面如选择银行转账需填写转账要求的所有信息。充值页面您可以通过充值记录来查看您的最新充值状态。提现页面如果您之前没填写过提现信息，您必须填写一个新的提现账号。提现页面您可以在钱包余额里面查看其它游戏账户的余额。提现页面根据提现所需的所有信息填写并确认。提现页面您可以通过提现记录来查看您的最新提现状态。转账页面您可以在小同手机版进行游戏账户对游戏账户之间的余额转账。转账页面您可以在钱包余额里面查看其它游戏账户的余额。转账页面选择余额所在的钱包，再选择所要转入的钱包，输入转账金额点击提交即可。转账页面您可以通过转账记录来查看您的最新转账状态。彩金讯息您可以在小同手机版查看彩金讯息以及参与的彩金优惠。彩金讯息彩金信息里查看可提的彩金以及可提的同乐币。彩金讯息您也可以查看所申请的彩金将于什么时间过期。彩金讯息您可以通过彩金记录来查看您的最新彩金状态。Previous   Next 【GD 百家乐】\\t \\t Previous   Next 【MG 老虎机】\\t \\t Previous   Next 【IM 体育投注】\\t \\t \\t \\t Previous   Next \",\n        \"category\": \"Mobile\",\n        \"parent\": \"\"\n    },\n    {\n        \"id\": \"120\",\n        \"title\": \"<a href=\\\"/cn/node/120\\\" hreflang=\\\"zh-hans\\\">【关于我们】</a>\",\n        \"body\": \"\",\n        \"category\": \"Intro\",\n        \"parent\": \"\"\n    },\n    {\n        \"id\": \"121\",\n        \"title\": \"<a href=\\\"/cn/node/121\\\" hreflang=\\\"zh-hans\\\">【诚信与保证】</a>\",\n        \"body\": \"\",\n        \"category\": \"Intro\",\n        \"parent\": \"\"\n    },\n    {\n        \"id\": \"122\",\n        \"title\": \"<a href=\\\"/cn/node/122\\\" hreflang=\\\"zh-hans\\\">【合作伙伴】</a>\",\n        \"body\": \"\",\n        \"category\": \"Intro\",\n        \"parent\": \"\"\n    },\n    {\n        \"id\": \"123\",\n        \"title\": \"<a href=\\\"/cn/node/123\\\" hreflang=\\\"zh-hans\\\">【同乐城口号】</a>\",\n        \"body\": \"\",\n        \"category\": \"Intro\",\n        \"parent\": \"\"\n    }\n]"}],"_postman_id":"6e4dcd87-6d7f-4891-be7b-1b84a1b2c5e7"},{"name":"Get Static Page","event":[{"listen":"test","script":{"id":"aa861223-a487-49d9-829e-3574c8795299","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var schema = {","    \"type\": \"array\",","    \"items\": [{","        \"type\": \"object\",","        \"required\": [\"id\",\"title\",\"queryParams\"],","        \"properties\": {","            \"id\": {\"type\": \"string\"},","            \"title\": {\"type\": \"string\"},","            \"queryParams\": {","                \"type\": \"object\",","                \"required\": [\"platform\"],","                \"properties\": {","                    \"platform\": {\"type\": \"string\"}","                }","            }","        }","    }]","};","","pm.test(\"Valid data and object check\", function(){","   pm.expect(jsonData).to.be.not.empty;","   pm.response.to.have.jsonSchema(schema);","})","","try {","    var keysToCheck = schema[\"items\"][0][\"required\"];","    jsonData.forEach(function(obj){","        pm.test('Check all keys', function(){","            pm.expect(obj).to.have.any.keys(keysToCheck);","        });","    })","} catch (e) {","    console.log(e);","}","",""],"type":"text/javascript"}}],"id":"2d68f1a6-c90d-4ea4-8707-fcedb51d4e81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/{{lang}}/api/static","description":"<ul>\n<li>This API is used to get all static which contains:<ul>\n<li>id (Static ID)</li>\n<li>title (Static Title)</li>\n<li>body (HTML Body of Static)</li>\n<li>desc (Faq Description)</li>\n<li>url (Faq URL)</li>\n</ul>\n</li>\n</ul>\n<ul>\n<li>Put the token provided into the header section</li>\n<li>The structure of this api is:<ul>\n<li><strong>[base_path]/[language]/api/static/</strong></li>\n</ul>\n</li>\n<li>The language code :<ul>\n<li>Chinese : zh-hans</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{lang}}","api","static"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b5b4cdfd-019c-43b5-9af7-7062d27d0bdb","name":"Get Static","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/{{lang}}/api/static"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.6"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"X-Drupal-Cache-Tags","value":"config:field.storage.node.field_body_app config:field.storage.node.field_desc_app config:views.view.tlc_static_api extensions http_response node:10 node:1082 node:1083 node:1084 node:1085 node:1086 node:1087 node:1088 node:1089 node:1090 node:1091 node:1092 node:1093 node:1094 node:1095 node:1096 node:1097 node:1098 node:1099 node:11 node:1100 node:12 node:1209 node:13 node:14 node:15 node:16 node:17 node:18 node:19 node:2 node:20 node:21 node:22 node:23 node:24 node:2479 node:25 node:26 node:27 node:28 node:29 node:3 node:31 node:32 node:33 node:3301 node:34 node:35 node:36 node:37 node:38 node:39 node:4 node:40 node:41 node:42 node:43 node:44 node:45 node:46 node:47 node:48 node:49 node:5 node:50 node:51 node:52 node:6 node:7 node:8 node:9 node_list"},{"key":"X-Drupal-Cache-Contexts","value":"languages:language_content languages:language_interface languages:language_url request_format theme user.node_grants:view user.permissions user.roles"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Fri, 22 Nov 2019 06:56:55 GMT"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"3301\",\n        \"title\": \"<a href=\\\"/cn/about-us\\\" hreflang=\\\"zh-hans\\\">about us</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/about-us\"\n    },\n    {\n        \"id\": \"2479\",\n        \"title\": \"<a href=\\\"/cn/401\\\" hreflang=\\\"zh-hans\\\">Payment Fraud Blocked</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/401\"\n    },\n    {\n        \"id\": \"1209\",\n        \"title\": \"<a href=\\\"/cn/ConfiscatedAccountVerification\\\" hreflang=\\\"zh-hans\\\">Confiscated Member</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/ConfiscatedAccountVerification\"\n    },\n    {\n        \"id\": \"1100\",\n        \"title\": \"<a href=\\\"/cn/finance/transfer\\\" hreflang=\\\"zh-hans\\\">Transfer</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/finance/transfer\"\n    },\n    {\n        \"id\": \"1099\",\n        \"title\": \"<a href=\\\"/cn/finance/withdrawal\\\" hreflang=\\\"zh-hans\\\">finance withdrawal</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/finance/withdrawal\"\n    },\n    {\n        \"id\": \"1098\",\n        \"title\": \"<a href=\\\"/cn/finance/deposit/qr\\\" hreflang=\\\"zh-hans\\\">QR</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/finance/deposit/qr\"\n    },\n    {\n        \"id\": \"1097\",\n        \"title\": \"<a href=\\\"/cn/finance/deposit/pointcard\\\" hreflang=\\\"zh-hans\\\">Pointcard</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/finance/deposit/pointcard\"\n    },\n    {\n        \"id\": \"1096\",\n        \"title\": \"<a href=\\\"/cn/finance/deposit/wechat\\\" hreflang=\\\"zh-hans\\\">Wechat</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/finance/deposit/wechat\"\n    },\n    {\n        \"id\": \"1095\",\n        \"title\": \"<a href=\\\"/cn/finance/deposit/qq\\\" hreflang=\\\"zh-hans\\\">QQ</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/finance/deposit/qq\"\n    },\n    {\n        \"id\": \"1094\",\n        \"title\": \"<a href=\\\"/cn/finance/deposit/bankcard\\\" hreflang=\\\"zh-hans\\\">Bankcard</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/finance/deposit/bankcard\"\n    },\n    {\n        \"id\": \"1093\",\n        \"title\": \"<a href=\\\"/cn/finance/deposit/wechatlocalbank\\\" hreflang=\\\"zh-hans\\\">Wechat Localbank</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/finance/deposit/wechatlocalbank\"\n    },\n    {\n        \"id\": \"1092\",\n        \"title\": \"<a href=\\\"/cn/finance/deposit/alipaylocalbank\\\" hreflang=\\\"zh-hans\\\">Alipay Localbank</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/finance/deposit/alipaylocalbank\"\n    },\n    {\n        \"id\": \"1091\",\n        \"title\": \"<a href=\\\"/cn/finance/deposit/astropay\\\" hreflang=\\\"zh-hans\\\">Astropay</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/finance/deposit/astropay\"\n    },\n    {\n        \"id\": \"1090\",\n        \"title\": \"<a href=\\\"/cn/finance/deposit/cashcard\\\" hreflang=\\\"zh-hans\\\">Cashcard</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/finance/deposit/cashcard\"\n    },\n    {\n        \"id\": \"1089\",\n        \"title\": \"<a href=\\\"/cn/finance/deposit/jingdongpay\\\" hreflang=\\\"zh-hans\\\">Jingdongpay</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/finance/deposit/jingdongpay\"\n    },\n    {\n        \"id\": \"1088\",\n        \"title\": \"<a href=\\\"/cn/finance/deposit/onlinealipay\\\" hreflang=\\\"zh-hans\\\">Online Alipay</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/finance/deposit/onlinealipay\"\n    },\n    {\n        \"id\": \"1087\",\n        \"title\": \"<a href=\\\"/cn/finance/deposit/unionpay\\\" hreflang=\\\"zh-hans\\\">Unionpay</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/finance/deposit/unionpay\"\n    },\n    {\n        \"id\": \"1086\",\n        \"title\": \"<a href=\\\"/cn/finance/deposit/localbank\\\" hreflang=\\\"zh-hans\\\">localbank</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/finance/deposit/localbank\"\n    },\n    {\n        \"id\": \"1085\",\n        \"title\": \"<a href=\\\"/cn/finance/bonus\\\" hreflang=\\\"zh-hans\\\">finance bonus</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/finance/bonus\"\n    },\n    {\n        \"id\": \"1084\",\n        \"title\": \"<a href=\\\"/cn/finance/sosbonus\\\" hreflang=\\\"zh-hans\\\">member sos bonus</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/finance/sosbonus\"\n    },\n    {\n        \"id\": \"1083\",\n        \"title\": \"<a href=\\\"/cn/member/sosbonus\\\" hreflang=\\\"zh-hans\\\">member sos bonus</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/member/sosbonus\"\n    },\n    {\n        \"id\": \"1082\",\n        \"title\": \"<a href=\\\"/cn/finance/deposit\\\" hreflang=\\\"zh-hans\\\">Finance Deposit</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/finance/deposit\"\n    },\n    {\n        \"id\": \"52\",\n        \"title\": \"<a href=\\\"/cn/sponsor-ship\\\" hreflang=\\\"zh-hans\\\">sponsor-ship</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/sponsor-ship\"\n    },\n    {\n        \"id\": \"51\",\n        \"title\": \"<a href=\\\"/cn/sponsor\\\" hreflang=\\\"zh-hans\\\">sponsor</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/sponsor\"\n    },\n    {\n        \"id\": \"50\",\n        \"title\": \"<a href=\\\"/cn/member/login\\\" hreflang=\\\"zh-hans\\\">member/login</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/member/login\"\n    },\n    {\n        \"id\": \"49\",\n        \"title\": \"<a href=\\\"/cn/forgotpassword\\\" hreflang=\\\"zh-hans\\\">forgotpassword</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/forgotpassword\"\n    },\n    {\n        \"id\": \"48\",\n        \"title\": \"<a href=\\\"/cn/proxytool/tutorial\\\" hreflang=\\\"zh-hans\\\">Tutorial</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/proxytool/tutorial\"\n    },\n    {\n        \"id\": \"47\",\n        \"title\": \"<a href=\\\"/cn/proxytool/faq\\\" hreflang=\\\"zh-hans\\\">FAQ</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/proxytool/faq\"\n    },\n    {\n        \"id\": \"46\",\n        \"title\": \"<a href=\\\"/cn/dns/tutorial\\\" hreflang=\\\"zh-hans\\\">DNS Tutorial</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/dns/tutorial\"\n    },\n    {\n        \"id\": \"45\",\n        \"title\": \"<a href=\\\"/cn/dns/faq\\\" hreflang=\\\"zh-hans\\\">DNS FAQ</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/dns/faq\"\n    },\n    {\n        \"id\": \"44\",\n        \"title\": \"<a href=\\\"/cn/news/gallery/comic\\\" hreflang=\\\"zh-hans\\\">Comic</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/news/gallery/comic\"\n    },\n    {\n        \"id\": \"43\",\n        \"title\": \"<a href=\\\"/cn/news/bulkynotes\\\" hreflang=\\\"zh-hans\\\">Bulkynotes</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/news/bulkynotes\"\n    },\n    {\n        \"id\": \"42\",\n        \"title\": \"<a href=\\\"/cn/news/feeds\\\" hreflang=\\\"zh-hans\\\">News Feed</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/news/feeds\"\n    },\n    {\n        \"id\": \"41\",\n        \"title\": \"<a href=\\\"/cn/news/family\\\" hreflang=\\\"zh-hans\\\">Family</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/news/family\"\n    },\n    {\n        \"id\": \"40\",\n        \"title\": \"<a href=\\\"/cn/news/gallery/video\\\" hreflang=\\\"zh-hans\\\">Video</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/news/gallery/video\"\n    },\n    {\n        \"id\": \"39\",\n        \"title\": \"<a href=\\\"/cn/news\\\" hreflang=\\\"zh-hans\\\">News</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/news\"\n    },\n    {\n        \"id\": \"38\",\n        \"title\": \"<a href=\\\"/cn/contactus\\\" hreflang=\\\"zh-hans\\\">Contact us</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/contactus\"\n    },\n    {\n        \"id\": \"37\",\n        \"title\": \"<a href=\\\"/cn/faq/sitemapx\\\" hreflang=\\\"zh-hans\\\">Sitemap</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/faq/sitemapx\"\n    },\n    {\n        \"id\": \"36\",\n        \"title\": \"<a href=\\\"/cn/dns\\\" hreflang=\\\"zh-hans\\\">DNS</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/dns\"\n    },\n    {\n        \"id\": \"35\",\n        \"title\": \"<a href=\\\"/cn/proxytool\\\" hreflang=\\\"zh-hans\\\">Proxy tool</a>\",\n        \"body\": \" \",\n        \"desc\": \"\",\n        \"url\": \"/cn/proxytool\"\n    },\n    {\n        \"id\": \"34\",\n        \"title\": \"<a href=\\\"/cn/sport/ipes/esports\\\" hreflang=\\\"zh-hans\\\">IPES Esports</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/sport/ipes/esports\"\n    },\n    {\n        \"id\": \"33\",\n        \"title\": \"<a href=\\\"/cn/sport/spsb/esports\\\" hreflang=\\\"zh-hans\\\">SPSB Esports</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/sport/spsb/esports\"\n    },\n    {\n        \"id\": \"32\",\n        \"title\": \"<a href=\\\"/cn/nativeapp\\\" hreflang=\\\"zh-hans\\\">Native app</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/nativeapp\"\n    },\n    {\n        \"id\": \"31\",\n        \"title\": \"<a href=\\\"/cn/info/csdownload\\\" hreflang=\\\"zh-hans\\\">CS Download</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/info/csdownload\"\n    },\n    {\n        \"id\": \"29\",\n        \"title\": \"<a href=\\\"/cn/promo_page\\\" hreflang=\\\"zh-hans\\\">promotion</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/promo_page\"\n    },\n    {\n        \"id\": \"28\",\n        \"title\": \"<a href=\\\"/cn/sport/spsb/virtualsports\\\" hreflang=\\\"zh-hans\\\">/sport/spsb/virtualsports</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/sport/spsb/virtualsports\"\n    },\n    {\n        \"id\": \"26\",\n        \"title\": \"<a href=\\\"/cn/sport/spsb/basketball\\\" hreflang=\\\"zh-hans\\\">/sport/spsb/basketball</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/sport/spsb/basketball\"\n    },\n    {\n        \"id\": \"27\",\n        \"title\": \"<a href=\\\"/cn/sport/spsb/numbergame\\\" hreflang=\\\"zh-hans\\\">/sport/spsb/numbergame</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/sport/spsb/numbergame\"\n    },\n    {\n        \"id\": \"25\",\n        \"title\": \"<a href=\\\"/cn/sport/ipsb/virtualsoccer\\\" hreflang=\\\"zh-hans\\\">/sport/ipsb/virtualsoccer</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/sport/ipsb/virtualsoccer\"\n    },\n    {\n        \"id\": \"24\",\n        \"title\": \"<a href=\\\"/cn/sport/ipsb/virtualbasketball\\\" hreflang=\\\"zh-hans\\\">/sport/ipsb/virtualbasketball</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/sport/ipsb/virtualbasketball\"\n    },\n    {\n        \"id\": \"23\",\n        \"title\": \"<a href=\\\"/cn/sport/ipsb/basketball\\\" hreflang=\\\"zh-hans\\\">/sport/ipsb/basketball</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/sport/ipsb/basketball\"\n    },\n    {\n        \"id\": \"22\",\n        \"title\": \"<a href=\\\"/cn/sport/spsb/soccer\\\" hreflang=\\\"zh-hans\\\">/sport/spsb/soccer</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/sport/spsb/soccer\"\n    },\n    {\n        \"id\": \"21\",\n        \"title\": \"<a href=\\\"/cn/sport/ipsb/soccer\\\" hreflang=\\\"zh-hans\\\">/sport/ipsb/soccer</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/sport/ipsb/soccer\"\n    },\n    {\n        \"id\": \"20\",\n        \"title\": \"<a href=\\\"/cn/fish/tl\\\" hreflang=\\\"zh-hans\\\">fish tlc</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/fish/tl\"\n    },\n    {\n        \"id\": \"19\",\n        \"title\": \"<a href=\\\"/cn/member/lottery/message\\\" hreflang=\\\"zh-hans\\\">member-lottery-message</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/member/lottery/message\"\n    },\n    {\n        \"id\": \"18\",\n        \"title\": \"<a href=\\\"/cn/member/pt/account\\\" hreflang=\\\"zh-hans\\\">member-pt-account</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/member/pt/account\"\n    },\n    {\n        \"id\": \"17\",\n        \"title\": \"<a href=\\\"/cn/member/inbox\\\" hreflang=\\\"zh-hans\\\">member-inbox</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/member/inbox\"\n    },\n    {\n        \"id\": \"16\",\n        \"title\": \"<a href=\\\"/cn/member/reward\\\" hreflang=\\\"zh-hans\\\">member-reward</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/member/reward\"\n    },\n    {\n        \"id\": \"15\",\n        \"title\": \"<a href=\\\"/cn/member/bank/history\\\" hreflang=\\\"zh-hans\\\">member-bank-history</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/member/bank/history\"\n    },\n    {\n        \"id\": \"14\",\n        \"title\": \"<a href=\\\"/cn/member/bank/setting\\\" hreflang=\\\"zh-hans\\\">member-bank-setting</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/member/bank/setting\"\n    },\n    {\n        \"id\": \"13\",\n        \"title\": \"<a href=\\\"/cn/member/bet/history\\\" hreflang=\\\"zh-hans\\\">member-bet-history</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/member/bet/history\"\n    },\n    {\n        \"id\": \"12\",\n        \"title\": \"<a href=\\\"/cn/member/account\\\" hreflang=\\\"zh-hans\\\">member-account</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/member/account\"\n    },\n    {\n        \"id\": \"11\",\n        \"title\": \"<a href=\\\"/cn/member/overview\\\" hreflang=\\\"zh-hans\\\">member-overview</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/member/overview\"\n    },\n    {\n        \"id\": \"9\",\n        \"title\": \"<a href=\\\"/cn/sport/ipsb\\\" hreflang=\\\"zh-hans\\\">/sport/ipsb</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/sport/ipsb\"\n    },\n    {\n        \"id\": \"8\",\n        \"title\": \"<a href=\\\"/cn/sport/spsb\\\" hreflang=\\\"zh-hans\\\">/sport/spsb/</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/sport/spsb\"\n    },\n    {\n        \"id\": \"10\",\n        \"title\": \"<a href=\\\"/cn/slot/mgsqf\\\" hreflang=\\\"zh-hans\\\">/slot/mgsqf</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/slot/mgsqf\"\n    },\n    {\n        \"id\": \"7\",\n        \"title\": \"<a href=\\\"/cn/registration\\\" hreflang=\\\"zh-hans\\\">registration</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/registration\"\n    },\n    {\n        \"id\": \"6\",\n        \"title\": \"<a href=\\\"/cn/fish/ag\\\" hreflang=\\\"zh-hans\\\">fish ag</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/fish/ag\"\n    },\n    {\n        \"id\": \"5\",\n        \"title\": \"<a href=\\\"/cn/landing/style3\\\" hreflang=\\\"zh-hans\\\">landing style3</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/landing/style3\"\n    },\n    {\n        \"id\": \"4\",\n        \"title\": \"<a href=\\\"/cn/landing/style2\\\" hreflang=\\\"zh-hans\\\">landing style2</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/landing/style2\"\n    },\n    {\n        \"id\": \"3\",\n        \"title\": \"<a href=\\\"/cn/landing/style1\\\" hreflang=\\\"zh-hans\\\">2018世界杯｜俄罗斯世界杯｜10年荣耀投注平台｜1.5%体育日反水无上限</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/landing/style1\"\n    },\n    {\n        \"id\": \"2\",\n        \"title\": \"<a href=\\\"/cn/home\\\" hreflang=\\\"zh-hans\\\">home</a>\",\n        \"body\": \"\",\n        \"desc\": \"\",\n        \"url\": \"/cn/home\"\n    }\n]"}],"_postman_id":"2d68f1a6-c90d-4ea4-8707-fcedb51d4e81"},{"name":"Get News List","event":[{"listen":"test","script":{"id":"a07ac6ca-13ff-4ba6-ba51-0bf4b481a7b6","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var schema = {","    \"type\": \"object\",","    \"required\": [\"code\",\"data\",\"page\"],","    \"properties\": {","        \"code\": {\"type\": \"integer\"},","        \"data\": {","            \"type\": \"array\",","            \"items\": [{","                \"type\": \"object\",","                \"required\": [\"id\",\"title\",\"langcode\",\"body\",\"thumbnail\",\"updatedDate\",\"views\",\"order\",\"tags\"],","                \"properties\": {","                    \"id\": {\"type\": \"string\"},","                    \"title\": {\"type\": \"string\"},","                    \"langcode\": {\"type\": \"string\"},","                    \"body\": {\"type\": \"string\"},","                    \"thumbnail\": {\"type\": \"string\"},","                    \"updatedDate\": {\"type\": \"string\"},","                    \"views\": {\"type\": \"integer\"},","                    \"order\": {\"type\": \"integer\"},","                    \"tags\": {\"type\": \"string\"},","                }","            }]","        },","        \"page\": {","            \"type\": \"object\",","            \"required\": [\"page\",\"pagesize\",\"total\",\"totalpage\"],","            \"properties\": {","                \"page\": { \"type\": \"integer\" },","                \"pagesize\": { \"type\": \"integer\" },","                \"total\": { \"type\": \"integer\" },","                \"totalpage\": { \"type\": \"integer\" }","            }","        }","    }","};","","pm.test(\"Valid data and object check\", function(){","   pm.expect(jsonData).to.be.not.empty;","   pm.response.to.have.jsonSchema(schema);","})","","try {","    var keysToCheck = schema[\"properties\"][\"data\"][\"items\"][0][\"required\"];","    var numberKeys = [\"views\", \"order\"];","","    jsonData.data.forEach(function(obj){","        pm.test('Check all keys', function(){","            pm.expect(obj).to.have.all.keys(keysToCheck);","        });","","        keysToCheck.forEach(function(key){","            if(numberKeys.indexOf(key) > -1) {","                pm.test(`Check key should be number - ${key}`, function(){","                    pm.expect(obj[key]).to.be.a('number');","                });","            } else {","                pm.test(`Check key not empty - ${key}`, function(){","                    pm.expect(obj[key]).to.be.not.empty;","                }); ","            }","        });","","        pm.sendRequest(obj.thumbnail, function (err, res){","            if (err) { console.log(err); }","            pm.test(obj.thumbnail  + ' image is ok', function(){","                pm.expect(err).to.equal(null);","                pm.expect(res).to.have.property('code', 200);","                pm.expect(res).to.have.property('status', 'OK');","                var sizeOK = res.responseSize > 50 ? true : false;","                pm.expect(sizeOK).to.be.true;","            });","        });","    })","} catch (e) {","    console.log(e);","}","",""],"type":"text/javascript"}}],"id":"1fab77c5-e149-4af8-8086-0800240f8478","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"{{url}}/{{lang}}/api/v1/news","description":"<ul>\n<li>Response:<ul>\n<li>page (Pagination of the news)<ul>\n<li>page: Current page</li>\n<li>pagesize: Element per page</li>\n<li>total: Total elements</li>\n<li>totalpage: Total pagination</li>\n</ul>\n</li>\n<li>data (News data entity)<ul>\n<li>id: News ID </li>\n<li>title: News title</li>\n<li>langcode: News culture</li>\n<li>body: News content body</li>\n<li>thumbnail: News thumbnail </li>\n<li>views: Show how many user viewed the News</li>\n<li>updatedDate: News updated date</li>\n<li>order: News sorting</li>\n<li>tag: News tags (Separate values with a comma)</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<ul>\n<li><p>put the token provided into the headers</p>\n</li>\n<li><p>There is a parameter that can be used as the filter for pagination URL?<strong>page=[page_number]</strong></p>\n<ul>\n<li>Should be a <strong>number</strong>, By default it will be <strong>1</strong></li>\n</ul>\n</li>\n<li><p>There is a parameter that can be used as the filter for pagination URL?<strong>pagesize=[pagesize_number]</strong></p>\n<ul>\n<li>Should be a <strong>number</strong>, By default it will be <strong>10</strong></li>\n</ul>\n</li>\n<li><p>There is a parameter that can be used as the filter for sorting URL?<strong>order=[order_type]</strong></p>\n<ul>\n<li>By default it will be <strong>ASC</strong></li>\n<li><strong>ASC</strong> for sorting by ascending order</li>\n<li><strong>DESC</strong> for sorting by descending  order</li>\n</ul>\n</li>\n<li><p>The structure of this api is:</p>\n<ul>\n<li><strong>[base_path]/[language]/api/v1/news?page=[int]&amp;pagesize=[int]&amp;order=[order_type]</strong></li>\n</ul>\n</li>\n<li><p>The language code :</p>\n<ul>\n<li>Chinese : zh-hans</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{lang}}","api","v1","news"],"host":["{{url}}"],"query":[{"disabled":true,"description":{"content":"<p>default 1</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>default 10</p>\n","type":"text/plain"},"key":"pagesize","value":"10"},{"disabled":true,"description":{"content":"<p>default ASC [ASC, DESC]</p>\n","type":"text/plain"},"key":"order","value":"ASC"}],"variable":[]}},"response":[{"id":"5e6c92e6-8de0-4a55-9175-54a4f74aa28c","name":"Get News List","originalRequest":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":{"raw":"{{url}}/{{lang}}/api/v1/news","host":["{{url}}"],"path":["{{lang}}","api","v1","news"],"query":[{"key":"page","value":"1","description":"default 1","disabled":true},{"key":"pagesize","value":"10","description":"default 10","disabled":true},{"key":"order","value":"ASC","description":"default ASC [ASC, DESC]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Fri, 09 Apr 2021 10:21:17 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,token,Culture,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,X-Api-ID,X-Service-RateLimit,X-UsagePlan-RateLimit,X-UsagePlan-Quota,Cache-Control,Connection,Content-Disposition,Date,Keep-Alive,Pragma,Via,Accept,Accept-Charset,Accept-Encoding,Accept-Language,Authorization,Cookie,Expect,From,Host,If-Match,If-Modified-Since,If-None-Match,If-Range,If-Unmodified-Since,Range,Origin,Referer,User-Agent,X-Forwarded-For,X-Forwarded-Host,X-Forwarded-Proto,Accept-Range,Age,Content-Range,Content-Security-Policy,ETag,Expires,Last-Modified,Location,Server,Set-Cookie,Trailer,Transfer-Encoding,Vary,Allow,Content-Encoding,Content-Language,Content-Length,Content-Location,Content-Type"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 0,\n    \"data\": [\n        {\n            \"id\": \"7894\",\n            \"title\": \"jhnews_011\",\n            \"langcode\": \"zh-hans\",\n            \"body\": \"\",\n            \"thumbnail\": \"https://tlc-api-pstage-web-awshk.fubnb.com/sites/default/files/2021-04/5_0.png\",\n            \"updatedDate\": \"2021-04-09 14:34:30\",\n            \"views\": 0,\n            \"order\": 0,\n            \"tags\": \"jh001,jh002,jh003\"\n        },\n        {\n            \"id\": \"7895\",\n            \"title\": \"jhnews_012\",\n            \"langcode\": \"zh-hans\",\n            \"body\": \"\",\n            \"thumbnail\": \"https://tlc-api-pstage-web-awshk.fubnb.com/sites/default/files/2021-04/6_0.gif\",\n            \"updatedDate\": \"2021-04-09 14:34:31\",\n            \"views\": 0,\n            \"order\": 0,\n            \"tags\": \"jh001,jh002,jh003,jh004\"\n        },\n        {\n            \"id\": \"7898\",\n            \"title\": \"jhnews_013\",\n            \"langcode\": \"zh-hans\",\n            \"body\": \"\",\n            \"thumbnail\": \"https://tlc-api-pstage-web-awshk.fubnb.com/sites/default/files/2021-04/5_1.png\",\n            \"updatedDate\": \"2021-04-09 14:34:32\",\n            \"views\": 0,\n            \"order\": 0,\n            \"tags\": \"jh001,jh003,jh002,jh004,jh005\"\n        },\n        {\n            \"id\": \"1098\",\n            \"title\": \"德赫亚超神是常规操作 曼联想赢下所有比赛!!!\",\n            \"langcode\": \"zh-hans\",\n            \"body\": \"<p><img alt=\\\"1\\\" data-entity-type=\\\"file\\\" data-entity-uuid=\\\"37d08462-0a05-4b83-898e-ca3d806c628c\\\" src=\\\"/sites/default/files/inline-images/1%20%286%29.png\\\" /></p>\\r\\n\\r\\n<p> </p>\\r\\n\\r\\n<p>英超第22轮，曼联1-0战胜热刺。赛后，曼联主帅索尔斯克亚接受了《BBC》的采访，他认为曼联取得了不可思议的胜利，德赫亚除了2次神级扑救之外，其他的扑救只是常规操作，并不令人意外。 索尔斯克亚先谈到了比赛：“我们创造了足够多的机会，说实话我们本应该进更多的球。但如果你不进球的话，你就会感受到压力。我们有着不错的后防四人组，在他们身后的德赫亚更是不可思议的。下半场，热刺发起了猛烈的反击，我们顶住了压力，当他们变阵时，我们的防守并没有乱了阵脚，拥有一名超级门将也是规则所允许的。”</p>\\r\\n\\r\\n<p> </p>\\r\\n\\r\\n<p>德赫亚本场做出了11次的有效扑救，不可思议的完成了零封。索尔斯克亚在谈到这一点时称：“我曾经与许多不可思议的门将踢过球。曼联一直有优秀门将的传统，德赫亚一直都在进步，他做出了11次扑救，他配得上全场最佳。但即便如此，我仍然认为德赫亚除了2次神奇的扑救之外，其他的扑救只是他的常规操作而已，放在平时他也能够将球扑出来。当然能够完成零封这也是全队努力的结果，当你面对凯恩时，你的防守肯定会受到很多的威胁，但好在我们守住了。”</p>\\r\\n\\r\\n<p>最后索尔斯克亚谈到了曼联精神：“我们希望赢下所有的比赛，所有人都知道这是不可能的。但你必须这要去想，必须去为了胜利而战。这就是曼联的一种精神，我也知道我为什么站在这里，也知道我自己的头衔，我只是希望帮助球队去赢得每一场比赛。”</p>\\r\\n\\r\\n<p> </p>\\r\\n\\r\\n<p>标签：#英超# #德赫亚# #曼联# #热刺# #扑救#</p>\\r\\n\\r\\n<p> </p>\\r\\n\",\n            \"thumbnail\": \"https://tlc-api-pstage-web-awshk.fubnb.com/sites/default/files/2021-03/100x100_1.png\",\n            \"updatedDate\": \"2021-04-07 15:22:30\",\n            \"views\": 5,\n            \"order\": 0,\n            \"tags\": \"AA\"\n        },\n        {\n            \"id\": \"7885\",\n            \"title\": \"jhnews_005\",\n            \"langcode\": \"zh-hans\",\n            \"body\": \"<p>jhnews_005</p>\",\n            \"thumbnail\": \"\",\n            \"updatedDate\": \"2021-04-07 16:57:48\",\n            \"views\": 0,\n            \"order\": 0,\n            \"tags\": null\n        },\n        {\n            \"id\": \"7893\",\n            \"title\": \"jhnews_010\",\n            \"langcode\": \"zh-hans\",\n            \"body\": \"<p>DE MUSICA - UBEM, LatinAutor - PeerMusic, ARESA, CMRRA, AdShare (Publishing), LatinAutor - UMPG, BMG Rights Management (US), LLC, 杰威爾音樂有限公司, LatinAutorPerf, LatinAutor, UMPI, Abramus Digital, UMPG Publishing, ASCAP, and 14 music rights societiesasdasdasdasdasdasdasd</p>\",\n            \"thumbnail\": \"https://tlc-api-pstage-web-awshk.fubnb.com/sites/default/files/2021-04/1_2.jpg\",\n            \"updatedDate\": \"2021-04-09 14:34:28\",\n            \"views\": 0,\n            \"order\": 0,\n            \"tags\": \"jh001,jh002\"\n        },\n        {\n            \"id\": \"7808\",\n            \"title\": \"NBA太陽換來保羅 新季力拚季後賽門票\",\n            \"langcode\": \"zh-hans\",\n            \"body\": \"<p style=\\\"margin-left:0px;\\\">（中央社鳳凰城16日綜合外電報導）本季率NBA雷霆殺進季後賽的保羅（Chris Paul），季外成為多隊延攬的目標。太陽今天以盧比歐在內的4名球員及1個選秀權向雷霆換來保羅和納德，要力拚季後賽門票。</p><p style=\\\"margin-left:0px;\\\">美國職籃NBA鳳凰城太陽送出盧比歐（Ricky Rubio ）、烏布雷（Kelly Oubre Jr.）、傑洛姆（Ty Jerome ）、萊克奎（Jalen Lecque）以及1個2022年的首輪選秀權，從奧克拉荷馬雷霆換來保羅、納德（Abdel Nader）。</p><p style=\\\"margin-left:0px;\\\">2010年起就與季後賽絕緣的太陽，本季於NBA復賽後，在「泡泡」隔離園區的決戰時刻繳出8勝0負的亮眼成績，雖然最終與季後賽擦身而過，但他們已經準備好在新球季有所作為。太陽老闆薩佛（Robert Sarver）因此將未來可望進入名人堂的後衛保羅帶到球隊，和陣中的新星布克（Devin Booker）搭檔。</p><p style=\\\"margin-left:0px;\\\">35歲的保羅先前在休士頓火箭打了兩季後，去年被交易到雷霆，合約還剩下2年。</p><p style=\\\"margin-left:0px;\\\">這次被交易到太陽，保羅將和NBA極具潛力的新星布克並肩作戰。</p><p style=\\\"margin-left:0px;\\\">本季在雷霆打的72場比賽中，保羅出賽了70場，繳出平均17.6分、6.7助攻、5籃板的成績單，率領不被看好的雷霆搶下44勝28敗，以西區第5種子之姿成功闖進季後賽。</p><p style=\\\"margin-left:0px;\\\">太陽總教練威廉斯（Monty Williams）一直以來都很欣賞保羅，曾在1月一場太陽與雷霆的比賽前說：「他是那種能改變球隊的人」。</p><p style=\\\"margin-left:0px;\\\">威廉斯說：「他去的每個地方，都能讓每個人變得更好，保羅就是這樣的人。」</p><p style=\\\"margin-left:0px;\\\">保羅是2005-06球季的年度最佳新秀，曾10次入選明星賽、9次入選年度最佳陣容。（譯者：李晉緯/核稿：盧映孜）1091117</p><figure class=\\\"image\\\"><img src=\\\"https://tlc-api-pstage-web-awshk.fubnb.com/sites/default/files/2021-03/inline/node/6061808ceb045.jpeg\\\"></figure>\",\n            \"thumbnail\": \"https://tlc-api-pstage-web-awshk.fubnb.com/sites/default/files/2021-03/773x1024_20210329000070.jpeg\",\n            \"updatedDate\": \"2021-04-07 15:38:29\",\n            \"views\": 6,\n            \"order\": 1,\n            \"tags\": \"SBL\"\n        },\n        {\n            \"id\": \"7822\",\n            \"title\": \"阻塞蘇伊士運河近一週 長賜輪船向導正完成80%\",\n            \"langcode\": \"zh-hans\",\n            \"body\": \"<p style=\\\"margin-left:0px;\\\">根據英國廣播公司（BBC）報導和社群媒體資訊，當地出動多艘船隻，協助移動長度近400公尺、寬59公尺的長賜輪。2018年打造完成的長賜輪是台灣長榮海運公司旗下的全貨櫃輪。</p><p style=\\\"margin-left:0px;\\\">連接地中海和紅海的<span style=\\\"color:rgb(0,78,152);\\\"><strong>蘇伊士運河</strong></span>，是歐洲與亞洲間最短的水路，這起事故發生在蘇伊士港口以北處。</p><p style=\\\"margin-left:0px;\\\">在巴拿馬註冊的長賜輪從中國出發，目的地是荷蘭港口城市鹿特丹（Rotterdam），卻在前往地中海途中卡在運河的北向河道。</p><p style=\\\"margin-left:0px;\\\">事故現場位於長賜輪正後方的另一艘貨輪「馬士基．丹佛號」（Maersk Denver）船上人員拍下照片，並張貼在社群媒體Instagram上，可見長賜輪卡在河道中動彈不得，岸邊還有看似小型挖土機的機具在幫忙挖除土壤。</p><p style=\\\"margin-left:0px;\\\">蘇伊士運河跨越埃及蘇伊士地峽，總長約193公里，沿途包含3處天然湖泊。</p><p style=\\\"margin-left:0px;\\\">埃及政府2015年大規模拓寬運河、加深主要河道，並為船隻提供一條與之平行、長35公里的航道。（譯者：李佩珊/核稿：徐睿承）1100324</p><p style=\\\"margin-left:0px;\\\"> </p><figure class=\\\"image\\\"><img src=\\\"https://tlc-api-pstage-web-awshk.fubnb.com/sites/default/files/2021-03/inline/node/60617e9e55351.jpeg\\\"></figure>\",\n            \"thumbnail\": \"https://tlc-api-pstage-web-awshk.fubnb.com/sites/default/files/2021-03/796x597_818417667480.jpeg\",\n            \"updatedDate\": \"2021-04-06 17:41:10\",\n            \"views\": 0,\n            \"order\": 1,\n            \"tags\": \"AA,BB\"\n        },\n        {\n            \"id\": \"7823\",\n            \"title\": \"3連霸籃板王德拉蒙確定去向 經紀人證實落腳湖人\",\n            \"langcode\": \"zh-hans\",\n            \"body\": \"<p style=\\\"margin-left:0px;\\\">（中央社洛杉磯28日綜合外電報導）體育電視頻道ESPN今天報導引述美國職籃NBA自由球員德拉蒙（Andre Drummond）的經紀人說法，3連霸籃板王德拉蒙打算跟洛杉磯湖人簽約。</p><p style=\\\"margin-left:0px;\\\">ESPN報導指出，尋求衛冕NBA總冠軍的湖人一直努力要拉攏德拉蒙，以增添球隊戰力。德拉蒙近日才剛與克里夫蘭騎士達成買斷合約協議。</p><p style=\\\"margin-left:0px;\\\">目前湖人陣中傷兵累累，得分之鑰戴維斯（Anthony Davis）在2月中拉傷小腿缺陣至今，老將詹姆斯（LeBron James）最近也扭傷右腳踝而歸期未定。</p><p style=\\\"margin-left:0px;\\\">27歲的德拉蒙本季為騎士隊先發出賽25場，場均貢獻17.5分和13.5籃板。德拉蒙在去年達成籃板王3連霸的成就，這也是他5年內第4度成為籃板王。（譯者：陳彥鈞）1100329</p><figure class=\\\"image\\\"><img src=\\\"https://tlc-api-pstage-web-awshk.fubnb.com/sites/default/files/2021-03/inline/node/60617f3512d2b.jpeg\\\"></figure><p style=\\\"margin-left:0px;\\\"> </p><p style=\\\"margin-left:0px;\\\"><br> </p>\",\n            \"thumbnail\": \"https://tlc-api-pstage-web-awshk.fubnb.com/sites/default/files/2021-03/1080x1080_903021588560.jpeg\",\n            \"updatedDate\": \"2021-04-06 17:41:27\",\n            \"views\": 0,\n            \"order\": 1,\n            \"tags\": \"AA,BB,CC,DD,EE\"\n        },\n        {\n            \"id\": \"7824\",\n            \"title\": \"NBA交易截止 籃網、熱火都是贏家\",\n            \"langcode\": \"zh-hans\",\n            \"body\": \"<figure class=\\\"image\\\"><img src=\\\"https://tlc-api-pstage-web-awshk.fubnb.com/sites/default/files/2021-03/inline/node/60617fdecd822.jpeg\\\"></figure><p style=\\\"margin-left:0px;\\\">（中央社記者龍柏安台北26日電）美國職籃NBA各隊交易大門在今天凌晨3時截止，本季在交易大限前最大交易，除季中從火箭轉戰籃網的哈登外，其次就屬魔術主力全部上架清空，甚至還包括明星中鋒佛契維奇。</p><p style=\\\"margin-left:0px;\\\">根據美國權威運動網站ESPN報導，本季最大筆的交易仍是「大鬍子」哈登（James Harden）轉戰布魯克林籃網，也使得籃網一口氣組成有杜蘭特（Kevin Durant）、厄文（Kyrie Irving）與哈登的3巨頭。</p><p style=\\\"margin-left:0px;\\\">在交易截止大限前，東區強權補強有限，包括密爾瓦基公鹿隊得到塔克（PJ Tucker）、費城76人拿下資深控衛希爾（George Hill）這些歷經季後賽洗禮的老將，但仍不及籃網來得受到矚目。</p><p style=\\\"margin-left:0px;\\\">而上季東區冠軍熱火也是交易贏家之一，他們的主力陣容幾乎沒有折損前提下，和火箭換來了歐拉迪波（Victor Oladipo）。</p><p style=\\\"margin-left:0px;\\\">另一方面熱火把長人歐里尼克（Kelly Olynyk）送走，主要是清出大前鋒位置，等著被馬刺買斷的明星大前鋒阿德雷奇（LaMarcus Aldridge）加盟，如此一來熱火不僅戰力升級，就連板凳深度也將笑傲東部聯盟。</p><p style=\\\"margin-left:0px;\\\">ESPN也點出，今年在交易市場上的輸家是衛冕軍洛杉磯湖人，目前「紫金軍團」兩大王牌包括詹姆斯（LeBron James）與戴維斯（Anthony Davis）相繼受傷，球隊戰績陷入低迷，人手不足的隱憂也暴露出來。</p><p style=\\\"margin-left:0px;\\\">加上湖人季後賽假想敵都在交易大限前有所斬獲，包括丹佛金塊換來奧蘭多魔術扣將高登（Aaron Gordon ）、洛杉磯快艇也得到湖人上季冠軍班底之一的老牌控衛朗多（Rajon Rondo），湖人空手而歸就顯得有些失落。</p><p style=\\\"margin-left:0px;\\\">不過被騎士買斷的明星中鋒德拉蒙（Andre Drummond），外傳將可能落腳湖人，一旦傳言屬實，加上主力傷兵歸隊後，湖人依舊是爭冠路上不可輕忽的勁旅。</p><p style=\\\"margin-left:0px;\\\">目前在東部聯盟排名倒數第2的魔術已打定主意重建，主力一口氣全部出清，招牌中鋒佛契維奇（Nikola Vucevic）送至公牛，也把法籍射手福尼耶（Evan Fournier）交易至塞爾蒂克，高登與克拉克（Gary Clark）則是送至金塊。（編輯：吳協昌）1100326</p>\",\n            \"thumbnail\": \"https://tlc-api-pstage-web-awshk.fubnb.com/sites/default/files/2021-03/download.jpeg\",\n            \"updatedDate\": \"2021-04-06 17:41:05\",\n            \"views\": 0,\n            \"order\": 2,\n            \"tags\": \"AA,BB,CC\"\n        }\n    ],\n    \"page\": {\n        \"page\": 1,\n        \"pagesize\": 10,\n        \"total\": 14,\n        \"totalpage\": 2\n    }\n}"}],"_postman_id":"1fab77c5-e149-4af8-8086-0800240f8478"},{"name":"Get News","event":[{"listen":"test","script":{"id":"146b81a3-dfa9-44e8-ab4c-ae91592eaaa6","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var schema = {","    \"type\": \"object\",","    \"required\": [\"code\",\"data\"],","    \"properties\": {","        \"code\": {\"type\": \"integer\"},","        \"data\": {","            \"type\": \"object\",","            \"required\": [\"id\",\"title\",\"langcode\",\"body\",\"thumbnail\",\"updatedDate\",\"views\",\"order\",\"tags\"],","            \"properties\": {","                \"id\": {\"type\": \"string\"},","                \"title\": {\"type\": \"string\"},","                \"langcode\": {\"type\": \"string\"},","                \"body\": {\"type\": \"string\"},","                \"thumbnail\": {\"type\": \"string\"},","                \"updatedDate\": {\"type\": \"string\"},","                \"views\": {\"type\": \"integer\"},","                \"order\": {\"type\": \"integer\"},","                \"tags\": {\"type\": \"string\"},","            }","        }","    }","};","","pm.test(\"Valid data and object check\", function(){","   pm.expect(jsonData.data).to.be.not.empty;","   pm.response.to.have.jsonSchema(schema);","})","","try {","    var keysToCheck = schema[\"properties\"][\"data\"][\"required\"];","    var numberKeys = [\"views\", \"order\"];","","    pm.test('Check all keys', function(){","        pm.expect(jsonData.data).to.have.all.keys(keysToCheck);","    });","","    keysToCheck.forEach(function(key){","        if(numberKeys.indexOf(key) > -1) {","            pm.test(`Check key should be number - ${key}`, function(){","                pm.expect(jsonData.data[key]).to.be.a('number');","            });","        } else {","            pm.test(`Check key not empty - ${key}`, function(){","                pm.expect(jsonData.data[key]).to.be.not.empty;","            }); ","        }","    });","","    pm.sendRequest(jsonData.data.thumbnail, function (err, res){","        if (err) { console.log(err); }","        pm.test(jsonData.data.thumbnail  + ' image is ok', function(){","            pm.expect(err).to.equal(null);","            pm.expect(res).to.have.property('code', 200);","            pm.expect(res).to.have.property('status', 'OK');","            var sizeOK = res.responseSize > 50 ? true : false;","            pm.expect(sizeOK).to.be.true;","        });","    });","","} catch (e) {","    console.log(e);","}","",""],"type":"text/javascript"}}],"id":"b4128278-fd1a-47cf-b385-e24cbb46afdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":"{{url}}/{{lang}}/api/v1/news/:NEWS_ID","description":"<ul>\n<li>Response:<ul>\n<li>data (News data entity)<ul>\n<li>id: News ID </li>\n<li>title: News title</li>\n<li>langcode: News culture</li>\n<li>body: News content body</li>\n<li>thumbnail: News thumbnail </li>\n<li>updatedDate: News updated date</li>\n<li>views: Show how many user viewed the News</li>\n<li>order: News sorting</li>\n<li>tag: News tags (Separate values with a comma)</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<ul>\n<li>put the token provided into the headers</li>\n<li>The structure of this api is:<ul>\n<li><strong>[base_path]/[language]/api/v1/news/[NEWS_ID]</strong></li>\n</ul>\n</li>\n<li>The language code :<ul>\n<li>Chinese : zh-hans</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{lang}}","api","v1","news",":NEWS_ID"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>int</p>\n","type":"text/plain"},"type":"any","value":"7823","key":"NEWS_ID"}]}},"response":[{"id":"3fd424f8-c48b-40dc-af34-99d2144104cc","name":"Get News","originalRequest":{"method":"GET","header":[{"key":"token","type":"text","value":"{{token}}"}],"url":{"raw":"{{url}}/{{lang}}/api/v1/news/:NEWS_ID","host":["{{url}}"],"path":["{{lang}}","api","v1","news",":NEWS_ID"],"variable":[{"key":"NEWS_ID","value":"1098","description":"int"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Fri, 09 Apr 2021 10:21:52 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,token,Culture,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,X-Api-ID,X-Service-RateLimit,X-UsagePlan-RateLimit,X-UsagePlan-Quota,Cache-Control,Connection,Content-Disposition,Date,Keep-Alive,Pragma,Via,Accept,Accept-Charset,Accept-Encoding,Accept-Language,Authorization,Cookie,Expect,From,Host,If-Match,If-Modified-Since,If-None-Match,If-Range,If-Unmodified-Since,Range,Origin,Referer,User-Agent,X-Forwarded-For,X-Forwarded-Host,X-Forwarded-Proto,Accept-Range,Age,Content-Range,Content-Security-Policy,ETag,Expires,Last-Modified,Location,Server,Set-Cookie,Trailer,Transfer-Encoding,Vary,Allow,Content-Encoding,Content-Language,Content-Length,Content-Location,Content-Type"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 0,\n    \"data\": {\n        \"id\": \"1098\",\n        \"title\": \"德赫亚超神是常规操作 曼联想赢下所有比赛!!!\",\n        \"langcode\": \"zh-hans\",\n        \"body\": \"<p><img alt=\\\"1\\\" data-entity-type=\\\"file\\\" data-entity-uuid=\\\"37d08462-0a05-4b83-898e-ca3d806c628c\\\" src=\\\"/sites/default/files/inline-images/1%20%286%29.png\\\" /></p>\\r\\n\\r\\n<p> </p>\\r\\n\\r\\n<p>英超第22轮，曼联1-0战胜热刺。赛后，曼联主帅索尔斯克亚接受了《BBC》的采访，他认为曼联取得了不可思议的胜利，德赫亚除了2次神级扑救之外，其他的扑救只是常规操作，并不令人意外。 索尔斯克亚先谈到了比赛：“我们创造了足够多的机会，说实话我们本应该进更多的球。但如果你不进球的话，你就会感受到压力。我们有着不错的后防四人组，在他们身后的德赫亚更是不可思议的。下半场，热刺发起了猛烈的反击，我们顶住了压力，当他们变阵时，我们的防守并没有乱了阵脚，拥有一名超级门将也是规则所允许的。”</p>\\r\\n\\r\\n<p> </p>\\r\\n\\r\\n<p>德赫亚本场做出了11次的有效扑救，不可思议的完成了零封。索尔斯克亚在谈到这一点时称：“我曾经与许多不可思议的门将踢过球。曼联一直有优秀门将的传统，德赫亚一直都在进步，他做出了11次扑救，他配得上全场最佳。但即便如此，我仍然认为德赫亚除了2次神奇的扑救之外，其他的扑救只是他的常规操作而已，放在平时他也能够将球扑出来。当然能够完成零封这也是全队努力的结果，当你面对凯恩时，你的防守肯定会受到很多的威胁，但好在我们守住了。”</p>\\r\\n\\r\\n<p>最后索尔斯克亚谈到了曼联精神：“我们希望赢下所有的比赛，所有人都知道这是不可能的。但你必须这要去想，必须去为了胜利而战。这就是曼联的一种精神，我也知道我为什么站在这里，也知道我自己的头衔，我只是希望帮助球队去赢得每一场比赛。”</p>\\r\\n\\r\\n<p> </p>\\r\\n\\r\\n<p>标签：#英超# #德赫亚# #曼联# #热刺# #扑救#</p>\\r\\n\\r\\n<p> </p>\\r\\n\",\n        \"thumbnail\": \"https://tlc-api-pstage-web-awshk.fubnb.com/sites/default/files/2021-03/100x100_1.png\",\n        \"updatedDate\": \"2021-04-07 15:22:30\",\n        \"views\": 5,\n        \"order\": 0,\n        \"tags\": \"AA\"\n    }\n}"}],"_postman_id":"b4128278-fd1a-47cf-b385-e24cbb46afdf"},{"name":"POST News increase view count","event":[{"listen":"test","script":{"id":"545da91e-f95a-4921-a463-735ec729165f","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var schema = {","    \"type\": \"object\",","    \"required\": [\"code\",\"msg\"],","    \"properties\": {","        \"code\": {\"type\": \"integer\"},","        \"msg\": {\"type\": \"string\"}","    }","};","","pm.test(\"Valid data and object check\", function(){","   pm.expect(jsonData).to.be.not.empty;","   pm.response.to.have.jsonSchema(schema);","})"],"type":"text/javascript"}}],"id":"e597073b-9449-4b7b-82a1-adc5d477437c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"token","type":"text","value":"{{token}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{url}}/{{lang}}/api/v1/news/:NEWS_ID/increase_view_count","description":"<ul>\n<li>Response:<ul>\n<li>code: Error code</li>\n<li>msg: Result message</li>\n</ul>\n</li>\n</ul>\n<ul>\n<li>put the token provided into the headers</li>\n<li>The structure of this api is:<ul>\n<li><strong>[base_path]/[language]/api/v1/news/[NEWS_ID]/increase_view_count</strong></li>\n</ul>\n</li>\n<li>The language code :<ul>\n<li>Chinese : zh-hans</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{lang}}","api","v1","news",":NEWS_ID","increase_view_count"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>int</p>\n","type":"text/plain"},"type":"any","value":"1098","key":"NEWS_ID"}]}},"response":[{"id":"4e96df75-eaf3-48e1-abd5-3f4a01677892","name":"POST News increase view count","originalRequest":{"method":"POST","header":[{"key":"token","type":"text","value":"{{token}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/{{lang}}/api/v1/news/:NEWS_ID/increase_view_count","host":["{{url}}"],"path":["{{lang}}","api","v1","news",":NEWS_ID","increase_view_count"],"variable":[{"key":"NEWS_ID","value":"1098","description":"int"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":""},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"Date","value":"Fri, 09 Apr 2021 10:22:33 GMT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"zh-hans"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,token,Culture,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,X-Api-ID,X-Service-RateLimit,X-UsagePlan-RateLimit,X-UsagePlan-Quota,Cache-Control,Connection,Content-Disposition,Date,Keep-Alive,Pragma,Via,Accept,Accept-Charset,Accept-Encoding,Accept-Language,Authorization,Cookie,Expect,From,Host,If-Match,If-Modified-Since,If-None-Match,If-Range,If-Unmodified-Since,Range,Origin,Referer,User-Agent,X-Forwarded-For,X-Forwarded-Host,X-Forwarded-Proto,Accept-Range,Age,Content-Range,Content-Security-Policy,ETag,Expires,Last-Modified,Location,Server,Set-Cookie,Trailer,Transfer-Encoding,Vary,Allow,Content-Encoding,Content-Language,Content-Length,Content-Location,Content-Type"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 0,\n    \"msg\": \"Success\"\n}"}],"_postman_id":"e597073b-9449-4b7b-82a1-adc5d477437c"},{"name":"login","id":"e70d156f-5a07-4ec4-bf7c-81f873d2b86c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"name\" : \"admin\", \"pass\" : \"admin\"}","options":{"raw":{"language":"json"}}},"url":"{{url}}/{{lang}}/user/login?_format=json","urlObject":{"path":["{{lang}}","user","login"],"host":["{{url}}"],"query":[{"key":"_format","value":"json"}],"variable":[]}},"response":[],"_postman_id":"e70d156f-5a07-4ec4-bf7c-81f873d2b86c"}],"event":[{"listen":"prerequest","script":{"id":"68b27037-6505-4f34-97e2-1aaf455926f9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"921cac17-2c04-4a11-b2eb-86e4bbb89ec8","type":"text/javascript","exec":["try {","    var jsonData = pm.response.json();","} catch (e) {","    console.log(e);","}","","var responseTime = parseInt(pm.globals.get('max_response_time')); // should be changed to 1000 ms after moving to AWS","","pm.test(`Status code is 200 - Actual Status Code: ${pm.response.code}`, function () {","   pm.response.to.have.status(200);","});","","pm.test(\"No empty response\", function () {","    pm.expect(pm.response).to.have.jsonBody();","});","","pm.test('Response time is less than ' + responseTime + 'ms', function(){","   pm.expect(pm.response.responseTime).to.be.below(responseTime); ","})",""]}}]}