| 
														
															@@ -350,8 +350,8 @@ public class UserController extends  AppBaseController { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															     @Login 
														 | 
														
														 | 
														
															     @Login 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     @ApiOperation("注销用户") 
														 | 
														
														 | 
														
															     @ApiOperation("注销用户") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    @PostMapping("/removeUser/{id}") 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    public R removeUser(@PathVariable("id") Long id ){ 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        return userService.removeUser(id); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    @PostMapping("/removeUser") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    public R removeUser(){ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        return userService.removeUser(Long.parseLong(getUserId())); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 } 
														 | 
														
														 | 
														
															 } 
														 |