查询当前登录用户排名,

This commit is contained in:
chy
2025-06-10 09:50:23 +08:00
parent 2819b9e9c2
commit 81c2769b92
22 changed files with 505 additions and 33 deletions

View File

@ -10,7 +10,7 @@ import (
func (c *ControllerV1) Delete(ctx context.Context, req *v1.DeleteReq) (res *v1.DeleteRes, err error) {
out, err := service.Game().DeleteGame(ctx, &model.DeleteGameIn{GameId: req.GameID})
out, err := service.Game().DeleteGame(ctx, &model.DeleteGameIn{Id: req.ID})
if err != nil {
return nil, err
}