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