Commit e7fbc806 by shenjunjie

Merge branch 'feature' into 'release'

高频标题方法返回补充source

See merge request !518
parents 91dcb081 e9c73d49
......@@ -3046,6 +3046,7 @@ public class MarkDataServiceImpl implements MarkDataService {
json.put("content", firstArticle.getContent());
json.put("url", firstArticle.getUrl());
json.put("realSource", firstArticle.getRealSource());
json.put("source", firstArticle.getSource());
json.put("emotion", firstArticle.getEmotion());
json.put("time", firstArticle.getTime());
} 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