修改參數
This commit is contained in:
		
							parent
							
								
									74a6f1b66e
								
							
						
					
					
						commit
						4a2bfe9895
					
				@ -414,9 +414,6 @@ namespace FrontendWebApi.ApiControllers
 | 
				
			|||||||
        [Route("api/GetDevice")]
 | 
					        [Route("api/GetDevice")]
 | 
				
			||||||
        public async Task<ActionResult<ApiResult<List<DeviceList>>>> GetDevice(GetSubPost post)
 | 
					        public async Task<ActionResult<ApiResult<List<DeviceList>>>> GetDevice(GetSubPost post)
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            post.building_tag = "D2";
 | 
					 | 
				
			||||||
            post.main_system_tag = "EE";
 | 
					 | 
				
			||||||
            post.sub_system_tag = "E4";
 | 
					 | 
				
			||||||
            ApiResult<List<DeviceList>> apiResult = new ApiResult<List<DeviceList>>();
 | 
					            ApiResult<List<DeviceList>> apiResult = new ApiResult<List<DeviceList>>();
 | 
				
			||||||
            if (!jwtlife)
 | 
					            if (!jwtlife)
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user