feat: 增强抽奖管理功能,支持手动创建、更新和删除期号
- 新增 API 路由和控制器,允许管理员手动创建、更新和删除抽奖期号。 - 更新抽奖调度逻辑,确保在抽奖时间和封盘时间的管理上更加灵活。 - 添加多语言支持的错误信息,提升用户体验。 - 更新测试用例,确保新功能的正确性和稳定性。
This commit is contained in:
@@ -34,7 +34,8 @@ test('draw planner schedules five minute draw_time gaps', function (): void {
|
||||
]);
|
||||
|
||||
$fixed = Carbon::parse('2026-05-25 00:00:00', 'UTC');
|
||||
app(DrawPlannerService::class)->ensureBuffer($fixed);
|
||||
$report = app(DrawPlannerService::class)->ensureBuffer($fixed);
|
||||
expect($report['created'])->toBe(12);
|
||||
|
||||
$times = Draw::query()
|
||||
->whereNotNull('draw_time')
|
||||
|
||||
Reference in New Issue
Block a user