作者 郭文星

1231

... ... @@ -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");
print_r($this->auth->getUserinfo());return;
print_r(json_decode($this->auth->getUserinfo()));return;
if(!$this->auth->id){
$this->error("添加失败,token失效。");
}
... ...