Merge branch 'hjb' of git.kingsome.cn:server/game2006api into hjb
This commit is contained in:
commit
cd101c9b94
@ -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