Commit fffdf7a6 by shentao

2022/9/22 最新资讯补充情感倾向

parent a74b7901
......@@ -137,6 +137,7 @@ public class AppHotController extends BaseController {
resultJsonObject.put("content", firstArticle.getContent());
resultJsonObject.put("url", firstArticle.getUrl());
resultJsonObject.put("realSource", firstArticle.getRealSource());
resultJsonObject.put("emotion", firstArticle.getEmotion());
} catch (IOException ignored) {
}
return resultJsonObject;
......
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