1 |
- import{ap as e}from"./index-df709923.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}),getCurrentShop:async()=>await e.put({url:"/sale/shop/get_current_shop"}),getAllShopByUserId:async()=>await e.get({url:"/sale/shop/getAllShopByUserId"}),ChangeShop:async a=>await e.put({url:"/sale/shop/change_shop?shopId="+a})};export{t as S};
|