fix: 修复打手详情响应字段

This commit is contained in:
zetaloop
2026-04-25 08:30:30 +08:00
parent d686a7a32c
commit 848827482f
3 changed files with 96 additions and 9 deletions
@@ -36,6 +36,7 @@ func (l *GetPlayersByIdLogic) GetPlayersById(in *pb.GetPlayersByIdReq) (*pb.GetP
Id: player.ID,
UserId: player.UserID,
Status: player.Status,
Gender: player.Gender,
Rating: player.Rating.InexactFloat64(),
TotalOrders: int64(player.TotalOrders),
CompletedOrders: int64(player.CompletedOrders),