正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -332,7 +332,7 @@ class Api | @@ -332,7 +332,7 @@ class Api | ||
332 | if (empty($token['token'])) { | 332 | if (empty($token['token'])) { |
333 | $this->error('请登录后在操作', '', 401); | 333 | $this->error('请登录后在操作', '', 401); |
334 | } | 334 | } |
335 | - $is_token = Db::name('user')->where(['token' => $token['authorization']])->find(); | 335 | + $is_token = Db::name('user')->where(['token' => $token['Authorization']])->find(); |
336 | if (!$is_token) { | 336 | if (!$is_token) { |
337 | $this->error('登陆已过期,请重新登陆', '', 90001); | 337 | $this->error('登陆已过期,请重新登陆', '', 90001); |
338 | } | 338 | } |
-
请 注册 或 登录 后发表评论