update 在线登录设备管理增加退出日志

This commit is contained in:
AprilWind 2024-04-17 09:02:51 +08:00
parent e0b2dc119a
commit 093808589f

View File

@ -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 {