结算单详情调优

This commit is contained in:
pikachu1995@126.com
2024-01-24 09:46:59 +08:00
parent 4976b87c4e
commit fb20cb32da
5 changed files with 1037 additions and 829 deletions

View File

@@ -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')
}