mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update News.php
This commit is contained in:
parent
0cc07bbbdf
commit
bfe8cde784
@ -69,7 +69,6 @@ class News extends Auth
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 添加内容收藏
|
* 添加内容收藏
|
||||||
* @throws \think\db\exception\DbException
|
|
||||||
*/
|
*/
|
||||||
public function addCollect()
|
public function addCollect()
|
||||||
{
|
{
|
||||||
@ -92,7 +91,6 @@ class News extends Auth
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 取消收藏文章
|
* 取消收藏文章
|
||||||
* @throws \think\db\exception\DbException
|
|
||||||
*/
|
*/
|
||||||
public function delCollect()
|
public function delCollect()
|
||||||
{
|
{
|
||||||
@ -126,7 +124,6 @@ class News extends Auth
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 添加内容点赞
|
* 添加内容点赞
|
||||||
* @throws \think\db\exception\DbException
|
|
||||||
*/
|
*/
|
||||||
public function addLike()
|
public function addLike()
|
||||||
{
|
{
|
||||||
@ -149,7 +146,6 @@ class News extends Auth
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 取消内容点赞
|
* 取消内容点赞
|
||||||
* @throws \think\db\exception\DbException
|
|
||||||
*/
|
*/
|
||||||
public function delLike()
|
public function delLike()
|
||||||
{
|
{
|
||||||
@ -183,7 +179,6 @@ class News extends Auth
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 添加用户的浏览历史
|
* 添加用户的浏览历史
|
||||||
* @throws \think\db\exception\DbException
|
|
||||||
*/
|
*/
|
||||||
public function addHistory()
|
public function addHistory()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user