|  | @@ -62,7 +62,7 @@ public interface SysUserFeignService {
 | 
	
		
			
				|  |  |  	@ApiOperation(value = "退出登录")
 | 
	
		
			
				|  |  |  	HttpResponseResult<String> logout();
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -	@GetMapping(value = "exit/{clientId}/{phone}")
 | 
	
		
			
				|  |  | +	@GetMapping(value = "exit/{clientId}/{phone}", consumes = MediaType.APPLICATION_FORM_URLENCODED_VALUE)
 | 
	
		
			
				|  |  |  	@ApiOperation(value = "退出登录")
 | 
	
		
			
				|  |  |  	HttpResponseResult<String> logout(@PathVariable("clientId") String clientId, @PathVariable("phone") String phone);
 | 
	
		
			
				|  |  |  
 |