|
...
|
...
|
@@ -108,7 +108,7 @@ class GeoController extends BaseController |
|
|
|
$token = trim($this->param['token']);
|
|
|
|
$data = GeoConfirm::where(['uniqid' => $token])->first();
|
|
|
|
if (empty($data)){
|
|
|
|
return $this->error('当前授权已失效');
|
|
|
|
return $this->error('确认链接已重置,请查看最新推送链接!');
|
|
|
|
}
|
|
|
|
$content = explode("\n", $data->content);
|
|
|
|
$confirm = explode("\n", $data->confirm);
|
...
|
...
|
|