From 7a2084c90ed29a4ec9d4267deb2b78f0d49c904d Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 23 七月 2024 09:56:34 +0800
Subject: [PATCH] ‘’
---
wechat_staff/api/index.js | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/wechat_staff/api/index.js b/wechat_staff/api/index.js
index 0a9f095..7ede73e 100644
--- a/wechat_staff/api/index.js
+++ b/wechat_staff/api/index.js
@@ -26,16 +26,15 @@
// 鑾峰彇鎵嬫満鍙�
export const getWxMiniPhone = (data) => {
return request({
- url: '/web/customer/getWxMiniPhone',
+ url: '/web/personnel/getWxMiniPhoneLogin',
method: "POST",
data
})
}
-// 缁戝畾鎵嬫満鍙�
-export const binDingPhone = (data) => {
+// 缁戝畾Openid
+export const bindingOpenid = (data) => {
return request({
- url: '/web/customer/binDingPhone',
- method: "POST",
+ url: '/web/personnel/bindingOpenid',
data
})
}
--
Gitblit v1.9.3