vali 6 năm trước cách đây
mục cha
commit
af8012bd99
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      datainf/logic/HttpServerOnlySet.php

+ 3 - 0
datainf/logic/HttpServerOnlySet.php

@@ -368,7 +368,10 @@ class HttpServerOnlySet
         }
 
         $result = $this->PDatas['game_result'];
+
         if ($result->status == 1 || $result->status == 0) {
+            print_r($result);
+
             echo '比赛未结束,不能更改为全部已结算状态-- ' . $game_code . ' -match_id ' . $match_id . "\n";
             //未结束的比赛不改状态
             return;