|
...
|
...
|
@@ -69,7 +69,7 @@ class GeoConfirmLogic extends BaseLogic |
|
|
|
{
|
|
|
|
$data = $this->model->read($this->param);
|
|
|
|
if($data === false){
|
|
|
|
$this->fail('当前数据不存在或者已被删除');
|
|
|
|
return $this->success();
|
|
|
|
}
|
|
|
|
if(empty($data['confirm'])){
|
|
|
|
$data['confirm'] = $data['content'];
|
...
|
...
|
|