正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -108,7 +108,7 @@ class GeoController extends BaseController | @@ -108,7 +108,7 @@ class GeoController extends BaseController | ||
| 108 | $token = trim($this->param['token']); | 108 | $token = trim($this->param['token']); |
| 109 | $data = GeoConfirm::where(['uniqid' => $token])->first(); | 109 | $data = GeoConfirm::where(['uniqid' => $token])->first(); |
| 110 | if (empty($data)){ | 110 | if (empty($data)){ |
| 111 | - return $this->error('当前授权已失效'); | 111 | + return $this->error('确认链接已重置,请查看最新推送链接!'); |
| 112 | } | 112 | } |
| 113 | $content = explode("\n", $data->content); | 113 | $content = explode("\n", $data->content); |
| 114 | $confirm = explode("\n", $data->confirm); | 114 | $confirm = explode("\n", $data->confirm); |
-
请 注册 或 登录 后发表评论