|
@@ -42,6 +42,7 @@ public class RankService {
|
|
|
JSONArray jsonArray = new JSONArray();
|
|
|
for (Content content : contentList) {
|
|
|
JSONObject obj = new JSONObject();
|
|
|
+ obj.put("id", content.getId());
|
|
|
obj.put("title", content.getTitle());
|
|
|
obj.put("score", content.getScore());
|
|
|
obj.put("scoreMap", content.getScoreMap());
|