作者 郭文星

123

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