vali %!s(int64=6) %!d(string=hai) anos
pai
achega
337d062ba8
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      datainf/logic/HttpServerDataInf.php

+ 1 - 0
datainf/logic/HttpServerDataInf.php

@@ -122,6 +122,7 @@ class HttpServerDataInf
     public function onTask($serv, $task)
     {
         $this->httpserver->taskWorkingNum->add();
+        echo "收到任务:" . $task['url'] . ' -- ' . $task['request_time'] . "\n";
 
         try {
             $url = $task['url'];