修改參數

This commit is contained in:
dev02 2023-05-05 16:47:25 +08:00
parent 74a6f1b66e
commit 4a2bfe9895

View File

@ -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)
{ {