From 22aaacd9e51da58ed10221639b6bd2fd9a13c6e5 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期五, 16 一月 2026 18:49:23 +0800
Subject: [PATCH] 经销商管理
---
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