作者 李忠强

更新

@@ -14,7 +14,7 @@ use think\Db; @@ -14,7 +14,7 @@ use think\Db;
14 class Activity extends Api 14 class Activity extends Api
15 { 15 {
16 protected $noNeedRight = ['*']; 16 protected $noNeedRight = ['*'];
17 - protected $noNeedLogin = ['*']; 17 +// protected $noNeedLogin = ['*'];
18 18
19 19
20 /** 20 /**