作者 王智

daima

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