From 9080df938f0dfc45553eb6b67bff7ef6da129d1b Mon Sep 17 00:00:00 2001
From: Zhu Zhonghua <zhonghua@qq.com>
Date: 星期四, 24 四月 2025 15:13:59 +0800
Subject: [PATCH] 更新对应环境配置文件和环境启动命令

---
 src/api/basicData/shop.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/api/basicData/shop.js b/src/api/basicData/shop.js
index 35f81b1..4d69407 100644
--- a/src/api/basicData/shop.js
+++ b/src/api/basicData/shop.js
@@ -42,3 +42,12 @@
     method: 'delete'
   })
 }
+
+// 鏌ヨ杞﹂棿鍒楄〃
+export function listAll_shop(query) {
+  return request({
+    url: '/aps/aps_shop/listAll',
+    method: 'get',
+    params: query
+  })
+}
\ No newline at end of file

--
Gitblit v1.9.3