vali 6 years ago
parent
commit
ff8dcdab9b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      datainf/logic/HttpServerSettelement.php

+ 1 - 1
datainf/logic/HttpServerSettelement.php

@@ -94,7 +94,7 @@ class HttpServerSettelement
         $this->httpserver->account->add();
 
         echo "现在任务数:" . $this->httpserver->taskWorkingNum->get() . "\n";
-        echo '请求参数:' . $request_uri . ' - ' . print_r($paras, true) . "\n";
+        echo '请求参数:' . $request_uri . ' - ' . print_r($paras, true) . "\n";
 
 
         if (!in_array($request_uri, $urls)) {