1212121
This commit is contained in:
@@ -69,6 +69,11 @@ public static class GameBus
|
||||
var mapService = App.GetService<IGameMapService>();
|
||||
isok = await mapService.AddUserCityMap(userId, Convert.ToInt32(parameter));
|
||||
}
|
||||
else if (goodsType.Equals(nameof(GameEnum.PropCode.skill)))
|
||||
{
|
||||
var skillService = App.GetService<IGameSkillService>();
|
||||
isok = await skillService.UpdateUserSkill(userId, Convert.ToInt32(parameter));
|
||||
}
|
||||
|
||||
return isok;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user