| 
						
						
							
								
							
						
						
					 | 
					@ -360,7 +360,7 @@ public class WxmpMessageServiceImpl implements WxmpMessageService { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @author sun | 
					 | 
					 | 
					     * @author sun | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     */ | 
					 | 
					 | 
					     */ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    private List<CustomerTemplateListResultDTO> customerTemplateList(CustomerTemplateListFormDTO formDTO) { | 
					 | 
					 | 
					    private List<CustomerTemplateListResultDTO> customerTemplateList(CustomerTemplateListFormDTO formDTO) { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					        String url = "https://epmet-cloud.elinkservice.cn/api/third/personaltemplate/templatelist"; | 
					 | 
					 | 
					        String url = "https://epmet-cloud.elinkservice.cn/api/third/personaltemplate/customertemplatelist"; | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					        String data = HttpClientManager.getInstance().sendPostByJSON(url, JSON.toJSONString(formDTO)).getData(); | 
					 | 
					 | 
					        String data = HttpClientManager.getInstance().sendPostByJSON(url, JSON.toJSONString(formDTO)).getData(); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        logger.info("ThirdLoginServiceImpl.customerTemplateList:httpclient->url:" + url + ",结果->" + data); | 
					 | 
					 | 
					        logger.info("ThirdLoginServiceImpl.customerTemplateList:httpclient->url:" + url + ",结果->" + data); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        JSONObject toResult = JSON.parseObject(data); | 
					 | 
					 | 
					        JSONObject toResult = JSON.parseObject(data); | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |