军团活动:修复没有拍卖行bug

This commit is contained in:
luying
2021-12-30 21:44:22 +08:00
parent 8766d7d3af
commit 9e4e20f6b8
4 changed files with 28 additions and 20 deletions
@@ -56,7 +56,7 @@ export class GmHandler {
return await this.sendMail(gmmail, isPass, uid);
}
async sendSserverMailTxt(msg: { id: string, isPass: boolean }, session: BackendSession) {
async sendServerMailTxt(msg: { id: string, isPass: boolean }, session: BackendSession) {
const uid: number = session.get('uid')
let { id, isPass } = msg;
let gmmail = await GMMailModel.getGmMailByIdAndType(id, GM_MAIL_TYPE.SERVER, false);