MrShi
2026-05-20 777bcb6c5660c0ed14d85207377b62b779d81dde
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}`)