作者 郭文星

1231

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