From e68e324f91d1a4eb2d4c5f07d27ca105a308bc0c Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期二, 20 一月 2026 18:05:29 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
admin/src/api/business/shop.js | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/admin/src/api/business/shop.js b/admin/src/api/business/shop.js
index 75c541a..6ee04e1 100644
--- a/admin/src/api/business/shop.js
+++ b/admin/src/api/business/shop.js
@@ -6,6 +6,11 @@
trim: true
})
}
+export function allList (data) {
+ return request.post('/business/shop/findAll', data, {
+ trim: true
+ })
+}
// 鍒涘缓
export function create (data) {
@@ -16,10 +21,14 @@
export function updateById (data) {
return request.post('/business/shop/updateById', data)
}
+
// 淇敼
export function updateIsRecById (data) {
return request.post('/business/shop/updateIsRecById', data)
}
+export function setGoodsPrice (data) {
+ return request.post('/business/shop/setGoodsPrice', data)
+}
// 鍒犻櫎
export function deleteById (id) {
--
Gitblit v1.9.3