index-652d68dd.js 550 B

1
  1. import{ax as e}from"./index-bf9ff227.js";const t={getShopPage:async a=>await e.get({url:"/sale/shop/page",params:a}),getShop:async a=>await e.get({url:"/sale/shop/get?id="+a}),createShop:async a=>await e.post({url:"/sale/shop/create",data:a}),updateShop:async a=>await e.put({url:"/sale/shop/update",data:a}),deleteShop:async a=>await e.delete({url:"/sale/shop/delete?id="+a}),exportShop:async a=>await e.download({url:"/sale/shop/export-excel",params:a}),getAllUserByMer:async a=>await e.get({url:"/sale/shop/getAllShop?merId="+a})};export{t as S};