| 
					
				 | 
			
			
				@@ -43,14 +43,14 @@ export function msTrend(){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 export function msTrendDetail(objMetricsId){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     return request({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        url: '/index/ms/trend/'+objMetricsId, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        url: '/index/ms/trend-d?id='+objMetricsId, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         method: 'get' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 export function hlMonthDay(type,date){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     return request({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        url: '/index/hl/'+type+'/'+date, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        url: '/index/hl/'+type+'?date='+date, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         method: 'get' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 |