From 1b2b3ddd296b6c1031d7183ca801fde57abd587c Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 2 Jul 2024 16:45:47 +0800 Subject: [PATCH] 1 --- webapp/controller/OutAppNftController.class.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webapp/controller/OutAppNftController.class.php b/webapp/controller/OutAppNftController.class.php index 762b492e..2b82c510 100644 --- a/webapp/controller/OutAppNftController.class.php +++ b/webapp/controller/OutAppNftController.class.php @@ -337,6 +337,10 @@ class OutAppNftController extends BaseController { private function isCloseBox() { + $tokenId = getReqVal('token_id', ''); + if ($tokenId == '6240619010000001') { + return false; + } $openTime = 1719828000 + 3600 * 24; if (myself()->_getNowTime() < $openTime) { if (SERVER_ENV == _ONLINE) {