修改查询当前登录用户排名接口
This commit is contained in:
@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user