优化每日推送和积分转化逻辑

This commit is contained in:
2026-07-24 11:12:29 +08:00
parent b2b4fd4fbc
commit 4bad91b8a3
29 changed files with 661 additions and 102 deletions

View File

@@ -30,9 +30,11 @@ class MallDailyPushExport
'date' => '业务日期',
'username' => '用户名',
'yesterday_win_loss_net' => '昨日净输赢',
'converted_points' => '转换积分',
'yesterday_total_deposit' => '昨日总充值',
'lifetime_total_deposit' => '历史总充值',
'lifetime_total_withdraw' => '历史总提现',
'lifetime_total_deposit' => '终身总充值',
'lifetime_total_withdraw' => '终身总提现',
'lifetime_win_loss_net' => '终身总输赢',
'create_time' => '创建时间',
];
@@ -45,9 +47,11 @@ class MallDailyPushExport
'date' => 'Business date',
'username' => 'Username',
'yesterday_win_loss_net' => 'Yesterday net win/loss',
'converted_points' => 'Converted points',
'yesterday_total_deposit' => 'Yesterday total deposit',
'lifetime_total_deposit' => 'Lifetime total deposit',
'lifetime_total_withdraw' => 'Lifetime total withdraw',
'lifetime_win_loss_net' => 'Lifetime net win/loss',
'create_time' => 'Created at',
];