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) {