mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修改注释
This commit is contained in:
parent
b0cd6f0516
commit
6c3d8452ef
@ -66,9 +66,6 @@ class Auto extends Controller
|
||||
/**
|
||||
* 添加自动回复
|
||||
* @auth true
|
||||
* @throws \think\db\exception\DataNotFoundException
|
||||
* @throws \think\db\exception\DbException
|
||||
* @throws \think\db\exception\ModelNotFoundException
|
||||
*/
|
||||
public function add()
|
||||
{
|
||||
@ -79,9 +76,6 @@ class Auto extends Controller
|
||||
/**
|
||||
* 编辑自动回复
|
||||
* @auth true
|
||||
* @throws \think\db\exception\DataNotFoundException
|
||||
* @throws \think\db\exception\DbException
|
||||
* @throws \think\db\exception\ModelNotFoundException
|
||||
*/
|
||||
public function edit()
|
||||
{
|
||||
@ -122,7 +116,6 @@ class Auto extends Controller
|
||||
/**
|
||||
* 修改规则状态
|
||||
* @auth true
|
||||
* @throws \think\db\exception\DbException
|
||||
*/
|
||||
public function state()
|
||||
{
|
||||
@ -135,7 +128,6 @@ class Auto extends Controller
|
||||
/**
|
||||
* 删除自动回复
|
||||
* @auth true
|
||||
* @throws \think\db\exception\DbException
|
||||
*/
|
||||
public function remove()
|
||||
{
|
||||
|
@ -101,7 +101,6 @@ class Fans extends Controller
|
||||
/**
|
||||
* 删除用户信息
|
||||
* @auth true
|
||||
* @throws \think\db\exception\DbException
|
||||
*/
|
||||
public function remove()
|
||||
{
|
||||
|
@ -78,9 +78,6 @@ class Keys extends Controller
|
||||
/**
|
||||
* 添加回复规则
|
||||
* @auth true
|
||||
* @throws \think\db\exception\DataNotFoundException
|
||||
* @throws \think\db\exception\DbException
|
||||
* @throws \think\db\exception\ModelNotFoundException
|
||||
*/
|
||||
public function add()
|
||||
{
|
||||
@ -92,9 +89,6 @@ class Keys extends Controller
|
||||
/**
|
||||
* 编辑回复规则
|
||||
* @auth true
|
||||
* @throws \think\db\exception\DataNotFoundException
|
||||
* @throws \think\db\exception\DbException
|
||||
* @throws \think\db\exception\ModelNotFoundException
|
||||
*/
|
||||
public function edit()
|
||||
{
|
||||
@ -106,7 +100,6 @@ class Keys extends Controller
|
||||
/**
|
||||
* 修改规则状态
|
||||
* @auth true
|
||||
* @throws \think\db\exception\DbException
|
||||
*/
|
||||
public function state()
|
||||
{
|
||||
@ -120,7 +113,6 @@ class Keys extends Controller
|
||||
/**
|
||||
* 删除回复规则
|
||||
* @auth true
|
||||
* @throws \think\db\exception\DbException
|
||||
*/
|
||||
public function remove()
|
||||
{
|
||||
@ -132,9 +124,6 @@ class Keys extends Controller
|
||||
* 配置订阅回复
|
||||
* @auth true
|
||||
* @menu true
|
||||
* @throws \think\db\exception\DataNotFoundException
|
||||
* @throws \think\db\exception\DbException
|
||||
* @throws \think\db\exception\ModelNotFoundException
|
||||
*/
|
||||
public function subscribe()
|
||||
{
|
||||
@ -147,9 +136,6 @@ class Keys extends Controller
|
||||
* 配置默认回复
|
||||
* @auth true
|
||||
* @menu true
|
||||
* @throws \think\db\exception\DataNotFoundException
|
||||
* @throws \think\db\exception\DbException
|
||||
* @throws \think\db\exception\ModelNotFoundException
|
||||
*/
|
||||
public function defaults()
|
||||
{
|
||||
|
@ -123,7 +123,6 @@ class News extends Controller
|
||||
/**
|
||||
* 删除微信图文
|
||||
* auth true
|
||||
* @throws \think\db\exception\DbException
|
||||
*/
|
||||
public function remove()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user