1
This commit is contained in:
parent
45755a37dc
commit
6a2617d413
@ -334,7 +334,7 @@ class OutAppNftController extends BaseController {
|
|||||||
|
|
||||||
private function isCloseBox()
|
private function isCloseBox()
|
||||||
{
|
{
|
||||||
$openTime = 1719828000;
|
$openTime = 1719828000 + 3600 * 24;
|
||||||
if (myself()->_getNowTime() < $openTime) {
|
if (myself()->_getNowTime() < $openTime) {
|
||||||
if (SERVER_ENV == _ONLINE) {
|
if (SERVER_ENV == _ONLINE) {
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user