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