|  | @@ -427,7 +427,7 @@ public class YqPayController extends BaseController {
 | 
	
		
			
				|  |  |       */
 | 
	
		
			
				|  |  |      @PostMapping("/notify")
 | 
	
		
			
				|  |  |      public Msg notify(@ModelAttribute Msg msg) throws Exception {
 | 
	
		
			
				|  |  | -        log.info(msg.toString());
 | 
	
		
			
				|  |  | +//        log.info(msg.toString());
 | 
	
		
			
				|  |  |          Map<String, Object> rqMap = new LinkedHashMap<String, Object>();
 | 
	
		
			
				|  |  |          rqMap.put("code", msg.getCode());
 | 
	
		
			
				|  |  |          rqMap.put("msg", msg.getMsg());
 |