Commit 1e6ce129 authored by 张辰's avatar 张辰

report helper

parent 35e14333
...@@ -23,7 +23,7 @@ public class HelpController { ...@@ -23,7 +23,7 @@ public class HelpController {
@PostMapping(value = "/job/reportTopicWeekday") @PostMapping(value = "/job/reportTopicWeekday")
@ResponseBody @ResponseBody
public CommonResp<String> reportTopicWeekday() { public CommonResp<String> reportTopicWeekday() {
conJobManager.topicVisitorStats(); conJobManager.reportTopicWeekday();
return CommonResp.success(); return CommonResp.success();
} }
......
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