From 18b0c32356c91c355d3ffae1d3f99c1043ba203e Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 24 七月 2024 09:42:04 +0800
Subject: [PATCH] ''

---
 wechat_staff/api/index.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/wechat_staff/api/index.js b/wechat_staff/api/index.js
index df10226..984c06c 100644
--- a/wechat_staff/api/index.js
+++ b/wechat_staff/api/index.js
@@ -127,6 +127,14 @@
     data
   })
 }
+// 鑾峰彇瀹㈡埛-娼滃鍒楄〃
+export const getCustomerList = (data) => {
+  return request({
+    url: '/web/personnel/getCustomerList',
+    method: "POST",
+    data
+  })
+}
 export const getUserCard = (data) => {
   return request({
     url: '/web/personnel/getUserCard',

--
Gitblit v1.9.3