owned this note
owned this note
Published
Linked with GitHub
# 真人注單參數說明(中文版)
## bettype
百家樂代碼表
| 代碼 | 下注項目 | 代碼 | 下注項目 | 代碼 | 下注項目 | 代碼 | 下注項目 |
| ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- |
| 1 | 庄家( 非免佣 赔 0.95) | 2 | 闲家 | 3 | 和局 | 4 | 庄对子 |
| 5 | 闲对子 | 6 | 超级六 | 7 | 任意一对 | 8 | 完美对子 |
| 9 | 大 | 10 | 小 | 11 | 庄家(免佣 1 赔 1) | | |
範例-注單格式:
```
"bettype":
[
4,
5,
6
],
```

龍虎代碼表
| 代碼 | 下注項目 | 代碼 | 下注項目 | 代碼 | 下注項目 | 代碼 | 下注項目 |
| ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- |
| 1 | 龙 | 2 | 虎 | 3 | 和 | 4 | 龙单 |
| 5 | 龙双 | 6 | 虎单 | 7 | 虎双 | 8 | 龙红 |
| 9 | 龙黑 |10 | 虎红 |11 | 虎黑 | | |
範例-注單格式:
```
"bettype":
[
1,
6,
11
],
```

## gameresult
花色代碼
| 圖形 | 代碼 | 圖形 | 代碼 |
| ---- | ---- | ---- | ---- | ---- | ---- |
| ♠黑桃 | S | ♥红桃 | H |
| ♣梅花 | C | ♦方块 | D |
百家樂範例
| 參數 | 敘述 |
| ---- | ---- |
| points | 庄 / 闲 (牌型點數) |
| cards | 牌型顯示 |
| poker | 牌號 |
| tag | 1=庄, 2=闲 |
```
"gameresult": {
"points": [
7,
9
],
"cards": [
{
"poker": "H11",
"tag": 2
},
{
"poker": "C7",
"tag": 1
},
{
"poker": "C3",
"tag": 2
},
{
"poker": "H10",
"tag": 1
},
{
"poker": "D6",
"tag": 2
}
]
```

龍虎範例
| 參數 | 敘述 |
| ---- | ---- |
| points | 龙 / 虎 (牌型點數) |
| cards | 牌型顯示 |
| poker | 牌號 |
| tag | 1=龙, 2=虎 |
```
"gameresult": {
"points": [
8,
12
],
"cards": [
{
"poker": "C8",
"tag": 1
},
{
"poker": "H12",
"tag": 2
}
]
```

## tabletype
※真人遊戲名稱 (1=百家,4=龍虎 )
百家樂桌

龍虎桌

## tableid

## roundnumber

# Order description of live dealer(English)
## bettype
Baccarat Code list
| Code | bettype | Code | bettype | Code | bettype | Code | bettype |
| ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- |
| 1 | banker(Comm) | 2 | player | 3 | tie | 4 | banker pair |
| 5 | player pair | 6 | super 6 | 7 | mither pair | 8 | perfect pair |
| 9 | big |10 | small |11 | banker(No Comm) | | |
Sample:
```
"bettype":
[
4,
5,
6
],
```

Dragon-Tiger Code list
| Code | bettype | Code | bettype | Code | bettype | Code | bettype |
| ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- |
| 1 | dragon | 2 | tiger | 3 | tie | 4 | dragon odd |
| 5 | dragon even | 6 | tiger odd | 7 | tiger even | 8 | dragon red |
| 9 | dragon black |10 | tiger red |11 | tiger black | | |
Sample:
```
"bettype":
[
1,
6,
11
],
```

## gameresult
four suits code
| suit | code | suit | code |
| ---- | ---- | ---- | ---- | ---- | ---- |
| ♠spade | S | ♥heart | H |
| ♣club | C | ♦diamond | D |
Baccarat Sample
| Parameter | Description |
| ---- | ---- |
| points | banker / player (total points) |
| cards | Card type data |
| poker | Card |
| tag | 1=banker, 2=player |
```
"gameresult": {
"points": [
7,
9
],
"cards": [
{
"poker": "H11",
"tag": 2
},
{
"poker": "C7",
"tag": 1
},
{
"poker": "C3",
"tag": 2
},
{
"poker": "H10",
"tag": 1
},
{
"poker": "D6",
"tag": 2
}
]
```

Dragon-Tiger Sample
| Parameter | Description |
| ---- | ---- |
| points | Dragon / Tiger (total points) |
| cards | Card type data |
| poker | Card |
| tag | 1=Dragon, 2=Tiger |
```
"gameresult": {
"points": [
8,
12
],
"cards": [
{
"poker": "C8",
"tag": 1
},
{
"poker": "H12",
"tag": 2
}
]
```

## tabletype
※table type (1=Baccarat,4=Dragon-Tiger )
Baccarat

Dragon-Tiger

## tableid

## roundnumber
