@RestController(value="admin-system-online-user") @RequestMapping(value="/admin/system/online/user") public class OnlineUserController extends BaseController
request, response
构造器和说明 |
---|
OnlineUserController() |
限定符和类型 | 方法和说明 |
---|---|
ApiResult<String> |
forcedOffline(String uuid) |
ApiResult<String> |
offlineAll() |
ApiResult<Pager<Map<String,Object>>> |
online() |
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="/page") @Permission(value="") public ApiResult<Pager<Map<String,Object>>> online() throws SQLException, UnsupportedEncodingException
@PostMapping(value="/forcedOffline") @Permission(value="DEVELOPER") public ApiResult<String> forcedOffline(@RequestParam String uuid) throws SQLException
SQLException
@PostMapping(value="/offlineAll") @Permission(value="DEVELOPER") public ApiResult<String> offlineAll() throws SQLException
SQLException
Copyright © 2025. All rights reserved.