From 777bcb6c5660c0ed14d85207377b62b779d81dde Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 20 五月 2026 23:08:55 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/gtzxinglijicun

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

diff --git a/admin/src/api/business/shopInfo.js b/admin/src/api/business/shopInfo.js
index a04141c..e0ade04 100644
--- a/admin/src/api/business/shopInfo.js
+++ b/admin/src/api/business/shopInfo.js
@@ -15,7 +15,10 @@
 }
 
 export function updateById (data) {
-  return request.post('/business/shopInfo/updateById', data)
+  return request.post('/business/shopInfo/updateShop', data)
+}
+export function maintainPrinter (data) {
+  return request.post('/business/shopInfo/maintainPrinter', data)
 }
 
 export function deleteById (id) {
@@ -28,4 +31,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