diff --git a/app/data/controller/api/auth/News.php b/app/data/controller/api/auth/News.php index 6f9ad3807..4fdadf53c 100644 --- a/app/data/controller/api/auth/News.php +++ b/app/data/controller/api/auth/News.php @@ -69,7 +69,6 @@ class News extends Auth /** * 添加内容收藏 - * @throws \think\db\exception\DbException */ public function addCollect() { @@ -92,7 +91,6 @@ class News extends Auth /** * 取消收藏文章 - * @throws \think\db\exception\DbException */ public function delCollect() { @@ -126,7 +124,6 @@ class News extends Auth /** * 添加内容点赞 - * @throws \think\db\exception\DbException */ public function addLike() { @@ -149,7 +146,6 @@ class News extends Auth /** * 取消内容点赞 - * @throws \think\db\exception\DbException */ public function delLike() { @@ -183,7 +179,6 @@ class News extends Auth /** * 添加用户的浏览历史 - * @throws \think\db\exception\DbException */ public function addHistory() {