wesmiler 1 年之前
父節點
當前提交
b2fb36139d
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      app/Services/Api/VideoCollectService.php
  2. 1 1
      app/Services/Api/VideoService.php

+ 1 - 1
app/Services/Api/VideoCollectService.php

@@ -229,7 +229,7 @@ class VideoCollectService extends BaseService
                 }
             }
 
-            $arr['uids'][] = $userId;
+//            $arr['uids'][] = $userId;
             RedisService::set($cacheKey, $arr, rand(3600, 7200));
         }
 

+ 1 - 1
app/Services/Api/VideoService.php

@@ -243,7 +243,7 @@ class VideoService extends BaseService
             $list1 = $list1 ? $list1->toArray() : [];
             $list = array_merge($list, $list1);
         }
-        
+
         if ($list && $list['data']) {
             foreach ($list['data'] as &$item) {
                 $item['time_text'] = isset($item['create_time']) ? dateFormat($item['create_time'], 'Y-m-d H:i') : '';