| 
				
				
					
				
				
				 | 
			
			 | 
			@@ -146,7 +146,7 @@ public class CallbackPayController extends BaseController { | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    @AuthIgnore | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    @ApiOperation("支付回调") | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    @PostMapping(value = "/aliNotify") | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    public Map<String,Object> _aliNotify(@ModelAttribute Map<String, Object> paranMap, HttpServletRequest request, HttpServletResponse response) { | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    public Map<String,Object> _aliNotify(@RequestParam Map<String, Object> paranMap) { | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			        logger.debug("[" + getIpAddr() + "] CallbackPayController::_aliNotify"); | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			        Map<String,Object> resultMap = new HashMap<>(); | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			        logger.info("ali支付回调结果通知{}"+JSONObject.toJSONString(paranMap)); | 
		
		
	
	
		
			
				| 
				
					
				
				
				
				 | 
			
			 | 
			
  |