From 955873b451cadfbc71bf21f4f7f8717d8a10936a Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 19 十二月 2024 19:27:50 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit

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

diff --git a/h5/api/staff.js b/h5/api/staff.js
index f00cf4a..b7c9605 100644
--- a/h5/api/staff.js
+++ b/h5/api/staff.js
@@ -61,11 +61,20 @@
 // loginout
 export const logoutPost = (data) => {
   return http({
-    url: '/logout',
+    url: '/logoutForH5',
     method: 'post',
     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