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}`)