修改查询当前登录用户排名接口

This commit is contained in:
chy
2025-06-10 10:56:17 +08:00
parent 81c2769b92
commit 4f9dc24100
4 changed files with 38 additions and 25 deletions

View File

@ -13,6 +13,8 @@ type RankingReq struct {
}
type RankingRes struct {
List interface{} `json:"list"`
Total int `json:"total"`
List interface{} `json:"list"`
Total int `json:"total"`
CompletedNum int `json:"completedNum"`
RankingNum int `json:"rankingNum"`
}