From 722da005a5ec126bedf752ac6bd5c5c7f6172155 Mon Sep 17 00:00:00 2001 From: fei.wang <wf18701153496@163.com> Date: 星期三, 30 四月 2025 10:52:53 +0800 Subject: [PATCH] 1.1.4 --- config/api.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/config/api.js b/config/api.js index 706ebd4..9b7d7cf 100644 --- a/config/api.js +++ b/config/api.js @@ -170,6 +170,14 @@ params: params }) +export const FenceKaiQihide = (params) => http.get('/api/wx/FenceKaiQihide', { + params: params +}) + +export const FenceGuanBihide = (params) => http.get('/api/wx/FenceGuanBihide', { + params: params +}) + export const startorstop = (params) => http.get('/api/wx/startorstop', { params: params }) -- Gitblit v1.9.3