feat(risk): 支持按开注商隔离风险池并新增经营报表
Some checks failed
lotterLaravel CI / test (push) Has been cancelled
lotterLaravel E2E / e2e-api (push) Has been cancelled

This commit is contained in:
2026-07-10 10:23:30 +08:00
parent d4779660c8
commit 2ea3e810a0
31 changed files with 610 additions and 58 deletions

View File

@@ -88,7 +88,7 @@ test('risk pool acquire dispatches warning and sold out broadcasts', function ()
'version' => 0,
]);
app(RiskPoolService::class)->acquire($draw->id, null, [
app(RiskPoolService::class)->acquire($draw->id, 'SG', null, [
['number_4d' => '1234', 'amount' => 250],
]);