wesmiler 2 年之前
父节点
当前提交
b258d0d8ff
共有 1 个文件被更改,包括 2 次插入0 次删除
  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;
     }
 
     /**