作者 郭文星

1231

... ... @@ -22,6 +22,9 @@ class Car extends Base
public function _initialize()
{
if(empty($this->auth->id)){
$this->error("失败");
}
parent::_initialize();
}
/**
... ...