|
@@ -62,20 +62,16 @@ return [
|
|
|
'create_tables' => [
|
|
'create_tables' => [
|
|
|
'handler' => \app\process\CreateTables::class,
|
|
'handler' => \app\process\CreateTables::class,
|
|
|
],
|
|
],
|
|
|
-// 'game_active' => [
|
|
|
|
|
-// 'handler' => \app\process\dataReport\GameActive::class,
|
|
|
|
|
-// ],
|
|
|
|
|
-// 'base_total' => [
|
|
|
|
|
-// 'handler' => \app\process\dataReport\BaseTotal::class,
|
|
|
|
|
-// ],
|
|
|
|
|
-// 'basic_login_total' => [
|
|
|
|
|
-// 'handler' => \app\process\dataReport\BasicLoginTotal::class,
|
|
|
|
|
-// ],
|
|
|
|
|
-// 'game_reg_pay_month' => [
|
|
|
|
|
-// 'handler' => \app\process\dataReport\GameRegPay::class,
|
|
|
|
|
-// ],
|
|
|
|
|
-// 'game_total_month' => [
|
|
|
|
|
-// 'handler' => \app\process\dataReport\GameTotal::class,
|
|
|
|
|
-// ]
|
|
|
|
|
-
|
|
|
|
|
|
|
+ 'base_total' => [
|
|
|
|
|
+ 'handler' => \app\process\dataReport\BaseTotal::class,
|
|
|
|
|
+ ],
|
|
|
|
|
+ 'base_active_day' => [
|
|
|
|
|
+ 'handler' => \app\process\dataReport\BasicActiveDay::class,
|
|
|
|
|
+ ],
|
|
|
|
|
+ 'game_reg_pay' => [
|
|
|
|
|
+ 'handler' => \app\process\dataReport\GameRegPay::class,
|
|
|
|
|
+ ],
|
|
|
|
|
+ 'game_total' => [
|
|
|
|
|
+ 'handler' => \app\process\dataReport\GameTotal::class,
|
|
|
|
|
+ ]
|
|
|
];
|
|
];
|