vali 6 년 전
부모
커밋
906c2cb75b
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      app/Logic/WinfailLogic.php

+ 3 - 1
app/Logic/WinfailLogic.php

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