作者 郭文星

1231

@@ -17,7 +17,7 @@ use think\Db; @@ -17,7 +17,7 @@ use think\Db;
17 */ 17 */
18 class Car extends Base 18 class Car extends Base
19 { 19 {
20 - protected $noNeedLogin = []; 20 + protected $noNeedLogin = ['*'];
21 protected $noNeedRight = ['*']; 21 protected $noNeedRight = ['*'];
22 22
23 public function _initialize() 23 public function _initialize()