|
|
|
@ -175,6 +175,10 @@ class HomeController extends Controller
|
|
|
|
|
|
|
|
|
|
public function landingPage()
|
|
|
|
|
{
|
|
|
|
|
if (time() > strtotime('2021-05-09 12:00:00')) {
|
|
|
|
|
return $this->error('该链接已失效');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
$testKey = I('test_key', '');
|
|
|
|
|
$code = I('code', '');
|
|
|
|
|
$force = I('force', '');
|
|
|
|
|