mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	update 优化 个人中心强退设备接口路径
This commit is contained in:
		@@ -113,7 +113,7 @@ public class SysUserOnlineController extends BaseController {
 | 
			
		||||
     * @param tokenId token值
 | 
			
		||||
     */
 | 
			
		||||
    @Log(title = "在线设备", businessType = BusinessType.FORCE)
 | 
			
		||||
    @PostMapping("/{tokenId}")
 | 
			
		||||
    @DeleteMapping("/myself/{tokenId}")
 | 
			
		||||
    public R<Void> remove(@PathVariable("tokenId") String tokenId) {
 | 
			
		||||
        try {
 | 
			
		||||
            // 获取指定账号 id 的 token 集合
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user