1 |
- import{ap as e,__tla as l}from"./index-2eab2d23.js";let t,s=Promise.all([(()=>{try{return l}catch{}})()]).then(async()=>{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,s as __tla};
|