|
...
|
...
|
@@ -136,6 +136,8 @@ class GeoController extends BaseController |
|
|
|
]);
|
|
|
|
$geoConfirmModel = new GeoConfirm();
|
|
|
|
$this->param['status'] = $geoConfirmModel::STATUS_FINISH;
|
|
|
|
$this->param['confirm_ip'] = $this->request->ip();
|
|
|
|
$this->param['confirm_at'] = date('Y-m-d H:i:s');
|
|
|
|
$result = $geoConfirmModel->edit($this->param,['uniqid'=>$this->param['uniqid']]);
|
|
|
|
$this->response('success',Code::SUCCESS,$result);
|
|
|
|
}
|
...
|
...
|
|