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