From 00bf17838b496e6fcfed2e521f9c27f8f0e3e3c7 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 05 八月 2024 18:38:20 +0800
Subject: [PATCH] ‘’

---
 wechat_staff/api/index.js |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/wechat_staff/api/index.js b/wechat_staff/api/index.js
index 86fcab2..603175d 100644
--- a/wechat_staff/api/index.js
+++ b/wechat_staff/api/index.js
@@ -11,9 +11,10 @@
 }
 // 楠岃瘉鐮佺櫥褰�
 export const loginByPhone = (data) => {
+  console.log(data)
   return request({
     url: '/web/personnel/loginByPhone',
-    datas
+    data
   })
 }
 // 鍙戦�侀獙璇佺爜
@@ -56,9 +57,10 @@
   })
 }
 // 鑾峰彇浼氬憳淇℃伅
-export const getMemberInfo = () => {
+export const getMemberInfo = (data) => {
   return request({
     url: '/web/personnel/getUserDetail',
+    data:data
   })
 }
 // 鏇存柊浼氬憳淇℃伅

--
Gitblit v1.9.3