From a8fb7ae2dbb61a94141ed5e73d3bb2632b7b84df Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期日, 28 九月 2025 15:25:48 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/wuhuyancao' into wuhuyancao

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