正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -25,7 +25,7 @@ class Car extends Base | @@ -25,7 +25,7 @@ class Car extends Base | ||
25 | 25 | ||
26 | parent::_initialize(); | 26 | parent::_initialize(); |
27 | if(empty($this->auth->id)){ | 27 | if(empty($this->auth->id)){ |
28 | - $this->error("失败","","403"); | 28 | + $this->error("请求失败,token过期。","","403"); |
29 | } | 29 | } |
30 | } | 30 | } |
31 | /** | 31 | /** |
-
请 注册 或 登录 后发表评论