feat(core): harden sessions settlement and credit activity
Some checks failed
lotterLaravel CI / test (push) Has been cancelled
lotterLaravel E2E / e2e-api (push) Has been cancelled

This commit is contained in:
wchino
2026-07-22 20:53:43 +08:00
parent 35f6e46958
commit 15bd997c4e
48 changed files with 1920 additions and 93 deletions

View File

@@ -41,6 +41,7 @@ return [
'jackpot_already_allocated_for_draw' => '该期已分配过奖池派彩。',
'draw_not_ready_for_jackpot_burst' => '期号尚未进入结算中或已结算,无法手动爆池。',
'draw_result_not_published' => '该期开奖结果尚未发布。',
'draw_not_ready_for_settlement' => '当前期号状态不允许结算;仅可在冷静期提前结算,或在结算中重新触发。',
'settlement_batch_not_found' => '未找到该期的结算批次。',
'settlement_not_pending_review' => '结算批次不在待审核状态。',
'settlement_not_approved' => '结算批次尚未审核通过。',