sunhao il y a 5 ans
Parent
commit
150dbcbbc0
2 fichiers modifiés avec 175 ajouts et 0 suppressions
  1. 174 0
      app/Console/Commands/SyncAdCost.php
  2. 1 0
      app/Console/Kernel.php

Fichier diff supprimé car celui-ci est trop grand
+ 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