作者 郭文星

12311

... ... @@ -25,7 +25,7 @@ class Car extends Base
parent::_initialize();
if(empty($this->auth->id)){
$this->error("失败","","403");
$this->error("请求失败,token过期。","","403");
}
}
/**
... ...