正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -136,6 +136,8 @@ class GeoController extends BaseController | @@ -136,6 +136,8 @@ class GeoController extends BaseController | ||
| 136 | ]); | 136 | ]); |
| 137 | $geoConfirmModel = new GeoConfirm(); | 137 | $geoConfirmModel = new GeoConfirm(); |
| 138 | $this->param['status'] = $geoConfirmModel::STATUS_FINISH; | 138 | $this->param['status'] = $geoConfirmModel::STATUS_FINISH; |
| 139 | + $this->param['confirm_ip'] = $this->request->ip(); | ||
| 140 | + $this->param['confirm_at'] = date('Y-m-d H:i:s'); | ||
| 139 | $result = $geoConfirmModel->edit($this->param,['uniqid'=>$this->param['uniqid']]); | 141 | $result = $geoConfirmModel->edit($this->param,['uniqid'=>$this->param['uniqid']]); |
| 140 | $this->response('success',Code::SUCCESS,$result); | 142 | $this->response('success',Code::SUCCESS,$result); |
| 141 | } | 143 | } |
-
请 注册 或 登录 后发表评论