From dd6a43fdbadaaf6d646b3eb2ca0a63f58ed77ea4 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期三, 29 十月 2025 15:56:22 +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