作者 lyh

变更数据

... ... @@ -31,7 +31,9 @@ class GeoController extends BaseController
try {
$token = trim($this->param['token']);
$param = Crypt::decrypt($token);
if ($param['send_at'] + 86400 < time()) {}
if ($param['send_at'] + 86400 < time()) {
}
$project_id = $param['project_id'];
} catch (\Exception $e) {
return $this->error('非法请求');
... ...