mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-10-08 18:00:00 +08:00
Update Keys.php
This commit is contained in:
parent
6a6667fbba
commit
c04364f865
@ -82,7 +82,7 @@ class Keys extends Controller
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 添加关键字
|
* 添加回复规则
|
||||||
* @auth true
|
* @auth true
|
||||||
* @throws \think\db\exception\DataNotFoundException
|
* @throws \think\db\exception\DataNotFoundException
|
||||||
* @throws \think\db\exception\DbException
|
* @throws \think\db\exception\DbException
|
||||||
@ -91,12 +91,12 @@ class Keys extends Controller
|
|||||||
public function add()
|
public function add()
|
||||||
{
|
{
|
||||||
$this->_applyFormToken();
|
$this->_applyFormToken();
|
||||||
$this->title = '添加关键字规则';
|
$this->title = '添加回复规则';
|
||||||
$this->_form($this->table, 'form');
|
$this->_form($this->table, 'form');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 编辑关键字
|
* 编辑回复规则
|
||||||
* @auth true
|
* @auth true
|
||||||
* @throws \think\db\exception\DataNotFoundException
|
* @throws \think\db\exception\DataNotFoundException
|
||||||
* @throws \think\db\exception\DbException
|
* @throws \think\db\exception\DbException
|
||||||
@ -105,12 +105,12 @@ class Keys extends Controller
|
|||||||
public function edit()
|
public function edit()
|
||||||
{
|
{
|
||||||
$this->_applyFormToken();
|
$this->_applyFormToken();
|
||||||
$this->title = '编辑关键字规则';
|
$this->title = '编辑回复规则';
|
||||||
$this->_form($this->table, 'form');
|
$this->_form($this->table, 'form');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 删除关键字
|
* 删除回复规则
|
||||||
* @auth true
|
* @auth true
|
||||||
* @throws \think\db\exception\DbException
|
* @throws \think\db\exception\DbException
|
||||||
*/
|
*/
|
||||||
@ -121,7 +121,7 @@ class Keys extends Controller
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 禁用关键字
|
* 禁用回复规则
|
||||||
* @auth true
|
* @auth true
|
||||||
* @throws \think\db\exception\DbException
|
* @throws \think\db\exception\DbException
|
||||||
*/
|
*/
|
||||||
@ -132,7 +132,7 @@ class Keys extends Controller
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 启用关键字
|
* 启用回复规则
|
||||||
* @auth true
|
* @auth true
|
||||||
* @throws \think\db\exception\DbException
|
* @throws \think\db\exception\DbException
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user