From af4fc982131b9a7f40fb4f2a4fd8780d7cdc0fc4 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期三, 21 一月 2026 09:16:57 +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