✨ feat(拍卖行): 拍卖行最后10s延长15s
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user