doum
7 天以前 e51ccb9bfc6712bd405ffd69d7365b542ef350f4
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}`)