vali 6 жил өмнө
parent
commit
77957cead8

+ 1 - 0
datainf/logic/HttpServerOnlySet.php

@@ -274,6 +274,7 @@ class HttpServerOnlySet
         try {
             $ret = $this->getRedis()->rpop(self::TASKQNUM);
             if (!empty($ret)) {
+                echo date("Y-m-d H:i:s") . " 开始处理:" . $ret . "\n";
                 $this->httpserver->account->add();
                 $this->doSettelement($ret);
             }