This commit is contained in:
aozhiwei 2024-07-01 13:58:05 +08:00
parent 45755a37dc
commit 6a2617d413

View File

@ -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;