vali 6 năm trước cách đây
mục cha
commit
c95817948e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Logic/WinfailLogic.php

+ 1 - 1
app/Logic/WinfailLogic.php

@@ -215,7 +215,7 @@ class WinfailLogic
         $AdapterObj = $this->getAdapterObj($game_code);
         $RefClass = new  \ReflectionClass($AdapterObj);
 
-        $result = [json_decode($orderInfo->single_result)];
+        $result = json_decode($orderInfo->single_result);
         $winorfalsedef = ['result' => 2, 'matchResult' => 'noRuleOrError'];
 
         foreach ($matchArray as $matchModel) {