|
|
@@ -1369,7 +1369,8 @@ class DataLogic
|
|
|
"match_process" => $data['match_process'] ?: '',
|
|
|
//"tag" => $data['tag'] ?: 0,
|
|
|
"match_id" => $match_id,
|
|
|
- "update_time" => date('Y-m-d H:i:s')
|
|
|
+ "update_time" => date('Y-m-d H:i:s'),
|
|
|
+ "result_mark" =>json_encode($data['result_mark'])?:'',
|
|
|
];
|
|
|
}
|
|
|
if ($game_code == 'wq') {
|