songxingwei %!s(int64=2) %!d(string=hai) anos
pai
achega
3029f38866

+ 8 - 8
app/wechat/controller/Keys.php

@@ -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()
     {

+ 4 - 4
app/wechat/controller/Menu.php

@@ -52,8 +52,8 @@ class Menu 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
@@ -72,7 +72,7 @@ class Menu extends Controller
 
     /**
      * 取消微信菜单
-     * @auth true
+     * @auth false
      */
     public function cancel()
     {
@@ -89,7 +89,7 @@ class Menu extends Controller
 
     /**
      * 编辑微信菜单
-     * @auth true
+     * @auth false
      */
     public function push()
     {

+ 6 - 6
app/wechat/controller/News.php

@@ -32,8 +32,8 @@ class News extends Controller
 {
     /**
      * 微信图文管理
-     * @auth true
-     * @menu true
+     * @auth false
+     * @menu false
      */
     public function index()
     {
@@ -59,7 +59,7 @@ class News extends Controller
 
     /**
      * 图文选择器
-     * @auth true
+     * @auth false
      */
     public function select()
     {
@@ -68,7 +68,7 @@ class News extends Controller
 
     /**
      * 添加微信图文
-     * @auth true
+     * @auth false
      */
     public function add()
     {
@@ -90,7 +90,7 @@ class News extends Controller
 
     /**
      * 编辑微信图文
-     * @auth true
+     * @auth false
      * @throws \think\db\exception\DataNotFoundException
      * @throws \think\db\exception\DbException
      * @throws \think\db\exception\ModelNotFoundException
@@ -119,7 +119,7 @@ class News extends Controller
 
     /**
      * 删除微信图文
-     * auth true
+     * auth false
      */
     public function remove()
     {