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

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

@@ -15,9 +15,11 @@ class MallDailyPush extends Model
protected array $type = [
'yesterday_win_loss_net' => 'float',
'converted_points' => 'integer',
'yesterday_total_deposit' => 'float',
'lifetime_total_deposit' => 'float',
'lifetime_total_withdraw' => 'float',
'lifetime_win_loss_net' => 'float',
'create_time' => 'integer',
];
}