作者 郭文星

1231

@@ -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("请登录","","403"); 27 + $this->error("tokrn失效,请重新登录。","","403");
28 } 28 }
29 parent::_initialize(); 29 parent::_initialize();
30 } 30 }