更新增加统计【活动期间输赢总数据】
This commit is contained in:
@@ -32,6 +32,9 @@ class MallBusinessConfig extends Model
|
||||
'mall_open_date' => 'string',
|
||||
'mall_open_date_previous' => 'string',
|
||||
'mall_open_date_effective_on' => 'string',
|
||||
'mall_event_end_date' => 'string',
|
||||
'mall_event_end_date_previous' => 'string',
|
||||
'mall_event_end_date_effective_on' => 'string',
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
@@ -28,6 +28,7 @@ class MallUserAsset extends Model
|
||||
'total_points_claimed' => 'integer',
|
||||
'lifetime_converted_points' => 'integer',
|
||||
'daily_converted_points' => 'integer',
|
||||
'event_period_win_loss_net' => 'float',
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user