From 1b1ba1b10b7838778632b54de7da8e5624c90dfc Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Tue, 28 Apr 2026 10:37:21 +0800
Subject: [PATCH] 新增题目识别
---
src/api/customerList/index.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/api/customerList/index.js b/src/api/customerList/index.js
index 2e6bb7c..b2c3472 100644
--- a/src/api/customerList/index.js
+++ b/src/api/customerList/index.js
@@ -7,6 +7,14 @@
params: params
})
}
+export function getCustomerAll(params) {
+ return request({
+ url: 'market/inventory/listAll',
+ method: 'get',
+ params: params
+ })
+}
+
export function addCustomer(data) {
return request({
--
Gitblit v1.9.2