vali 6 年之前
父節點
當前提交
629ad0269e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Lib/Settlement/Adapter/WqRule.php

+ 1 - 1
app/Lib/Settlement/Adapter/WqRule.php

@@ -304,7 +304,7 @@ class WqRule
             $return[$i] = json_decode(json_encode($tmpobj, 256));
             $return[$i] = json_decode(json_encode($tmpobj, 256));
         }
         }
         if (empty($return) || !in_array(count($return), [3, 5])) {
         if (empty($return) || !in_array(count($return), [3, 5])) {
-            throw new  \Exception("球结果数据不正确,( matchid= $imatch_id 主客结果)不能为空或数据量不为3,5");
+            throw new  \Exception("球结果数据不正确,( matchid= $imatch_id 主客结果)不能为空或数据量不为3,5");
             return;
             return;
         }
         }