From 9ab109b9ee96e7ff2bf2b935a044aee5842a3ddc Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期日, 28 九月 2025 10:08:09 +0800
Subject: [PATCH] 最新版本541200007

---
 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