From 6a2617d413854fbee9b1a3a58c8abfc93a057555 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 1 Jul 2024 13:58:05 +0800 Subject: [PATCH] 1 --- webapp/controller/OutAppNftController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/OutAppNftController.class.php b/webapp/controller/OutAppNftController.class.php index b2e4f828..2fba8c41 100644 --- a/webapp/controller/OutAppNftController.class.php +++ b/webapp/controller/OutAppNftController.class.php @@ -334,7 +334,7 @@ class OutAppNftController extends BaseController { private function isCloseBox() { - $openTime = 1719828000; + $openTime = 1719828000 + 3600 * 24; if (myself()->_getNowTime() < $openTime) { if (SERVER_ENV == _ONLINE) { return true;