# W1 API Request json sample ###### tags: `W1` `W1API` ## 1. Create User ```json! { "club_id": "10022", "club_Ename": "H1Test020", "franchiser_id": "000001", "currency": "THB" } ``` ## 2. WalletTransferFund (H1不適用) ### 2.1轉入 ```json! { "id": "a9a29b90-daa4-4512-84ab-9b9e9761cdeb", "club_id": "10003", "action": "in", "amount": 10, "cashOutAll": false } ``` ### 2.2轉出 ```json! { "id": "a9a29b90-daa4-4512-84ab-9b9e9761cdeb", "club_id": "10003", "action": "out", "amount": 10, "cashOutAll": false } ``` ### 2.3全轉出 ```json! { "id": "a9a29b90-daa4-4512-84ab-9b9e9761cdeb", "club_id": "10003", "action": "out", "amount": 0, "cashOutAll": true } ``` ## 3. H1WalletTransferFund (H1適用) ### 3.1 開分 ```json! { "session_id": "701bf92a-8b10-4c45-96e4-ccc48a96b2fd", "club_id": "10003", "action": "in", "amount": 10 } ``` ### 3.2 洗分 ```json! { "session_id": "701bf92a-8b10-4c45-96e4-ccc48a96b2fd", "club_id": "10003", "action": "out", "amount": 0 } ``` ### 3.3 開分中充值 recharge ```json! curl -X 'POST' \ '/w1api/H1WalletTransferFund/recharge' \ -H 'accept: text/plain' \ -H 'Content-Type: application/json' \ -d '{ "session_id": "701bf92a-8b10-4c45-96e4-ccc48a96b2fd", "club_id": "10003", "action": "in", "amount": 1111 }' ``` ```json! { "session_id": "701bf92a-8b10-4c45-96e4-ccc48a96b2fd", // 已開分的session_id "club_id": "10003", "action": "in", "amount": 1111 } ``` ## 4. Forwardgame ### 4.1 RCG ```json! { "club_id": "2005161782", "platform": "RCG", "game_Name": "", "gameConfig": { "systemcode": "H1System", "webid": "H1Web", "lang" : "zh-TW", "deskid" : "1101", "lobbyURL" : "http://ts.bacctest.com/Home/Index" } } ``` ### 4.2 Streamer ```json! { "club_id": "2005161782", "platform": "RCG", "game_Name": "", "gameConfig": { "systemcode": "nicklive", "webid": "nick", "lang" : "zh-TW", "betLimitGroup": "14,15,16", "openGameList": "9401,9402,9403,9404,9405,9406,9407,9408,9501,9502", "lobbyURL" : "http://ts.bacctest.com/Home/Index" } } ``` ### 4.3 H1Streamer ```json! { "club_id": "rdtest01", "platform": "STREAMER", "game_Name": "", "gameConfig": { "systemcode": "h1rlsys", "webid": "h1rlweb" } } ``` ### 4.4 SABA ```json! { "club_id": "2005294696", "platform": "SABA", "game_Name": "SPORT", "Stop_balance": -1, "gameConfig": { "oddstype": "Malay_Odds", "device" : "DESKTOP", "lang" : "zh-TW", "lobbyURL" : "http://ts.bacctest.com/Home/Index" } } ``` ### 4.5 JDB ```json! { "club_id": "2005161782", "platform": "JDB", "game_Name": "", "Stop_balance": -1, "gameConfig": { "gType": "0", "mType": "8004", "lang" : "zh-TW", "lobbyURL" : "http://ts.bacctest.com/Home/Index" } } ``` ### 4.6 MG ```json! { "club_id": "2005161782", "platform": "MG", "game_Name": "", "Stop_balance": -1, "gameConfig": { "device": "DESKTOP", "gameCode": "SMG_10000Wishes", "lang" : "zh-TW", "lobbyURL" : "http://ts.bacctest.com/Home/Index" } } ``` ### 4.7 DS ```json! { "club_id": "2005161782", "platform": "DS", "game_Name": "", "Stop_balance": -1, "gameConfig": { "gameCode": "3002", "lang" : "zh-TW", "lobbyURL" : "http://ts.bacctest.com/Home/Index" } } ``` ### 4.8 PG ```json! { "club_id": "2005161782", "platform": "PG", "game_Name": "", "Stop_balance": -1, "gameConfig": { "gameCode": "1", "lang": "zh-TW", "lobbyURL": "http://ts.bacctest.com/Home/Index", "clientIP": "18.139.105.233" } } ``` ### 4.9 AE ```json! { "club_id": "2005161782", "platform": "AE", "game_Name": "", "Stop_balance": -1, "gameConfig": { "gameCode": "49", "lang" : "zh-CN", "lobbyURL" : "http://ts.bacctest.com/Home/Index" } } ``` ### 4.10 RSG ```json! { "club_id": "2005161782", "platform": "RSG", "game_Name": "", "Stop_balance": -1, "gameConfig": { "webid": "RoyalDev", "gameCode": "1", "lang" : "zh-CN", "lobbyURL" : "http://ts.bacctest.com/Home/Index" } } ``` ### 4.11 CQ9 ```json! { "club_id": "2005293653", "platform": "CQ9", "game_Name": "", "Stop_balance": -1, "gameConfig": { "webid": "w1", "gameCode": "cq9_lobby", "lang" : "zh-CN", "lobbyURL" : "http://ts.bacctest.com/Home/Index" } } ``` ### 4.12 BOOONGO ```json! { "club_id": "2200010279", "platform": "BOOONGO", "game_Name": "", "Stop_balance": -1, "gameConfig": { "webid": "w1", "gameCode": "booongo_lobby", "lang" : "zh-CN", "lobbyURL" : "http://ts.bacctest.com/Home/Index" } } ``` ### 4.13 ICG ```json! { "club_id": "2200010279", "platform": "ICG", "game_Name": "", "Stop_balance": -1, "gameConfig": { "webid": "w1", "gameCode": "icg_lobby", "lang" : "zh-CN", "lobbyURL" : "http://ts.bacctest.com/Home/Index" } } ``` ### 4.14 JILI ```json! { "club_id": "1808071281", "platform": "JILI", "game_Name": "", "gameConfig": { "gameCode":"1", "lang" : "zh-CN", "lobbyURL" : "https://ts.bacctest.com/", "device":"DESKTOP" } } ``` ### 4.15 MP ```json! { "club_id": "2200010279", "platform": "MP", "game_Name": "", "Stop_balance": -1, "gameConfig": { "webid": "w1", "gameCode": "mp_lobby", "lang" : "zh-CN", "lobbyURL" : "http://ts.bacctest.com/Home/Index" } } ``` ### 4.16 RICH88 ```json! { "club_id": "2200010279", "platform": "RICH88", "game_Name": "", "Stop_balance": -1, "gameConfig": { "webid": "w1", "gameCode": "rich88_lobby", "lang" : "zh-CN", "lobbyURL" : "http://ts.bacctest.com/Home/Index" } } ``` ### 4.16 RLG(~~EG~~) ```json! { "club_id": "2005293653", "platform": "RLG", "game_Name": "", "Stop_balance": -1, "gameConfig": { "device" : "DESKTOP", "lang" : "zh-CN", "lobbyURL" : "http://ts.bacctest.com/Home/Index", "enterGame" : "TAI01", "enterType" : "OG" } } ``` :::info EnterGame、EnterType擇一帶入 ::: ### 4.17 TP ```= json { "club_id": "100099", "platform": "TP", "game_Name": "", "gameConfig": { "gameCode": "at2_035", "lang": "zh-CN", "device": "DESKTOP", "lobbyURL": "http://ts.bacctest.com/Home/Index" } } ``` ### 4.18 RTG ```json! { "club_id": "2200004388", "platform": "RTG", "game_Name": "", "gameConfig": { "gameCode": "1001", "lang" : "zh-CN", "device" : "web", "lobbyURL" : "http://ts.bacctest.com/Home/Index" } } ``` |gameCode|game name | |-------|----------------------| |1001 |Pok Pead Pok Gao | |1002 |Gao Gae | |1003 |Chinese Poker | |1004 |Pai Gow Poker | |1005 |Texas Hold‘em | |1006 |Mahjong | |1007 |Royal Horse Racing | |1008 |Fightbull | |1009 |Golden flowers | |1010 |Ultimate Monopoly | |1011 |Hundreds PokDeng | |1012 |Royal Dog Racing | |1013 |Hundreds golden flower| |1014 |Hundreds Niu Niu | |1015 |The battle dice | |1016 |Last Card | |1017 |Crazy Snake | |1018 |Gao Gae 4 cards | |1019 |Thai-SicBo | |1020 |PhaiKhang | |1021 |Gao Gae-Billionaire | |1022 |Fish Prawn Crab | |1023 |6+Hold'em | |1024 |PokDeng | ### 4.19 META ```json! { "club_id": "100099", "platform": "META", "game_Name": "", "gameConfig": { "gameCode": "1", "lang" : "zh-TW", "lobbyURL" : "http://ts.bacctest.com/Home/Index" } } ``` ### 4.20 GR ```= json { "club_id": "10003", "platform": "GR", "game_Name": "", "gameConfig": { "game_type": "10001", "leave_url": "http://ts.bacctest.com/Home/Index" } } ``` |game_type|game_name|game_module_type(3:slot/4:fish)|開放| |-------|----------------------|------------|-| |501 |龙王捕鱼 |4|Y| |502 |海王捕鱼 |4|Y| |10001 |火凤凰 |3|Y| |10002 |埃及艳后 |3|Y| |10003 |百变熊猫 |3|Y| |10004 |赢多多 |3|Y| |10005 |齐天大圣 |3|Y| |10006 |五神兽 |3|Y| |10007 |三倍猴子 |3|Y| |10008 |多彩多福 |3|Y| |10009 |夜上海 |3|Y| |10010 |众神 |3|Y| |10011 |海洋派对 |3|Y| |10012 |海洋派对 |3|Y| |10013 |后羿射日 |3|Y| |10014 |麻将来了 |3|否| |10015 |蔬果精灵 |3|Y| |10016 |新火凤凰 |3|Y| |10017 |魔龙传奇 |3|否| |10018 |山海誌异 |3|Y| |10019 |野蛮世界 |3|Y| |10020 |王者之剑 |3|Y| |10021 |聚宝盆 |3|Y| |10022 |埃及之眼 |3|Y| |20002 |五福临门 |3|Y| ### 4.21 WM ```json! { "club_id": "2200010356", "platform": "WM", "game_Name": "", "gameConfig": { "lang" : "zh-CN", "lobbyURL" : "https://wwwpwa.royal-test.com/", "betLimitGroup": "1,125,9,126,127,129,149,131,584" } } ``` ### 4.22 XG ```json! { "club_id": "2200005277", "platform": "XG", "game_Name": "", "gameConfig": { "lang" : "zh-CN", "betLimitGroup" : "101,102,103" } } { "club_id": "2200005277", "platform": "XG", "game_Name": "", "gameConfig": { "GameType": "1", "TableId": "E", "lang" : "zh-CN", "betLimitGroup" : "101,102,103" } } 現況一律進大廳 GameType TableId 可不帶/帶空白/數值帶錯 都會開大廳 指定進桌 GameType 列舉值 https://github.com/jacky5823a/docs/blob/master/AccountingPlatformAPI/reference-cht.md#%E9%81%8A%E6%88%B2%E9%A1%9E%E5%88%A5 指定進桌 TableId 列舉值 https://github.com/jacky5823a/docs/blob/master/AccountingPlatformAPI/XG/accounting-platform-cht.md#%E6%B3%A8%E6%84%8F%E4%BA%8B%E9%A0%85 ``` ### 4.23 SEXY ```json! { "club_id": "100077", "platform": "SEXY", "game_Name": "", "gameConfig": { "betLimitGroup":"260902,260915,260927", "lang" : "zh-TW", "lobbyURL" : "http://ts.bacctest.com/Home/Index" } } ``` ### 4.24 NEXTSPIN ```json! { "club_id": "1710010373", "platform": "NEXTSPIN", "game_Name": "", "gameConfig": { "gameCode": "sBuffK", "lang" : "zh-CN" } } ``` ### 4.25 PP ```json! { "club_id": "2005293654", "platform": "PP", "game_Name": "", "gameConfig": { "gameCode":"vs20fruitsw", "lang" : "zh-CN", "lobbyURL" : "https://wwwpwa.royal-test.com/", "device":"DESKTOP" } } ``` ### 4.26 WS168 ```json! { "club_id": "2200010760", "platform": "WS168", "game_Name": "", "gameConfig": { "lang" : "en-US", "lobbyURL" : "https://wwwpwa.royal-test.com/" } } ``` ### 4.27 OB ```json! { "club_id": "2200011290", "platform": "OB", "game_Name": "", "gameConfig": { "gameCode":"-1", "lang" : "zh-CN", "lobbyURL" : "https://wwwpwa.royal-test.com/", "device":"DESKTOP", "oddType":"A" } } ``` ### 4.28 MT ```json! { "club_id": "2200011372", "platform": "MT", "game_Name": "", "gameConfig": { "lang" : "zh-CN", "lobbyURL" : "https://wwwpwa.royal-test.com/", "gameCode":"PTG0122" } } ``` ### 4.29 PME ```json! { "club_id": "2200011290", "platform": "PME", "game_Name": "", "gameConfig": { "lang" : "zh-CN", "device":"DESKTOP", "clientIP" : "18.139.105.233" } } ``` ### 4.30 MP ```json! { "club_id": "2200011086", "platform": "MP", "game_Name": "", "gameConfig": { "lang" : "en-US", "lobbyURL" : "https://wwwpwa.royal-test.com/", "clientIP":"18.139.105.233", "gameCode" : "830" } } ``` ### 4.31 KS ```json! { "club_id": "2005294696", "platform": "KS", "game_Name": "", "stop_balance": -1, "gameConfig": { "lang": "zh-CN", "lobbyURL" : "http://ts.bacctest.com/Home/Index" } } ``` ### 4.32 CMD368 ```json! { "club_id": "2005294751", "platform": "CMD368", "game_Name": "", "Stop_balance": -1, "gameConfig": { "lang" : "zh-TW", "TemplateName" : "green", "View" : "V1" } } ``` ### 4.33 RCG2 ```json! { "club_id": "2200000098", "platform": "RCG2", "game_Name": "", "gameConfig": { "lang" : "zh-TW", "lobbyURL" : "https://wwwpwa.royal-test.com/", "betLimitGroup":"1,2,3", "deskid":"1201", "unitHID": "/1/4/72/1/3/1/" } } ``` ### 4.33 BTI ```json! { "club_id": "2005294751", "platform": "BTI", "game_Name": "", "Stop_balance": -1, "gameConfig": { "lang" : "zh-TW" } } ``` ### 4.34 GEMINI ```json! { "club_id": "2200011752", "platform": "Gemini", "game_Name": "", "gameConfig": { "lang" : "zh-TW", "gameCode" : "StandAloneHilo" } } ``` ### 4.35 RGRICH(富遊) [遊戲清單(gameCode)參考](https://docs.google.com/document/d/1_jRRBUDw02VOCFLg6vjnLE8P6tL44LNdx9bCU6-nIVQ/edit) ```json! { "club_id": "2200011752", "platform": "RGRICH", "game_Name": "", "gameConfig": { "lang" : "zh-TW", "gameCode" : "3001" } } ``` ### 4.36 EGSlot ```json! { "club_id": "2200010543", "platform": "EGSLOT", "game_Name": "", "gameConfig": { "lang" : "zh-TW", "gameCode" : "hilop", "lobbyURL" : "http://ts.bacctest.com/Home/Index" } } ``` ### 4.37 CR ```json! { "club_id": "2200010543", "platform": "CR", "game_Name": "", "gameConfig": { "lang" : "zh-TW", "device":"DESKTOP", "clientIP" : "18.139.105.233", "lobbyURL" : "http://ts.bacctest.com/Home/Index" } } ``` ### 4.38 RCG3 ```json! { "club_id": "2200010097", "platform": "RCG3", "game_Name": "", "gameConfig": { "lang" : "zh-TW", "lobbyURL" : "https://wwwpwa.royal-test.com/", "betLimitGroup":"1,2,3", "deskid":"1201", "unitHID": "/1/4/72/1/3/1/" } } ``` ### 4.39 WE ```json! { "club_id": "2200010321", "platform": "WE", "gameConfig": { "lang" : "zh-TW", "gameid":"STUDIO-BAA-65", "lobbyURL" : "http://ts.bacctest.com/Home/Index", "device":"DESKTOP", "ip":"34.126.76.183" } } ``` ### 4.40 CQ9S ```json! { "club_id": "2200010475", "platform": "CQ9S", "game_Name": "", "gameConfig": { "lang" : "zh-CN", "gameCode" : "1", "gameplat" : "web", "lobbyURL" : "http://ts.bacctest.com/Home/Index" } } ``` ### 4.41 CQ9U ```json! { "Club_id":"2200010102", "Platform":"CQ9U", "GameConfig":{ "gameCode":"1", "lang":"zh-TW", "device":"web ", "lobbyURL":"http://ts.bacctest.com/Home/Index" } } ``` ### 4.42 IDN [遊戲清單(gameCode)參考](https://docs.google.com/spreadsheets/d/1j_e0rmjLUcDv2HYFo8oEr_hONIFDIT5orwwlarBol9o/edit?gid=1323001216#gid=1323001216) 大廳進線 gameCode="" (傳空值) ```json! { "club_id": "2200011752", "platform": "IDN", "game_Name": "", "gameConfig": { "lang" : "zh-TW", "gameCode":"", "lobbyURL":"http://ts.bacctest.com/Home/Index" } } ``` ### 4.43 PS ```json! { "Club_id":"C240000000088", "Platform":"PS", "GameConfig":{ "gameCode":"PSS-ON-00001", "lang":"zh-TW", "device":"web ", "lobbyURL":"http://ts.bacctest.com/Home/Index" } } ``` ### 4.44 FC ```json! { "club_id": "100077", "platform": "FC", "game_Name": "", "gameConfig": { "gameCode": "27005", "lang" : "zh-TW", "lobbyURL" : "http://ts.bacctest.com/Home/Index" } } ``` ### 4.45 JOKER ```json= { "Club_id": "100099", "Platform": "JOKER", "Game_Name": "", "Stop_balance": -1, "GameConfig": { "gameCode": "wcaadzg74mj7y", "device": "DESKTOP", "lang": "zh-TW", "lobbyURL": "http://ts.bacctest.com/Home/Index" } } ``` ### 4.46 VA ```json! { "Club_id": "C240000000437", "Platform": "VA", "Game_Name": "", "Stop_balance": -1, "GameConfig": { "gameCode": "465", "device": "DESKTOP", "lang": "zh-TW", "lobbyURL" : "http://ts.bacctest.com/Home/Index" } } ``` ### 4.47 SUPER ```json! { "Club_id":"2000999", "Platform":"SUPER", "GameConfig":{ "lang":"zh-TW", "device":"web ", "MemNames":"A01/A02/A03/A04/A05", //祖譜階層 "lobbyURL":"http://ts.bacctest.com/Home/Index" } } ``` ### 4.48 SPLUS ```json! { "Club_id":"C240000000088", "Platform":"SPLUS", "GameConfig":{ "gameCode":"4", "lang":"zh-TW", "device":"web ", "lobbyURL":"http://ts.bacctest.com/Home/Index" } } ``` ### 4.49 ZG(DS) ```json! { "Club_id":"C250000000054", "Platform":"DS", "Game_Name":"", "Stop_balance":-1, "GameConfig":{ "gameCode":"3027", "device":"DESKTOP", "lang":"zh-TW", "lobbyURL":"https://ts.bacctest.com/close" } } ``` ### 4.50 ATG ```json! { "Club_id":"100099", "Platform":"ATG", "Game_Name":"", "Stop_balance":-1, "GameConfig":{ "gameCode":"egyptian-mythology", "device":"DESKTOP", "lang":"zh-TW", "lobbyURL":"https://ts.bacctest.com/close" } } ``` ### 4.51 RGLIVE(富遊真人) ```json! { "club_id": "C250000000055", "platform": "RGLIVE", "game_Name": "", "gameConfig": { "gameCode":"7", "betLimitGroup":"16", "lobbyURL":"https://ts.fudevsystem.com/close" } } ``` ### 4.52 AB(歐博真人) ```json! { "Club_id":"C250000000054", "Platform":"AB", "GameConfig":{ "lang":"zh-TW", "tableName":"", "betLimitGroup":"A,B,C", "device":"DESKTOP", "lobbyURL":"http://ts.bacctest.com/Home/Index" } } ``` ### 4.53 BNG ```json! { "Club_id":"C250000000048", "Platform":"BNG", "Game_Name":"", "Stop_balance":-1, "GameConfig":{ "gameCode":"586", "device":"DESKTOP", "lang":"zh-TW", "lobbyURL":"https://ts.fudevsystem.com/close" } } ``` ### 4.54 MTLIVE ```json! { "Club_id":"C250000000048", "Platform":"MTLIVE", "Game_Name":"", "Stop_balance":-1, "GameConfig":{ "gameCode":"", "device":"DESKTOP", "lang":"zh-TW", "betlimit":"1", "lobbyURL":"https://ts.fudevsystem.com/close" } } ``` ### 4.55 GFG ```json! { "Club_id": "OS250000000702", "Platform": "GFG", "Game_Name": "", "Stop_balance": -1, "GameConfig": { "clientIP": "34.126.76.183", "gameCode": "324", "device": "DESKTOP", "lang": "zh-TW", "lobbyURL": "https://ts.bacctest.com/close" } } ``` ### 4.56 AT ```json! { "Club_id":"OS250000000701", "Platform":"AT", "GameConfig":{ "gameCode":"ZSST", "lang":"zh-TW", "device":"web ", "lobbyURL":"https://ts.fudevsystem.com/close" } } ``` ### 4.57 VIA ```json! { "Club_id": "100099", "Platform": "VIA", "GameConfig": { "gameCode": "lobby", "lang": "zh-CN", "device": "DESKTOP", "clientIP": "34.126.76.183", "betlimit": "C1", "lobbyURL": "http://ts.bacctest.com/Home/Index" } } ``` ### 4.58 BTG ```json! { "Club_id":"C250000000048", "Platform":"BTG", "Game_Name":"", "Stop_balance":-1, "GameConfig":{ "gameCode":"VG0007", "device":"DESKTOP", "lang":"zh-TW", "lobbyURL":"https://ts.fudevsystem.com/close" } } ``` ### 4.59 1BET ```json! { "Club_id":"C240000000088", "Platform":"BET1", "GameConfig":{ "gameCode":"241000101", "lang":"zh-TW", "device":"web ", "lobbyURL":"https://ts.fudevsystem.com/close" } } ``` ### 4.60 FUNKY ```json! { "Club_id":"2200010074", "Platform":"FUNKY", "GameConfig":{ "gameCode":"60277", "lang":"zh-TW", "device":"web ", "lobbyURL":"https://ts.fudevsystem.com/close" } } ``` ### 4.61 GB ```json! { "Club_id": "C240000000437", "Platform": "GB", "Game_Name": "", "Stop_balance": -1, "GameConfig": { "gameCode": "slots-BreakAway", "device": "DESKTOP", "lang": "zh-TW", "lobbyURL" : "http://ts.bacctest.com/Home/Index" } } ``` ### 4.62 STM ```json! { "Club_id": "OS250000000701", "Platform": "STM", "Game_Name": "", "Stop_balance": -1, "GameConfig": { "gamecode": "dead-mans-drop", "device": "DESKTOP", "lang": "zh-TW", "lobbyURL": "https://ts.fuuatsystem.com/close", "IP": "34.126.76.183" } } ``` ### 4.63 HS ```json! { "Club_id": "OS250000000701", "Platform": "HS", "Game_Name": "", "Stop_balance": -1, "GameConfig": { "gamecode": "The_Luxe_HV", "device": "DESKTOP", "lang": "zh-TW", "lobbyURL": "https://ts.fuuatsystem.com/close", "IP": "34.126.76.183" } } ``` ### 4.64 GLXY ```json! { "Club_id": "OS250000000701", "Platform": "GLXY", "Game_Name": "", "Stop_balance": -1, "GameConfig": { "gamecode": "Olympian_Legends", "device": "DESKTOP", "lang": "zh-TW", "lobbyURL": "https://ts.fuuatsystem.com/close", "IP": "34.126.76.183" } } ``` ## 5. SABA Setlimit ### 5.1 同時設定 ```json! { "club_id": "10003", "platform": "SABA", "game_Name": "SPORT", "bet_setting": [ { "sport_type": "all", "min_bet": 1, "max_bet": 10, "max_bet_per_match": 10 } ] } ``` ### 5.2 分開設定 ```json! { "club_id": "10003", "platform": "SABA", "game_Name": "SPORT", "bet_setting": [ { "sport_type": "1", //足球 "min_bet": 1, "max_bet": 10, "max_bet_per_match": 10 }, { "sport_type": "2", //籃球 "min_bet": 1, "max_bet": 10, "max_bet_per_match": 10 }, { "sport_type": "3", //美式足球 "min_bet": 1, "max_bet": 10, "max_bet_per_match": 10 }, { "sport_type": "5", //網球 "min_bet": 1, "max_bet": 10, "max_bet_per_match": 10 }, { "sport_type": "8", //棒球 "min_bet": 1, "max_bet": 10, "max_bet_per_match": 10 }, { "sport_type": "10", //高爾夫球 "min_bet": 1, "max_bet": 10, "max_bet_per_match": 10 }, { "sport_type": "11", //賽車 "min_bet": 1, "max_bet": 10, "max_bet_per_match": 10 }, { "sport_type": "43", //電競 "min_bet": 1, "max_bet": 10, "max_bet_per_match": 10 }, { "sport_type": "99", //其他 "min_bet": 1, "max_bet": 10, "max_bet_per_match": 10 }, { "sport_type": "99MP", //串關 "min_bet": 1, "max_bet": 10, "max_bet_per_match": 10 }, { "sport_type": "1MP",//足球串關 "min_bet": 1, "max_bet": 10, "max_bet_per_match": 10 } ] } ``` ### 5.3 H1分開設定 ```json! { "club_id": "10003", "platform": "SABA", "game_Name": "SPORT", "bet_setting": [ { "sport_type": "1", //足球 "min_bet": 1, "max_bet": 10, "max_bet_per_match": 10, "max_payout_per_match": 10 }, { "sport_type": "43", //電競 "min_bet": 1, "max_bet": 10, "max_bet_per_match": 10, "max_payout_per_match": 10 }, { "sport_type": "1MP", //足球串關 "min_bet": 1, "max_bet": 10, "max_bet_per_match": 10, "max_payout_per_match": 10 } ] } ``` ### 5.4 fix ```json! { "club_id": "rdtest01", "platform": "SABA", "game_Name": "SPORT", "bet_setting": [ { "sport_type": "1", "min_bet": 1, "max_bet": 10, "max_bet_per_match": 10 }, { "sport_type": "43", "min_bet": 1, "max_bet": 10, "max_bet_per_match": 10 }, { "sport_type": "1MP", "min_bet": 1, "max_bet": 10, "max_bet_per_match": 10 } ] } ``` ## 6. Setlimit ### 6.1 WM ```json! { "club_id": "2200010356", "platform": "WM", "game_Name": "", "bet_setting": "2,6,11,15,56,112,222,135,594" } ``` ### 6.2 KS ```json! { "club_id": "2005294696", "platform": "KS", "game_Name": "", "bet_setting": "1" } ``` ### 6.3 CMD bet_setting 規則從後台取得ID 再加上字串 "LIMIT" +ID ```json! { "club_id": "2005294751", "platform": "CMD368", "game_Name": "", "bet_setting": "LIMIT2" } ``` ### 6.4 RCG2 ```json! { "club_id": "2300000122", "platform": "RCG2", "game_Name": "", "bet_setting": { "betLimitGroup": "3,4,5", "unitHID": "/1/4/72/1/3/1/" } } ``` ### 6.5 WE ```json! { "club_id": "2200010356", "platform": "WE", "game_Name": "", "bet_setting": "A1" } ```