Merge branch 'hjb' of git.kingsome.cn:server/game2006api into hjb

This commit is contained in:
hujiabin 2024-07-02 17:02:34 +08:00
commit cd101c9b94

View File

@ -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) {