From c9ad1f34a86e54b1c690c623ba661cd4131a3d71 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 28 十一月 2024 18:43:32 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/funingyunwei

---
 admin/src/api/customer.js |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/admin/src/api/customer.js b/admin/src/api/customer.js
new file mode 100644
index 0000000..e57764c
--- /dev/null
+++ b/admin/src/api/customer.js
@@ -0,0 +1,13 @@
+import request from '@/utils/request'
+
+// 鏌ヨ
+export function fetchList (data) {
+  return request.post('/visitsAdmin/cloudService/business/ywCustomer/page', data, {
+    trim: true
+  })
+}
+
+// 鍒楄〃
+export function list (data) {
+  return request.post('/visitsAdmin/cloudService/business/ywCustomer/list', data)
+}

--
Gitblit v1.9.3