Wang Chen преди 4 години
родител
ревизия
e0fa8af129
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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) {