This commit is contained in:
aozhiwei 2023-08-29 18:50:56 +08:00
parent 172a2bb9fb
commit 975421e502

View File

@ -18,7 +18,7 @@ class StakingController extends BaseAuthedController {
{
parent::_handlePre();
if (SERVER_ENV != _ONLINE) {
myself()->_setTimeOffset(3600 * 24);
myself()->_setTimeOffset(3600 * 24 * 2);
}
}