zz 4 anos atrás
pai
commit
85d84b67f5
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      app/Jobs/AsyncOrderStats.php
  2. 1 1
      app/Jobs/AsyncUserRegister.php

+ 1 - 1
app/Jobs/AsyncOrderStats.php

@@ -52,7 +52,7 @@ class AsyncOrderStats implements ShouldQueue
         //订单上报给渠道
         $this->reportToChannel();
 
-        //$this->fireOrderReport();
+        $this->fireOrderReport();
     }
 
     private function init()

+ 1 - 1
app/Jobs/AsyncUserRegister.php

@@ -51,7 +51,7 @@ class AsyncUserRegister implements ShouldQueue
     public function handle()
     {
         $this->reportToChannel();
-        //$this->fireRegisterReport();
+        $this->fireRegisterReport();
     }
 
     private function reportToChannel(){