fix: Pro 路单查询补查 luck_six/dragon_seven/panda_eight
PC/Game 前端路单走的是 Pro 的 deal/waybill API,不是 Socket 的
This commit is contained in:
@@ -275,7 +275,7 @@ function waybill($ns){
|
||||
$showRoadLocation = array();
|
||||
foreach($showRoad as $k => $v){
|
||||
foreach($v as $key => $val){
|
||||
$pushData = array('show_x' => $k + 1, 'show_y' =>$key + 1, 'result' => $val['result'], 'pair' => $val['pair']);
|
||||
$pushData = array('show_x' => $k + 1, 'show_y' =>$key + 1, 'result' => $val['result'], 'pair' => $val['pair'], 'luck_six' => $val['luck_six'] ?? 0, 'dragon_seven' => $val['dragon_seven'] ?? 0, 'panda_eight' => $val['panda_eight'] ?? 0);
|
||||
array_push($showRoadLocation,$pushData);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user