ソースを参照

开启统计脚本

PC-202304251453\Administrator 5 ヶ月 前
コミット
dbcf0ee029
1 ファイル変更12 行追加16 行削除
  1. 12 16
      config/process.php

+ 12 - 16
config/process.php

@@ -62,20 +62,16 @@ return [
     'create_tables' => [
         '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,
+    ]
 ];