代码更新

This commit is contained in:
GaoHao
2025-03-03 09:44:11 +08:00
parent b4a0393d2d
commit fd0c452a76
55 changed files with 2263 additions and 2658 deletions

View File

@@ -8,7 +8,7 @@ const request = http.request
export function getOrderList(data, urlType = 'order') {
return request({
url: `${urlType}/admin/order`,
method: "POST",
method: "GET",
data: {
...data
}
@@ -28,6 +28,7 @@ export function getHistoryOrder(data, urlType = 'order') {
}
})
}
/**
* 生成订单
* @returns