This commit is contained in:
aozhiwei 2022-09-21 15:03:58 +08:00
parent 2c88d816e4
commit e7124714ae

View File

@ -13,10 +13,12 @@ class Fragment {
const nowTime = utils.getUtcTime();
const daySeconds = utils.getDaySeconds(nowTime, constant.TIME_ZONE);
const hourSeconds = utils.getHourSeconds(nowTime, constant.TIME_ZONE);
let sleepTime = 3600 + 10;
await utils.sleep(sleepTime * 1000);
}
}
async alloc() {
async alloc(nowTime) {
}