zhoulj hace 4 años
padre
commit
3778201e74
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      app/Jobs/TikTokUserRegister.php

+ 2 - 0
app/Jobs/TikTokUserRegister.php

@@ -60,6 +60,8 @@ class TikTokUserRegister implements ShouldQueue
             'time' => $this->time,
             'source' => 'wdy'
         ];
+        
+        \Log::info('TikTokUserRegister:'.json_encode($params));
 //         if( date('Y-m-d',strtotime( $this->time )) != date('Y-m-d')){
 //             return ;
 //         }