MrShi
2026-05-14 e9a7cddce776382916e975402986144a88899ac5
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}`)