feat: 切换 schema dump 基线并增强返点结算与管理校验
This commit is contained in:
@@ -112,16 +112,4 @@ return [
|
||||
'cooldown_minutes' => max(0, (int) env('LOTTERY_DRAW_COOLDOWN_MINUTES', 15)),
|
||||
],
|
||||
|
||||
/*
|
||||
| ui.format:API 中 *_formatted 展示用(由 {@see \App\Support\CurrencyFormatter} 读取)
|
||||
*/
|
||||
'ui' => [
|
||||
'format' => [
|
||||
'currency' => [
|
||||
'decimals' => max(0, min(12, (int) env('LOTTERY_CURRENCY_DISPLAY_DECIMALS', 2))),
|
||||
'decimal_separator' => env('LOTTERY_CURRENCY_DECIMAL_SEP', '.'),
|
||||
'thousands_separator' => env('LOTTERY_CURRENCY_THOUSANDS_SEP', ','),
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user