Wang Chen 4 anos atrás
pai
commit
e0fa8af129
1 arquivos alterados com 1 adições e 0 exclusões
  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) {