| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -141,6 +141,7 @@ public class WxMaCodeServiceImpl implements WxMaCodeService { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							WxResult<String> result = new WxResult<>(); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							String url = WxMaCodeConstant.SUBMIT_AUDIT_URL + "?" + "access_token=" + accessToken; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							Result<String> submitResult = HttpClientManager.getInstance().sendPostByJSON(url, toJson(auditRequest)); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							log.info("submitAudit result:{}",JSON.toJSONString(submitResult)); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							if (!submitResult.success()) { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								result.setErrorCode(submitResult.getCode()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								result.setErrorMsg(submitResult.getMsg()); | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |