From a7fef2846505b08e0711345b17902e7381612d23 Mon Sep 17 00:00:00 2001
From: whyclxw <810412026@qq.com>
Date: 星期二, 25 三月 2025 14:02:16 +0800
Subject: [PATCH] 查询锁的蓝牙开启时间段记录添加area_path

---
 src/main/java/com/whyc/controller/LockInfController.java |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/whyc/controller/LockInfController.java b/src/main/java/com/whyc/controller/LockInfController.java
index 13de9c8..0ef908a 100644
--- a/src/main/java/com/whyc/controller/LockInfController.java
+++ b/src/main/java/com/whyc/controller/LockInfController.java
@@ -46,9 +46,21 @@
 
     @ApiOperation(value = "娣诲姞閿�(鎵归噺)")
     @PostMapping("addLock")
-    public Response addLock(@RequestParam Integer num,@RequestBody LockInf lockInf){
+    public Response addLock(@RequestParam(required = false) Integer num,@RequestBody LockInf lockInf){
         return service.addLock(num,lockInf);
     }
+    @ApiOperation(value = "鏌ヨ灞忔煖鍏ㄩ儴绫诲瀷(涓嬫媺)")
+    @PostMapping("getScreenType")
+    public Response getScreenType(){
+        return service.getScreenType();
+    }
+
+    @ApiOperation(value = "鏌ヨ灞忔煖鍏ㄩ儴鍝佺墝(涓嬫媺)")
+    @PostMapping("getScreenProduct")
+    public Response getScreenProduct(){
+        return service.getScreenProduct();
+    }
+
 
 
     @ApiOperation(value = "鍒犻櫎閿�")

--
Gitblit v1.9.1