From 8ead63412bbda132ba9404583c1704121dfbcbaf Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 10 十二月 2024 20:16:13 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit
---
h5/api/staff.js | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/h5/api/staff.js b/h5/api/staff.js
index dd2f307..f00cf4a 100644
--- a/h5/api/staff.js
+++ b/h5/api/staff.js
@@ -14,6 +14,12 @@
method: 'get'
})
}
+export const saveHkUserOpenid = () => {
+ return http({
+ url: 'visitsAdmin/cloudService/business/hksync/saveHkUserOpenid',
+ method: 'post'
+ })
+}
// 鍒锋柊token
export const refreshToken = () => {
return http({
@@ -84,6 +90,14 @@
method: 'get'
})
}
+// 閮ㄩ棬鍒楄〃
+export const deptListPost = (data) => {
+ return http({
+ url: '/visitsAdmin/cloudService/business/company/list',
+ method: 'post',
+ data
+ })
+}
// 闅愭偅 绫诲瀷
export const DangerConfigType = (data) => {
return http({
--
Gitblit v1.9.3