# 串接GR電子
**4. Forwardgame**
---
### 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|
**測試轉帳進入RCG**
```
{
"club_id": "10003",
"platform": "RCG",
"game_Name": "",
"gameConfig": {
"systemcode": "H1System",
"webid": "H1Web",
"lang" : "zh-TW",
"deskid" : "1101",
"lobbyURL" : "http://ts.bacctest.com/Home/Index"
}
}
```
**沒有提供遊戲明細GetBetDetail**
---
**注單明細**
---
```
curl --location --request POST 'https://grtestbackend.richgaming.net/api/platform/get_slot_all_bet_details' \
--header 'Cookie: secret_key=8ace31b21276a0dbffabc0f87573db79;' \
--header 'Content-Type: application/json' \
--data-raw '{
"page_index": 1,
"page_size": 100,
"start_time": "2023-01-19 14:10:00",
"end_time": "2023-01-19 14:15:00"
}'
```
```
{
"status": "Y",
"code": "",
"message": "",
"data": {
"bet_details": [
{
"id_str": "138888740071727104",
"id": 138888740071727104,
"sid": "3_138888740071727104",
"account": "dev100090@gr1",
"game_type": 10001,
"game_module_type": 3,
"game_round": 138888740071727104,
"game_round_str": "138888740071727104",
"game_round_hex": "1ED6E92BF46E000",
"bet": 0.25,
"game_result": "",
"valid_bet": 0.25,
"win": 0,
"create_time": "2023-01-19 14:14:16",
"order_id": "1674108856-10001-138888740071727104-1",
"device": "Windows-chrome-zh-tw",
"client_ip": "18.139.105.233",
"c_type": "real",
"profit": -0.25
},
{
"id_str": "138888704881516544",
"id": 138888704881516544,
"sid": "3_138888704881516544",
"account": "dev100090@gr1",
"game_type": 10001,
"game_module_type": 3,
"game_round": 138888704881516544,
"game_round_str": "138888704881516544",
"game_round_hex": "1ED6E8A8DC6E000",
"bet": 0.25,
"game_result": "",
"valid_bet": 0.25,
"win": 0.05,
"create_time": "2023-01-19 14:14:07",
"order_id": "1674108847-10001-138888704881516544-1",
"device": "Windows-chrome-zh-tw",
"client_ip": "18.139.105.233",
"c_type": "real",
"profit": -0.2
}
],
"page_index": 1,
"page_size": 100,
"total_pages": 1,
"total_elements": 2
}
}
```
---
**注單欄位對應**(說明=key=(型態))
---
交易單號=sid=(string)
時間=create_time=(string/datetime)
遊戲=game_type=(int)
投注金額=valid_bet=(decimal)
輸贏金額=profit=(decimal)
其他可能有用的欄位:
game_module_type 遊戲模組代碼
game_module_type = 3 -> SLOT
game_module_type = 4 -> FISH
---
**GR測試後台帳號密碼**
```
https://grtestbackend.richgaming.net/
H1用
帳號:h1grtest
密碼:aa8888
```