sunhao 5 years ago
parent
commit
150dbcbbc0
2 changed files with 175 additions and 0 deletions
  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
         'App\Console\Commands\DisRoiByDayHistory',
22
         'App\Console\Commands\DisRoiByDayHistory',
23
         'App\Console\Commands\DisRoiByDay',
23
         'App\Console\Commands\DisRoiByDay',
24
         'App\Console\Commands\DisRoiByDay30',
24
         'App\Console\Commands\DisRoiByDay30',
25
+        'App\Console\Commands\SyncAdCost',
25
         
26
         
26
     ];
27
     ];
27
 
28