MrShi
2026-05-14 ce1248297e07cf5e409a37d43f2e0b54fcf86071
admin/src/api/business/shopInfo.js
@@ -17,6 +17,9 @@
export function updateById (data) {
  return request.post('/business/shopInfo/updateShop', data)
}
export function maintainPrinter (data) {
  return request.post('/business/shopInfo/maintainPrinter', data)
}
export function deleteById (id) {
  return request.get(`/business/shopInfo/delete/${id}`)
@@ -44,3 +47,8 @@
export function resetPassword (data) {
  return request.post('/business/shopInfo/resetPassword', data)
}
// 门店审批
export function audit (data) {
  return request.post('/business/shopInfo/audit', data)
}