Merge branch 'dev' of http://gitlab.fjmaimaimai.com/mmm-go/oppmg into dev
正在显示
1 个修改的文件
包含
5 行增加
和
5 行删除
@@ -525,23 +525,23 @@ func RankRangeSort(ids []int64) error { | @@ -525,23 +525,23 @@ func RankRangeSort(ids []int64) error { | ||
525 | var AllRankItem = []protocol.RankItemInfo{ | 525 | var AllRankItem = []protocol.RankItemInfo{ |
526 | protocol.RankItemInfo{ | 526 | protocol.RankItemInfo{ |
527 | ItemName: "总分", | 527 | ItemName: "总分", |
528 | - ItemKey: "zongfen", | 528 | + ItemKey: "total_score", |
529 | }, | 529 | }, |
530 | protocol.RankItemInfo{ | 530 | protocol.RankItemInfo{ |
531 | ItemName: "发现", | 531 | ItemName: "发现", |
532 | - ItemKey: "faxian", | 532 | + ItemKey: "discovery_score", |
533 | }, | 533 | }, |
534 | protocol.RankItemInfo{ | 534 | protocol.RankItemInfo{ |
535 | ItemName: "把握", | 535 | ItemName: "把握", |
536 | - ItemKey: "bawo", | 536 | + ItemKey: "grasp_score", |
537 | }, | 537 | }, |
538 | protocol.RankItemInfo{ | 538 | protocol.RankItemInfo{ |
539 | ItemName: "发现数量", | 539 | ItemName: "发现数量", |
540 | - ItemKey: "faxianshuliang", | 540 | + ItemKey: "discovery_total", |
541 | }, | 541 | }, |
542 | protocol.RankItemInfo{ | 542 | protocol.RankItemInfo{ |
543 | ItemName: "评论数量", | 543 | ItemName: "评论数量", |
544 | - ItemKey: "pinglunshuliang", | 544 | + ItemKey: "comment_total", |
545 | }, | 545 | }, |
546 | } | 546 | } |
547 | 547 |
-
请 注册 或 登录 后发表评论