back_recharge
wangyuan 2019-12-27 14:51:42 +08:00
parent 2e18953817
commit 2608b1009a
1 changed files with 1 additions and 0 deletions

View File

@ -474,6 +474,7 @@ public class CBean2Proto {
.addAllPath(user.getGuildMyInfo().getPath())
.setUid(user.getId())
.setName(user.getPlayerInfoManager().getNickName())
.setGender(user.getPlayerInfoManager().getSex())
.build();
}