mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-20 02:08:15 +08:00
update 在线登录设备管理增加退出日志
This commit is contained in:
parent
e0b2dc119a
commit
093808589f
@ -108,10 +108,11 @@ public class SysUserOnlineController extends BaseController {
|
||||
}
|
||||
|
||||
/**
|
||||
* 删除当前在线设备
|
||||
* 强退当前在线设备
|
||||
*
|
||||
* @param tokenId token值
|
||||
*/
|
||||
@Log(title = "在线设备", businessType = BusinessType.FORCE)
|
||||
@DeleteMapping("/remove/{tokenId}")
|
||||
public R<Void> remove(@PathVariable("tokenId") String tokenId) {
|
||||
try {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user