vali 6 years ago
parent
commit
cc5521ad14
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Logic/WinfailLogic.php

+ 1 - 1
app/Logic/WinfailLogic.php

@@ -218,7 +218,7 @@ class WinfailLogic
         $fun1 = $orderInfo->odds_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'];
 
         foreach ($matchArray as $matchModel) {