sunhao 5 年之前
父節點
當前提交
150dbcbbc0
共有 2 個文件被更改,包括 175 次插入0 次删除
  1. 174 0
      app/Console/Commands/SyncAdCost.php
  2. 1 0
      app/Console/Kernel.php

File diff suppressed because it is too large
+ 174 - 0
app/Console/Commands/SyncAdCost.php


+ 1 - 0
app/Console/Kernel.php

@@ -22,6 +22,7 @@ class Kernel extends ConsoleKernel {
22 22
         'App\Console\Commands\DisRoiByDayHistory',
23 23
         'App\Console\Commands\DisRoiByDay',
24 24
         'App\Console\Commands\DisRoiByDay30',
25
+        'App\Console\Commands\SyncAdCost',
25 26
         
26 27
     ];
27 28