From a2c07518198c857c15afc377988ae20e1d468fa4 Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期四, 18 十二月 2025 17:26:45 +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