作者 郭文星

12311

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