|
@@ -41,8 +41,8 @@ class Keys extends Controller
|
|
|
|
|
|
/**
|
|
|
* 回复规则管理
|
|
|
- * @auth true
|
|
|
- * @menu true
|
|
|
+ * @auth false
|
|
|
+ * @menu false
|
|
|
* @throws \think\db\exception\DataNotFoundException
|
|
|
* @throws \think\db\exception\DbException
|
|
|
* @throws \think\db\exception\ModelNotFoundException
|
|
@@ -84,7 +84,7 @@ class Keys extends Controller
|
|
|
|
|
|
/**
|
|
|
* 添加回复规则
|
|
|
- * @auth true
|
|
|
+ * @auth false
|
|
|
*/
|
|
|
public function add()
|
|
|
{
|
|
@@ -94,7 +94,7 @@ class Keys extends Controller
|
|
|
|
|
|
/**
|
|
|
* 编辑回复规则
|
|
|
- * @auth true
|
|
|
+ * @auth false
|
|
|
*/
|
|
|
public function edit()
|
|
|
{
|
|
@@ -104,7 +104,7 @@ class Keys extends Controller
|
|
|
|
|
|
/**
|
|
|
* 修改规则状态
|
|
|
- * @auth true
|
|
|
+ * @auth false
|
|
|
*/
|
|
|
public function state()
|
|
|
{
|
|
@@ -116,7 +116,7 @@ class Keys extends Controller
|
|
|
|
|
|
/**
|
|
|
* 删除回复规则
|
|
|
- * @auth true
|
|
|
+ * @auth false
|
|
|
*/
|
|
|
public function remove()
|
|
|
{
|
|
@@ -125,7 +125,7 @@ class Keys extends Controller
|
|
|
|
|
|
/**
|
|
|
* 配置订阅回复
|
|
|
- * @auth true
|
|
|
+ * @auth false
|
|
|
*/
|
|
|
public function subscribe()
|
|
|
{
|
|
@@ -135,7 +135,7 @@ class Keys extends Controller
|
|
|
|
|
|
/**
|
|
|
* 配置默认回复
|
|
|
- * @auth true
|
|
|
+ * @auth false
|
|
|
*/
|
|
|
public function defaults()
|
|
|
{
|