作者 郭文星

12311

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