1 |
- import{ax as e}from"./index-24b5bd0d.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};
|