vali 6 年之前
父節點
當前提交
74be4148e7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      datainf/logic/HttpServerOnlySet.php

+ 1 - 1
datainf/logic/HttpServerOnlySet.php

@@ -707,10 +707,10 @@ class HttpServerOnlySet
     public function getFanshui()
     {
         $ret = (new SetinfoModel())->getInfo(1001);
-        print_r(['反水数据', $ret]);
         if (is_array($ret)) {
             $val = floatval($ret->infocontent);
             $this->fanshui = $val;
+            print_r(['反水数据', $ret, $this->fanshui]);
             return $val;
         }
     }