From 7522214e0575a64dde5a9e630cbe2cf510d9307d Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期二, 31 十二月 2024 13:49:38 +0800
Subject: [PATCH] 代码初始化

---
 h5/api/staff.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/h5/api/staff.js b/h5/api/staff.js
index f42beec..b7c9605 100644
--- a/h5/api/staff.js
+++ b/h5/api/staff.js
@@ -66,6 +66,15 @@
     data
   })
 }
+//  瑙g粦openId
+export const delHkUserOpenid = (data) => {
+  return http({
+    url: 'visitsAdmin/cloudService/business/hksync/delHkUserOpenid',
+    method: 'post',
+    data
+  })
+}
+
 
 //  闅愭偅闅忔墜鎷� 鍒涘缓
 export const DangerCreate = (data) => {

--
Gitblit v1.9.3