作者 郭文星

131

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