From 5bc8d013569e6aaa4f392d5c5b795d551d41a5f2 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期一, 30 六月 2025 17:56:05 +0800
Subject: [PATCH] 提交
---
h5/api/staff.js | 18 +++++++++++++++++-
1 files changed, 17 insertions(+), 1 deletions(-)
diff --git a/h5/api/staff.js b/h5/api/staff.js
index f42beec..be0b1ba 100644
--- a/h5/api/staff.js
+++ b/h5/api/staff.js
@@ -8,6 +8,13 @@
data
})
}
+export const loginH5ByPhone = (data) => {
+ return http({
+ url: 'loginH5ByPhone',
+ method: 'post',
+ data
+ })
+}
export const loginCaptcha = () => {
return http({
url: 'captcha',
@@ -66,6 +73,15 @@
data
})
}
+// 瑙g粦openId
+export const delHkUserOpenid = (data) => {
+ return http({
+ url: 'visitsAdmin/cloudService/business/hksync/delHkUserOpenid',
+ method: 'post',
+ data
+ })
+}
+
// 闅愭偅闅忔墜鎷� 鍒涘缓
export const DangerCreate = (data) => {
@@ -235,4 +251,4 @@
method: 'get',
data
})
-}
+}
\ No newline at end of file
--
Gitblit v1.9.3