vali 6 年之前
父节点
当前提交
ba6e938676
共有 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, true);
         $winorfalsedef = ['result' => 2, 'matchResult' => 'noRuleOrError'];
 
         foreach ($matchArray as $matchModel) {