From 0d0e67818a45161af14114211f43aafd232a6da2 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期二, 27 一月 2026 10:52:15 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 admin/src/api/business/shop.js |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/admin/src/api/business/shop.js b/admin/src/api/business/shop.js
index 9968654..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,9 +21,13 @@
 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)
 }
 
 // 鍒犻櫎
@@ -30,6 +39,10 @@
 export function shopDetail (id) {
   return request.get(`/business/shop/${id}`)
 }
+// 閲嶇疆瀵嗙爜
+export function resetPwd (data) {
+  return request.post('/business/shop/resetPwd', data)
+}
 
 // 鎵归噺鍒犻櫎
 export function deleteByIdInBatch (ids) {

--
Gitblit v1.9.3