|
@@ -116,8 +116,9 @@ class HttpServerOnlySet
|
|
|
list($order_ids, $bettype, $settype, $game_code, $match_id, $change_status, $is_manual) = $this->requestpara($paras);
|
|
list($order_ids, $bettype, $settype, $game_code, $match_id, $change_status, $is_manual) = $this->requestpara($paras);
|
|
|
|
|
|
|
|
if (!$this->DataPre($order_ids, $bettype, $settype, $game_code, $match_id, $change_status, $is_manual)) {
|
|
if (!$this->DataPre($order_ids, $bettype, $settype, $game_code, $match_id, $change_status, $is_manual)) {
|
|
|
|
|
+ $this->cgStatus($game_code, $match_id, $change_status);
|
|
|
goto LABDOLAST;
|
|
goto LABDOLAST;
|
|
|
- throw new \Exception('没找到订单信息', 110);
|
|
|
|
|
|
|
+ //throw new \Exception('没找到订单信息', 110);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
$this->UndoSettlement();
|
|
$this->UndoSettlement();
|
|
@@ -151,8 +152,10 @@ class HttpServerOnlySet
|
|
|
|
|
|
|
|
if ($bettype == 1) {
|
|
if ($bettype == 1) {
|
|
|
$this->singOrder($paras);
|
|
$this->singOrder($paras);
|
|
|
|
|
+ $this->cgStatus($game_code, $match_id, $change_status);
|
|
|
} else {
|
|
} else {
|
|
|
$this->ChuanOrder($paras);
|
|
$this->ChuanOrder($paras);
|
|
|
|
|
+ $this->cgStatus($game_code, $match_id, $change_status);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
$this->UserTotalMoneySql();
|
|
$this->UserTotalMoneySql();
|
|
@@ -160,7 +163,7 @@ class HttpServerOnlySet
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
LABDOLAST:
|
|
LABDOLAST:
|
|
|
- $this->cgStatus($game_code, $match_id, $change_status);
|
|
|
|
|
|
|
+ //$this->cgStatus($game_code, $match_id, $change_status);
|
|
|
|
|
|
|
|
} catch (\Exception $e) {
|
|
} catch (\Exception $e) {
|
|
|
$this->PDatas = [];
|
|
$this->PDatas = [];
|
|
@@ -412,7 +415,6 @@ class HttpServerOnlySet
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
private function ChuanOrder($task)
|
|
private function ChuanOrder($task)
|
|
|
{
|
|
{
|
|
|
$matchDatas = $task['matchDatas'];
|
|
$matchDatas = $task['matchDatas'];
|