...
|
...
|
@@ -214,7 +214,7 @@ class Car extends Base |
|
|
public function passengerlist()
|
|
|
{
|
|
|
$res = Db::name("passenger")->where("user_id", $this->auth->id)->select();
|
|
|
return $this->success("请求成功", $this->auth->getUser());
|
|
|
return $this->success("请求成功", $res);
|
|
|
}
|
|
|
|
|
|
/**
|
...
|
...
|
|