正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -231,7 +231,7 @@ class Car extends Base | @@ -231,7 +231,7 @@ class Car extends Base | ||
231 | $phone = $this->request->param("phone"); | 231 | $phone = $this->request->param("phone"); |
232 | $is_adult = $this->request->param("is_adult"); | 232 | $is_adult = $this->request->param("is_adult"); |
233 | if(!$this->auth->id){ | 233 | if(!$this->auth->id){ |
234 | - $this->error("添加失败,token失效。"); | 234 | + $this->error("添加失败,token失效。".$this->auth->id); |
235 | } | 235 | } |
236 | $res = Db::name("passenger")->insert([ | 236 | $res = Db::name("passenger")->insert([ |
237 | "name" => $name, | 237 | "name" => $name, |
-
请 注册 或 登录 后发表评论