军团活动:fix bug
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user