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