1
This commit is contained in:
parent
7d925991aa
commit
1b2b3ddd29
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user