Commit 074019e5 authored by chenweijian's avatar chenweijian

排行榜

parent c4888d98
...@@ -148,6 +148,6 @@ func GetGroupCountrySortList(country string) string { ...@@ -148,6 +148,6 @@ func GetGroupCountrySortList(country string) string {
return fmt.Sprintf(GroupCountrySortList, country) return fmt.Sprintf(GroupCountrySortList, country)
} }
func GetActTemplateRanking(actId uint64, rankType, teamId int) string { func GetActTemplateRanking(actId, teamId uint64, rankType int) string {
return fmt.Sprintf(ActTemplateRanking, actId, rankType, teamId) return fmt.Sprintf(ActTemplateRanking, actId, rankType, teamId)
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment