正在显示
1 个修改的文件
包含
5 行增加
和
5 行删除
| @@ -477,23 +477,23 @@ func RankRangeSort(ids []int64) error { | @@ -477,23 +477,23 @@ func RankRangeSort(ids []int64) error { | ||
| 477 | var AllRankItem = []protocol.RankItemInfo{ | 477 | var AllRankItem = []protocol.RankItemInfo{ |
| 478 | protocol.RankItemInfo{ | 478 | protocol.RankItemInfo{ |
| 479 | ItemName: "总分", | 479 | ItemName: "总分", |
| 480 | - ItemKey: "zongfen", | 480 | + ItemKey: "total_score", |
| 481 | }, | 481 | }, |
| 482 | protocol.RankItemInfo{ | 482 | protocol.RankItemInfo{ |
| 483 | ItemName: "发现", | 483 | ItemName: "发现", |
| 484 | - ItemKey: "faxian", | 484 | + ItemKey: "discovery_score", |
| 485 | }, | 485 | }, |
| 486 | protocol.RankItemInfo{ | 486 | protocol.RankItemInfo{ |
| 487 | ItemName: "把握", | 487 | ItemName: "把握", |
| 488 | - ItemKey: "bawo", | 488 | + ItemKey: "grasp_score", |
| 489 | }, | 489 | }, |
| 490 | protocol.RankItemInfo{ | 490 | protocol.RankItemInfo{ |
| 491 | ItemName: "发现数量", | 491 | ItemName: "发现数量", |
| 492 | - ItemKey: "faxianshuliang", | 492 | + ItemKey: "discovery_total", |
| 493 | }, | 493 | }, |
| 494 | protocol.RankItemInfo{ | 494 | protocol.RankItemInfo{ |
| 495 | ItemName: "评论数量", | 495 | ItemName: "评论数量", |
| 496 | - ItemKey: "pinglunshuliang", | 496 | + ItemKey: "comment_total", |
| 497 | }, | 497 | }, |
| 498 | } | 498 | } |
| 499 | 499 |
-
请 注册 或 登录 后发表评论