作者 郭文星

21311

... ... @@ -251,6 +251,8 @@ class Car extends Base
*/
public function updatepassenger()
{
$user_id = $this->auth;
return $this->success("添加成功", $user_id);
$name = $this->request->param("name");
$IDcard = $this->request->param("IDcard");
$phone = $this->request->param("phone");
... ...