RuoYi
2020-12-29 77ef2f201cebbeaeb10747e03484ecbc84e8e8c3
src/main/java/com/ruoyi/project/monitor/controller/SysUserOnlineController.java
@@ -82,7 +82,7 @@
     * 强退用户
     */
    @PreAuthorize("@ss.hasPermi('monitor:online:forceLogout')")
    @Log(title = "在线用户", businessType = BusinessType.DELETE)
    @Log(title = "在线用户", businessType = BusinessType.FORCE)
    @DeleteMapping("/{tokenId}")
    public AjaxResult forceLogout(@PathVariable String tokenId)
    {