|
|
|
@ -168,15 +168,6 @@ public interface DataStatisticalOpenFeignClient { |
|
|
|
@PostMapping("/data/stats/statsuser/execute") |
|
|
|
Result execUserStatistical(@RequestParam(value = "date", required = false) String date); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 执行话题统计 |
|
|
|
* @param |
|
|
|
* @return |
|
|
|
* @author wangc |
|
|
|
* @date 2020.06.29 09:27 |
|
|
|
**/ |
|
|
|
@PostMapping("/data/stats/statstopic/execute") |
|
|
|
Result execTopicStatistical(@RequestParam(value = "date", required = false) String date); |
|
|
|
/** |
|
|
|
* @param |
|
|
|
* @return |
|
|
|
|