@RestController @RequestMapping(value="admin/log") @CrossOrigin public class LogController extends Object
| 构造器和说明 |
|---|
LogController() |
| 限定符和类型 | 方法和说明 |
|---|---|
RequestResult |
adminList(PageParam pageParam,
OperationLogDO entity)
获取操作日志
|
RequestResult |
delAdmin(String[] id) |
void |
export(Integer type,
String[] id,
javax.servlet.http.HttpServletResponse response) |
RequestResult |
loginList(PageParam pageParam,
LoginLogDO entity) |
RequestResult |
recover(String id) |
@GetMapping(value="adminList") public RequestResult adminList(PageParam pageParam, OperationLogDO entity)
pageParam - 分页@DeleteMapping(value="delAdmin") public RequestResult delAdmin(String[] id)
@GetMapping(value="loginList") public RequestResult loginList(PageParam pageParam, LoginLogDO entity)
@PutMapping(value="recover") public RequestResult recover(String id)
@GetMapping(value="exportOperation") public void export(Integer type, String[] id, javax.servlet.http.HttpServletResponse response) throws IOException
IOExceptionCopyright © 2025. All rights reserved.