上传服务器代码
This commit is contained in:
parent
da320698af
commit
c6e51e9dcd
@ -48,6 +48,7 @@ func (this *apiComp) Info(session comm.IUserSession, req *pb.ArenaInfoReq) (code
|
|||||||
info = &pb.DBArenaUser{
|
info = &pb.DBArenaUser{
|
||||||
Uid: session.GetUserId(),
|
Uid: session.GetUserId(),
|
||||||
Name: user.Name,
|
Name: user.Name,
|
||||||
|
Avatar: user.Avatar,
|
||||||
Lv: user.Lv,
|
Lv: user.Lv,
|
||||||
Integral: global.ArenaInitiaIntegral,
|
Integral: global.ArenaInitiaIntegral,
|
||||||
Streak: 0,
|
Streak: 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user