| 
						
						
							
								
							
						
						
					 | 
					@ -30,7 +30,7 @@ public class WarrantController { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    @Autowired | 
					 | 
					 | 
					    @Autowired | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    private WarrantService warrantService; | 
					 | 
					 | 
					    private WarrantService warrantService; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					    @RequestMapping(value ="/{AppId}/callback") | 
					 | 
					 | 
					    @RequestMapping(value ="/{APPID}/callback") | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					    public void acceptMessageAndEvent(HttpServletRequest request, @PathVariable("APPID") String appid, | 
					 | 
					 | 
					    public void acceptMessageAndEvent(HttpServletRequest request, @PathVariable("APPID") String appid, | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                                      HttpServletResponse response)throws IOException, DocumentException, AesException { | 
					 | 
					 | 
					                                      HttpServletResponse response)throws IOException, DocumentException, AesException { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        warrantService.acceptMessageAndEvent(request, appid, response); | 
					 | 
					 | 
					        warrantService.acceptMessageAndEvent(request, appid, response); | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |