Commit 4afc4dfa by shenjunjie

Merge branch 'release' into 'master'

Release

See merge request !519
parents da6a9768 e7fbc806
...@@ -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