From ead21cf574c8ec5f045f3151996d5d2f0b22977b Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Wed, 08 Jul 2026 13:56:09 +0800
Subject: [PATCH] feat:更新ws地址

---
 uniapps/work-app/src/api/work/index.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/uniapps/work-app/src/api/work/index.js b/uniapps/work-app/src/api/work/index.js
index f937e11..ca93e1a 100644
--- a/uniapps/work-app/src/api/work/index.js
+++ b/uniapps/work-app/src/api/work/index.js
@@ -56,3 +56,11 @@
     data,
   })
 }
+// 分享缓存数据
+export const shareCacheApi = (data) => {
+  return request({
+    url: '/drone-gd/workOrder/gdPatrolTask/share-cache-data',
+    method: 'post',
+    data,
+  })
+}

--
Gitblit v1.9.3