vali 6 年之前
父节点
当前提交
5c28f69c54
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      datainf/logic/HttpServerSettelement.php

+ 2 - 2
datainf/logic/HttpServerSettelement.php

@@ -93,8 +93,8 @@ class HttpServerSettelement
 
 
         $this->httpserver->account->add();
         $this->httpserver->account->add();
 
 
-        //echo "现在任务数:" . $this->httpserver->taskWorkingNum->get() . "\n";
-        //echo '请求参数是:' . $request_uri . ' - ' . print_r($paras, true) . "\n";
+        echo "现在任务数:" . $this->httpserver->taskWorkingNum->get() . "\n";
+        echo '请求参数是:' . $request_uri . ' - ' . print_r($paras, true) . "\n";
 
 
         if (!in_array($request_uri, $urls)) {
         if (!in_array($request_uri, $urls)) {
             $data = Response::generate('', 0, '', '无效的url');
             $data = Response::generate('', 0, '', '无效的url');