mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-14 00:17:27 +08:00
[chuni] Remove unnecessary length info in GetGameRankingApi
This commit is contained in:
@@ -42,7 +42,6 @@ public class GetGameRankingHandler implements BaseHandler {
|
|||||||
|
|
||||||
Map<String, Object> resultMap = new LinkedHashMap<>();
|
Map<String, Object> resultMap = new LinkedHashMap<>();
|
||||||
resultMap.put("type", type);
|
resultMap.put("type", type);
|
||||||
resultMap.put("length", 10);
|
|
||||||
resultMap.put("gameRankingList", rankingPage.getContent());
|
resultMap.put("gameRankingList", rankingPage.getContent());
|
||||||
|
|
||||||
String json = mapper.write(resultMap);
|
String json = mapper.write(resultMap);
|
||||||
|
|||||||
Reference in New Issue
Block a user