...
|
...
|
@@ -230,7 +230,7 @@ class Car extends Base |
|
|
$IDcard = $this->request->param("IDcard");
|
|
|
$phone = $this->request->param("phone");
|
|
|
$is_adult = $this->request->param("is_adult");
|
|
|
$user_id = $this->auth->id;
|
|
|
$user_id = $this->auth;
|
|
|
return $this->success("添加成功", $user_id);
|
|
|
if(!$user_id){
|
|
|
$this->error("添加失败,token失效。".$this->auth->id);
|
...
|
...
|
|