Wang Chen 4 vuotta sitten
vanhempi
commit
e0fa8af129
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      app/Modules/Push/Services/PushService.php

+ 1 - 0
app/Modules/Push/Services/PushService.php

@@ -292,6 +292,7 @@ class PushService
             QappPushTaskLogs::updateSubTaskStatus($subTaskId, PushConst::STATUS_DOING);
 
             // 循环批量
+            $result = [];
             $regIdArr = array_chunk($regIds, 1000);
             try {
                 switch ($provider) {