@RestController(value="dev-dashboard-monitor") @RequestMapping(value="/dev/dashboard/monitor") public class MonitorController extends BaseController
request, response| 构造器和说明 | 
|---|
| MonitorController() | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| ApiResult<Map<String,String>> | getInfo() | 
| ApiResult<List> | getLoginLog()读取近30天的登录日志 | 
| ApiResult<List> | getOperationLogs()读取近30天的操作日志 | 
error, error, fail, fail, fail, getLoginID, getLoginName, getLoginOrgID, getLoginOrgName, getLoginUser, getTenantId, getUserName, i18n, i18n, isAdministrator, isDeveloper, limit, offset, ok, ok, setInsertLog, setLoginInfo, setUpdateLog, success, success, success, success, validateToken@GetMapping(value="/getLoginLogs") @Permission(value="ADMIn") public ApiResult<List> getLoginLog() throws TokenAuthenticationException, SQLException
@GetMapping(value="/getOperationLogs") @Permission(value="ADMIn") public ApiResult<List> getOperationLogs() throws TokenAuthenticationException, SQLException
@GetMapping(value="/getInfo") @Permission(value="ADMIN") public ApiResult<Map<String,String>> getInfo() throws TokenAuthenticationException, SQLException
Copyright © 2025. All rights reserved.