wesmiler 2 lat temu
rodzic
commit
b258d0d8ff
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      app/Services/Api/VideoService.php

+ 2 - 0
app/Services/Api/VideoService.php

@@ -338,6 +338,8 @@ class VideoService extends BaseService
 
         // 浏览量
         $this->updateView($userId, $id);
+        $this->error = 1010;
+        return true;
     }
 
     /**