提交 df5b25cd 编写于 作者: liugen.wen's avatar liugen.wen

xiu

上级 118d2248
...@@ -17,7 +17,7 @@ public interface CrashControllerFeignService { ...@@ -17,7 +17,7 @@ public interface CrashControllerFeignService {
@RequestMapping(value = "/clickhouse/crash/init", method = RequestMethod.GET) @RequestMapping(value = "/clickhouse/crash/init", method = RequestMethod.GET)
public PicaResponse init(); public PicaResponse init(@RequestParam(name = "begin", required = true) String begin, @RequestParam(name = "end", required = true) String end);
@ApiOperation(value = "页面查看次数", response = PicaResponse.class) @ApiOperation(value = "页面查看次数", response = PicaResponse.class)
@RequestMapping(value = "/clickhouse/crash/countOnPage", method = RequestMethod.GET) @RequestMapping(value = "/clickhouse/crash/countOnPage", method = RequestMethod.GET)
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册