...
|
...
|
@@ -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");
|
|
|
file_put_contents("111111111111222.txt","3-1. ".($this->request->param).($this->auth->id)."\r\n",FILE_APPEND);
|
|
|
file_put_contents("111111111111222.txt","3-1. ".(json_encode($this->request->param)).json_decode($this->auth->id)."\r\n",FILE_APPEND);
|
|
|
return;
|
|
|
if(!$this->auth->id){
|
|
|
$this->error("添加失败");
|
...
|
...
|
|