songxingwei 2 tahun lalu
induk
melakukan
69da0bbe49

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

@@ -41,8 +41,8 @@ class Auto 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
@@ -71,7 +71,7 @@ class Auto extends Controller
 
     /**
      * 添加自动回复
-     * @auth true
+     * @auth false
      */
     public function add()
     {
@@ -81,7 +81,7 @@ class Auto extends Controller
 
     /**
      * 编辑自动回复
-     * @auth true
+     * @auth false
      */
     public function edit()
     {
@@ -107,7 +107,7 @@ class Auto extends Controller
 
     /**
      * 修改规则状态
-     * @auth true
+     * @auth false
      */
     public function state()
     {
@@ -119,7 +119,7 @@ class Auto extends Controller
 
     /**
      * 删除自动回复
-     * @auth true
+     * @auth false
      */
     public function remove()
     {

+ 7 - 7
app/wechat/controller/Config.php

@@ -29,8 +29,8 @@ class Config 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
@@ -78,7 +78,7 @@ class Config extends Controller
 
     /**
      * 微信授权测试
-     * @auth true
+     * @auth false
      */
     public function options_test()
     {
@@ -87,8 +87,8 @@ class Config extends Controller
 
     /**
      * 微信支付配置
-     * @auth true
-     * @menu true
+     * @auth false
+     * @menu false
      * @throws \think\admin\Exception
      * @throws \think\db\exception\DataNotFoundException
      * @throws \think\db\exception\DbException
@@ -113,7 +113,7 @@ class Config extends Controller
 
     /**
      * 微信支付测试
-     * @auth true
+     * @auth false
      */
     public function payment_test()
     {
@@ -122,7 +122,7 @@ class Config extends Controller
 
     /**
      * 微信支付修改
-     * @auth true
+     * @auth false
      * @throws \think\admin\Exception
      * @throws \think\db\exception\DataNotFoundException
      * @throws \think\db\exception\DbException

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

@@ -32,8 +32,8 @@ class Fans 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
@@ -59,7 +59,7 @@ class Fans extends Controller
 
     /**
      * 同步用户数据
-     * @auth true
+     * @auth false
      */
     public function sync()
     {
@@ -69,7 +69,7 @@ class Fans extends Controller
 
     /**
      * 黑名单列表操作
-     * @auth true
+     * @auth false
      */
     public function black()
     {
@@ -101,7 +101,7 @@ class Fans extends Controller
 
     /**
      * 删除用户信息
-     * @auth true
+     * @auth false
      */
     public function remove()
     {
@@ -110,7 +110,7 @@ class Fans extends Controller
 
     /**
      * 清空用户数据
-     * @auth true
+     * @auth false
      */
     public function truncate()
     {