军团活动:fix bug

This commit is contained in:
luying
2021-03-23 11:18:05 +08:00
parent 60f996c70b
commit 3dbd9ba7bf
8 changed files with 30 additions and 25 deletions

View File

@@ -69,7 +69,7 @@ export function guild(session: Session, msg: any, app: Application, cb: (err: Er
} else if (['guild.cityActivityHandler.getCityStatus'
].indexOf(arg.route) !== -1) {
if (arg.body.cityId) {
rid = arg.body.cityId;
rid = arg.body.cityId.toString();
}
}
}