index-02414656.js 862 B

1
  1. import{ax as e}from"./index-b9299550.js";const t={getMerchantPage:async a=>await e.get({url:"/sale/merchant/page",params:a}),getMerchantApplyPage:async a=>await e.get({url:"/sale/merchant-apply/page",params:a}),updateMerchantApply:async a=>await e.put({url:"/sale/merchant-apply/update",data:a}),getMerchant:async a=>await e.get({url:"/sale/merchant/get?id="+a}),createMerchant:async a=>await e.post({url:"/sale/merchant-apply/create",data:a}),updateMerchant:async a=>await e.put({url:"/sale/merchant/update",data:a}),deleteMerchant:async a=>await e.delete({url:"/sale/merchant/delete?id="+a}),exportMerchant:async a=>await e.download({url:"/sale/merchant/export-excel",params:a}),getAllUserByMer:async a=>await e.get({url:"/sale/shop/getAllUserByMer",params:a}),getApplyList:async a=>await e.get({url:"/sale/merchant-apply-log/page",params:a})};export{t as M};