From 88a34566f7c3f77d90daa3fd57fb0abca3e1b5e6 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 27 二月 2025 09:12:06 +0800
Subject: [PATCH] ll
---
h5/api/staff.js | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/h5/api/staff.js b/h5/api/staff.js
index b7c9605..56bb771 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',
--
Gitblit v1.9.3