From be3ec4c1f11a5e090408fcd6f650557651fcf007 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期一, 13 四月 2026 20:17:16 +0800
Subject: [PATCH] 页面

---
 admin/src/api/business/shopInfo.js |   24 ++++++++++++++++++++++--
 1 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/admin/src/api/business/shopInfo.js b/admin/src/api/business/shopInfo.js
index a04141c..3ec1001 100644
--- a/admin/src/api/business/shopInfo.js
+++ b/admin/src/api/business/shopInfo.js
@@ -15,7 +15,7 @@
 }
 
 export function updateById (data) {
-  return request.post('/business/shopInfo/updateById', data)
+  return request.post('/business/shopInfo/updateShop', data)
 }
 
 export function deleteById (id) {
@@ -28,4 +28,24 @@
       ids
     }
   })
-}
\ No newline at end of file
+}
+
+// 淇敼闂ㄥ簵鐘舵��
+export function changeStatus (data) {
+  return request.post('/business/shopInfo/changeStatus', data)
+}
+
+// 闂ㄥ簵璇︽儏
+export function detail (id) {
+  return request.get(`/business/shopInfo/detail/${id}`)
+}
+
+// 閲嶇疆瀵嗙爜
+export function resetPassword (data) {
+  return request.post('/business/shopInfo/resetPassword', data)
+}
+
+// 闂ㄥ簵瀹℃壒
+export function audit (data) {
+  return request.post('/business/shopInfo/audit', data)
+}

--
Gitblit v1.9.3