作者 郭文星

12311

... ... @@ -24,7 +24,7 @@ class Car extends Base
{
$this->user_id = $this->auth->id;
if(!$this->user_id){
$this->error("请登录");
$this->error("请登录","","403");
}
parent::_initialize();
}
... ...