feat(agent-report): 结算报表默认时间改为08:00~次日07:59:59, 码量列改名码粮

- Report::settle 默认日期边界 07:00/06:59:59 → 08:00/07:59:59(博彩日)
- code_amount 翻译 码量/碼量/Code amount → 码粮/碼糧/Rebate(代理后台全局)
This commit is contained in:
2026-05-29 21:04:21 +08:00
parent 3ac1c2bf42
commit e763c561f1
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -301,7 +301,7 @@ return [
'betting_money' => 'Bet money',
'code_washing_amount' => 'Code washing amount',
'odd_code_fee' => 'Odd code fee',
'code_amount' => 'Code amount',
'code_amount' => 'Rebate',
'settled_code_amount' => 'Settled code amount',
'unsettled_code_amount' => 'Unsettled code amount',
'unsettled_rebate_amount' => 'Unsettled rebate amount',
+1 -1
View File
@@ -301,7 +301,7 @@ return [
'betting_money' => '下注金额',
'code_washing_amount' => '洗码量',
'odd_code_fee' => '注单码费',
'code_amount' => '码',
'code_amount' => '码',
'settled_code_amount' => '已结码量',
'unsettled_code_amount' => '未结码量',
'unsettled_rebate_amount' => '未结返水',
+1 -1
View File
@@ -301,7 +301,7 @@ return [
'betting_money' => '下注金額',
'code_washing_amount' => '洗碼量',
'odd_code_fee' => '注單碼費',
'code_amount' => '碼',
'code_amount' => '碼',
'settled_code_amount' => '已結碼量',
'unsettled_code_amount' => '未結碼量',
'unsettled_rebate_amount' => '未結返水',