Commit e9c73d49 by 陈健智

高频标题方法返回补充source

parent a311095e
...@@ -3046,6 +3046,7 @@ public class MarkDataServiceImpl implements MarkDataService { ...@@ -3046,6 +3046,7 @@ public class MarkDataServiceImpl implements MarkDataService {
json.put("content", firstArticle.getContent()); json.put("content", firstArticle.getContent());
json.put("url", firstArticle.getUrl()); json.put("url", firstArticle.getUrl());
json.put("realSource", firstArticle.getRealSource()); json.put("realSource", firstArticle.getRealSource());
json.put("source", firstArticle.getSource());
json.put("emotion", firstArticle.getEmotion()); json.put("emotion", firstArticle.getEmotion());
json.put("time", firstArticle.getTime()); json.put("time", firstArticle.getTime());
} catch (IOException ignored) { } catch (IOException ignored) {
......
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