优化查询截图时无截图时默认返回204

pull/1669/head
648540858 2024-10-22 23:10:26 +08:00
parent 2be43429fb
commit 3f330aeb37
1 changed files with 1 additions and 1 deletions

View File

@ -467,7 +467,7 @@ public class DeviceQuery {
in.close(); in.close();
outputStream.close(); outputStream.close();
} catch (IOException e) { } catch (IOException e) {
resp.setStatus(HttpServletResponse.SC_NOT_FOUND); resp.setStatus(HttpServletResponse.SC_NO_CONTENT);
} }
} }