mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-19 01:15:53 +08:00
结算单详情调优
This commit is contained in:
@@ -81,3 +81,9 @@ export const getShopList = () => {
|
||||
export const getShopByMemberId = (id) => {
|
||||
return getRequest(`/store/store/${id}/member`)
|
||||
}
|
||||
|
||||
//根据id获取店铺信息
|
||||
export const downloadBill = (id) => {
|
||||
return getRequest(`/order/bill/downLoad/${id}`, {}, 'blob')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user