vali преди 6 години
родител
ревизия
a097b0a2f9
променени са 1 файла, в които са добавени 4 реда и са изтрити 3 реда
  1. 4 3
      datainf/logic/HttpServerSettelement.php

+ 4 - 3
datainf/logic/HttpServerSettelement.php

@@ -94,6 +94,7 @@ class HttpServerSettelement
         $this->httpserver->account->add();
 
         echo "现在任务数:" . $this->httpserver->taskWorkingNum->get() . "\n";
+        echo '请求参数:' . $request_uri . ' - ' . print_r($paras, true) . "\n";
 
 
         if (!in_array($request_uri, $urls)) {
@@ -119,7 +120,7 @@ class HttpServerSettelement
         }
 
         echo "计数器值:" . $this->httpserver->taskWorkingNum->get() . "\n";
-
+        echo '请求参数:' . $request_uri . ' - ' . print_r($paras, true) . "\n";
 
         if ($request_uri == 'WinFail') {
             return $this->doWinFailse($request, $response, $paras);
@@ -208,8 +209,8 @@ class HttpServerSettelement
         $this->httpserver->taskWorkingNum->add();
 
         try {
-            list($order_ids, $bettype, $settype, $game_code, $match_id, $change_status) = $this->requestpara($request, $response, $paras);
-
+            list($order_ids, $bettype, $settype, $game_code, $match_id, $change_status) = $tmp = $this->requestpara($request, $response, $paras);
+            
             if (empty($order_ids)) {
                 goto LABRETURN;
             }