vali hace 6 años
padre
commit
22a1e8aaef
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      app/Logic/WinfailLogic.php

+ 3 - 0
app/Logic/WinfailLogic.php

@@ -217,6 +217,9 @@ class WinfailLogic
 
         $result = json_decode($orderInfo->single_result);
         $result['0']->first_score = json_encode($result['0']->first_score, 256);
+        $result['0']->corner_ball = json_encode($result['0']->corner_ball, 256);
+        $result['0']->penalty_card = json_encode($result['0']->penalty_card, 256);
+        $result['0']->warn_more = json_encode($result['0']->warn_more, 256);
         
         $winorfalsedef = ['result' => 2, 'matchResult' => 'noRuleOrError'];