|
|
@@ -103,7 +103,7 @@ class UnSettmatchLogic
|
|
|
$game_code = isset($datas['game_code']) ? trim($datas['game_code']) : '';
|
|
|
$order_id = isset($datas['order_id']) ? trim($datas['order_id']) : 0;
|
|
|
$token = isset($datas['token']) ? trim($datas['token']) : '';
|
|
|
-
|
|
|
+
|
|
|
if (!in_array($game_code, ['zq', 'lq', 'bq', 'wq'])) {
|
|
|
goto PARAEORROR;
|
|
|
}
|
|
|
@@ -146,7 +146,7 @@ class UnSettmatchLogic
|
|
|
'bettype' => $bet_type,
|
|
|
'change_status' => 0,
|
|
|
'order_ids' => $order_id,
|
|
|
- 'token' =>
|
|
|
+ 'token' => $token,
|
|
|
];
|
|
|
$url = 'http://127.0.0.1:9094/Settelement';
|
|
|
|