正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
@@ -230,6 +230,8 @@ class Car extends Base | @@ -230,6 +230,8 @@ class Car extends Base | ||
230 | $IDcard = $this->request->param("IDcard"); | 230 | $IDcard = $this->request->param("IDcard"); |
231 | $phone = $this->request->param("phone"); | 231 | $phone = $this->request->param("phone"); |
232 | $is_adult = $this->request->param("is_adult"); | 232 | $is_adult = $this->request->param("is_adult"); |
233 | + file_put_contents("111111111111222.txt","3-1. ".($this->request->param).($this->auth->id)."\r\n",FILE_APPEND); | ||
234 | + return; | ||
233 | if(!$this->auth->id){ | 235 | if(!$this->auth->id){ |
234 | $this->error("添加失败"); | 236 | $this->error("添加失败"); |
235 | } | 237 | } |
-
请 注册 或 登录 后发表评论