|
|
@@ -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;
|
|
|
}
|