From b92ca63c89b74404c3684f18c734d83531a9dd3f Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 06 三月 2025 16:01:45 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit
---
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