feat(拍卖行): 拍卖行最后10s延长15s

This commit is contained in:
luying
2023-06-20 14:47:47 +08:00
parent 2841625391
commit ef567db157
11 changed files with 143 additions and 49 deletions

View File

@@ -138,6 +138,13 @@ export async function guild(session: Session, msg: any, app: Application, cb: (e
needDispatch = true;
rid = `${groupId}_${arg.body.cityId}`;
}
} else if ([
'guild.auctionHandler.offer'
].indexOf(arg.route) != -1) {
if(arg.body.code) {
needDispatch = true;
rid = arg.body.code;
}
}
}
}