拍卖行:获取活动参加者的接口

This commit is contained in:
luying
2021-03-22 13:59:46 +08:00
parent abfbe77945
commit 5c585a7676
7 changed files with 89 additions and 14 deletions

View File

@@ -66,6 +66,11 @@ export function guild(session: Session, msg: any, app: Application, cb: (err: Er
'guild.gateActivityHandler.debugEndActivity'
].indexOf(arg.route) !== -1) {
rid = session.get('guildCode');
} else if (['guild.cityActivityHandler.getCityStatus'
].indexOf(arg.route) !== -1) {
if (arg.body.cityId) {
rid = arg.body.cityId;
}
}
}
}