查询当前登录用户排名,
This commit is contained in:
@ -14,6 +14,7 @@ func (c *ControllerV1) Update(ctx context.Context, req *v1.UpdateReq) (res *v1.U
|
||||
GameName: req.GameName,
|
||||
GameCode: req.GameCode,
|
||||
Avatar: req.Avatar,
|
||||
Id: req.Id,
|
||||
})
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
||||
Reference in New Issue
Block a user