类 LogController

java.lang.Object
plus.hiver.module.system.controller.LogController

@RestController @RequestMapping("/hiver/log") @Transactional public class LogController extends Object
日志管理接口

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

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

    • LogController

      public LogController()
  • 方法详细资料

    • getAllByPage

      @GetMapping("/getAllByPage") public plus.hiver.common.api.Result getAllByPage(@RequestParam(required=false) Integer type, @RequestParam String key, plus.hiver.common.vo.SearchVo searchVo, plus.hiver.common.vo.PageVo pageVo) throws UnsupportedEncodingException
      抛出:
      UnsupportedEncodingException
    • delByIds

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

      @PostMapping("/delAll") public plus.hiver.common.api.Result delAll()