|  |  | @ -72,7 +72,7 @@ public class SyncController { | 
			
		
	
		
		
			
				
					
					|  |  |  |         if (StrUtil.isNotEmpty(upperServerHost)) { |  |  |  |         if (StrUtil.isNotEmpty(upperServerHost)) { | 
			
		
	
		
		
			
				
					
					|  |  |  |             uri = upperServerHost + "/" + uri; |  |  |  |             uri = upperServerHost + "/" + uri; | 
			
		
	
		
		
			
				
					
					|  |  |  |         } else { |  |  |  |         } else { | 
			
		
	
		
		
			
				
					
					|  |  |  |             return ResultVOUtils.error(ResultEnum.NOT_NETWORK.getCode(), request.getRemoteHost() + "服务缺少上级服务IP"); |  |  |  |             return ResultVOUtils.error(ResultEnum.NOT_NETWORK.getCode(), request.getLocalAddr() + "服务缺少上级服务IP"); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |         } |  |  |  |         } | 
			
		
	
		
		
			
				
					
					|  |  |  |         uri = changeUri(uri); |  |  |  |         uri = changeUri(uri); | 
			
		
	
		
		
			
				
					
					|  |  |  |         JSONObject jsonObject = null; |  |  |  |         JSONObject jsonObject = null; | 
			
		
	
	
		
		
			
				
					|  |  | @ -80,7 +80,7 @@ public class SyncController { | 
			
		
	
		
		
			
				
					
					|  |  |  |             jsonObject = redirect(request, uri); |  |  |  |             jsonObject = redirect(request, uri); | 
			
		
	
		
		
			
				
					
					|  |  |  |         } catch (Exception e) { |  |  |  |         } catch (Exception e) { | 
			
		
	
		
		
			
				
					
					|  |  |  |             e.printStackTrace(); |  |  |  |             e.printStackTrace(); | 
			
		
	
		
		
			
				
					
					|  |  |  |             return ResultVOUtils.error(ResultEnum.NOT_NETWORK.getCode(), request.getRemoteHost() + "服务访问上级服务" + upperServerHost + "异常"); |  |  |  |             return ResultVOUtils.error(ResultEnum.NOT_NETWORK.getCode(), request.getLocalAddr() + "服务访问上级服务" + upperServerHost + "异常"); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |         } |  |  |  |         } | 
			
		
	
		
		
			
				
					
					|  |  |  |         BaseResponse response = JSONUtil.toBean(jsonObject.toJSONString(), BaseResponse.class); |  |  |  |         BaseResponse response = JSONUtil.toBean(jsonObject.toJSONString(), BaseResponse.class); | 
			
		
	
		
		
			
				
					
					|  |  |  |         if ("20000".equals(response.getCode())) { |  |  |  |         if ("20000".equals(response.getCode())) { | 
			
		
	
	
		
		
			
				
					|  |  | 
 |