类 StatisticsController

java.lang.Object
plus.hiver.module.statistics.controller.StatisticsController

@RestController public class StatisticsController extends Object

尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负

作者:
Yazhi Li
  • 构造器详细资料

    • StatisticsController

      public StatisticsController()
  • 方法详细资料

    • track

      @PostMapping("/hiver/track/hm.gif") public void track(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, String data)
    • hm

      @GetMapping("/hiver/hm.gif") public void hm(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, StatisticsParms p, TrackEvent trackEvent)
    • getStatisticsByCondition

      @GetMapping("/hiver/statistics/getByCondition") public plus.hiver.common.api.Result<org.springframework.data.domain.Page<Statistics>> getStatisticsByCondition(Statistics statistics, plus.hiver.common.vo.SearchVo searchVo, plus.hiver.common.vo.PageVo pageVo)
    • delAllStatisticsByIds

      @PostMapping("/hiver/statistics/delByIds") public plus.hiver.common.api.Result delAllStatisticsByIds(@RequestParam Long[] ids)
    • getByCondition

      @GetMapping("/hiver/track/getByCondition") public plus.hiver.common.api.Result<org.springframework.data.domain.Page<TrackEvent>> getByCondition(TrackEvent trackEvent, plus.hiver.common.vo.SearchVo searchVo, plus.hiver.common.vo.PageVo pageVo)
    • delAllTrackByIds

      @PostMapping("/hiver/track/delByIds") public plus.hiver.common.api.Result delAllTrackByIds(@RequestParam Long[] ids)
    • getByCondition

      @GetMapping("/hiver/app/getByCondition") public plus.hiver.common.api.Result<org.springframework.data.domain.Page<AppData>> getByCondition(AppData appData, plus.hiver.common.vo.SearchVo searchVo, plus.hiver.common.vo.PageVo pageVo)
    • delAllByIds

      @PostMapping("/hiver/app/delByIds") public plus.hiver.common.api.Result delAllByIds(@RequestParam Long[] ids)