|
@@ -218,7 +218,7 @@ class WinfailLogic
|
|
|
$fun1 = $orderInfo->odds_code;
|
|
$fun1 = $orderInfo->odds_code;
|
|
|
$fun2 = $orderInfo->p_code;
|
|
$fun2 = $orderInfo->p_code;
|
|
|
|
|
|
|
|
- $result = array_merge(json_decode(json_encode($result), true), json_decode($orderInfo->single_result, true)['0']);
|
|
|
|
|
|
|
+ $result = json_decode($orderInfo->single_result, true);
|
|
|
$winorfalsedef = ['result' => 2, 'matchResult' => 'noRuleOrError'];
|
|
$winorfalsedef = ['result' => 2, 'matchResult' => 'noRuleOrError'];
|
|
|
|
|
|
|
|
foreach ($matchArray as $matchModel) {
|
|
foreach ($matchArray as $matchModel) {
|