This commit is contained in:
aozhiwei 2022-11-25 10:45:19 +08:00
parent 4dc4dfb55f
commit e6325d171b

View File

@ -6,7 +6,7 @@ const constant = require('../constant');
class FeeBack {
async start() {
console.log('feeback start');
console.log('FeeBack.start');
while (true) {
await this.backUser(utils.getUtcTime());