From 8ff90d87687b6d38158809aae776b6c709d7b60a Mon Sep 17 00:00:00 2001
From: weimingfei <fei_gaming@sina.com>
Date: 星期四, 04 十二月 2025 12:01:41 +0800
Subject: [PATCH] 指纹钥匙柜
---
h5/api/staff.js | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/h5/api/staff.js b/h5/api/staff.js
index b7c9605..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',
@@ -244,4 +251,4 @@
method: 'get',
data
})
-}
+}
\ No newline at end of file
--
Gitblit v1.9.3