1.修复自动创建下一期bug
This commit is contained in:
@@ -25,7 +25,6 @@ class Live extends Backend
|
||||
{
|
||||
$recordIdRaw = $this->request ? $this->request->get('record_id') : null;
|
||||
$recordId = is_numeric((string) $recordIdRaw) ? (int) $recordIdRaw : null;
|
||||
GameLiveService::recoverLiveRoundState();
|
||||
|
||||
return $this->success('', GameLiveService::buildSnapshot($recordId));
|
||||
}
|
||||
@@ -38,7 +37,6 @@ class Live extends Backend
|
||||
}
|
||||
$recordIdRaw = $request->get('record_id');
|
||||
$recordId = is_numeric((string) $recordIdRaw) ? (int) $recordIdRaw : null;
|
||||
GameLiveService::recoverLiveRoundState();
|
||||
|
||||
return $this->success('', GameLiveService::buildSnapshot($recordId));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user