From 6324e356e52918442713f8917b1bbef5170e2d7b Mon Sep 17 00:00:00 2001
From: zhangback <zhangback@163.com>
Date: 星期三, 12 十一月 2025 11:32:15 +0800
Subject: [PATCH] 提交

---
 ui/admin-ui3/src/api/cwgl/smartLockerApplication.ts |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/ui/admin-ui3/src/api/cwgl/smartLockerApplication.ts b/ui/admin-ui3/src/api/cwgl/smartLockerApplication.ts
index 68af655..2e1c566 100644
--- a/ui/admin-ui3/src/api/cwgl/smartLockerApplication.ts
+++ b/ui/admin-ui3/src/api/cwgl/smartLockerApplication.ts
@@ -65,3 +65,20 @@
         download('/cwgl/smartLockerApplication/export',query);
     })
 }
+/*  */
+export const smartLockerApplicationQuery:requestType = (query) => {
+    return request({
+        url: '/cwgl/smartLockerApplication/licensePlate/query',
+        method:'get',
+        params:query
+    })
+}
+/**
+ * 浣滃簾
+ */
+export const smartLockerApplicationInvalid:requestType = (id) => {
+    return request({
+        url: '/cwgl/smartLockerApplication/invalid/' + id,
+        method:'get'
+    })
+}
\ No newline at end of file

--
Gitblit v1.8.0