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

+ 2 - 2
app/Logic/WinfailLogic.php

@@ -221,7 +221,7 @@ class WinfailLogic
         foreach ($matchArray as $matchModel) {
             $fun1 = $matchModel->odds_code;
             $fun2 = $matchModel->p_code;
-            
+
             $mid = $matchModel->id;
             try {
                 if ($RefClass->hasMethod($fun1)) {
@@ -233,7 +233,7 @@ class WinfailLogic
             } catch (\Exception $e) {
                 echo 'excetption: ' . print_r([$order_id, $e->getMessage(), $e->getFile(), $e->getLine()], true) . "\n";
             }
-            echo 'winforret: ' . print_r($winorfalse, true) . "\n";
+          
             if (!isset($winorfalse['result']) || !isset($winorfalse['matchResult']) || !in_array($winorfalse['result'], [-1, 1, 2, 3, 4])) {
                 $winorfalse = $winorfalsedef;
             }