From 4fc49f3f06e9bb6275045d32245469816b451a4c Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 23 七月 2024 09:57:26 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia
---
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 28e7a7d..46f8d12 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