作者 郭文星

21311

... ... @@ -231,7 +231,7 @@ class Car extends Base
$phone = $this->request->param("phone");
$is_adult = $this->request->param("is_adult");
if(!$this->auth->id){
$this->error("添加失败,token失效。");
$this->error("添加失败,token失效。".$this->auth->id);
}
$res = Db::name("passenger")->insert([
"name" => $name,
... ...