...
|
...
|
@@ -29,7 +29,7 @@ type GetRankListResponse struct { |
|
|
}
|
|
|
|
|
|
type RankItem struct {
|
|
|
Ranking string `json:"ranking" orm:"column(ranking)"` //排名
|
|
|
Ranking int `json:"ranking" orm:"column(ranking)"` //排名
|
|
|
Name string `json:"name,omitempty" orm:"column(name)"` //名称
|
|
|
Score float64 `json:"score" orm:"column(score)"` //分数
|
|
|
}
|
...
|
...
|
|