feat(lottery): 扩展传统马来赔率、玩法结算与开注商短码支持
This commit is contained in:
@@ -38,9 +38,11 @@ final class NumberNormalizer
|
||||
|
||||
$length = strlen($value);
|
||||
$expected = match ($playCode) {
|
||||
'big', 'small', 'pos_4a', 'pos_4b', 'pos_4c', 'pos_4d', 'pos_4e', 'straight', 'box', 'ibox', 'mbox' => 4,
|
||||
'pos_3a', 'pos_3b', 'pos_3c', 'pos_3abc' => 3,
|
||||
'pos_2a', 'pos_2b', 'pos_2c', 'pos_2abc' => 2,
|
||||
'big', 'small', 'pos_4a', 'pos_4b', 'pos_4c', 'pos_4d', 'pos_4e', 'four_any', 'four_top', 'four_lower', 'straight', 'box', 'ibox', 'mbox' => 4,
|
||||
'pos_3a', 'pos_3b', 'pos_3c', 'pos_3d', 'pos_3e', 'pos_3lower', 'pos_3abc' => 3,
|
||||
'pos_2a', 'pos_2b', 'pos_2c', 'pos_2d', 'pos_2e', 'pos_2any', 'pos_2abc' => 2,
|
||||
'five_d' => 5,
|
||||
'six_d' => 6,
|
||||
'head', 'tail', 'odd', 'even', 'digit_big', 'digit_small' => match ($dimension) {
|
||||
'D2' => 1,
|
||||
'D3' => 1,
|
||||
|
||||
Reference in New Issue
Block a user