vali 6 년 전
부모
커밋
c95817948e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) {