增加新功能

This commit is contained in:
hejiangming
2025-03-23 20:36:06 +08:00
parent 2ae62b59ed
commit 78270eeda0
184 changed files with 2690 additions and 1496 deletions
+9
View File
@@ -48,3 +48,12 @@ export function getSettleList(data) {
data,
});
}
// 结算下单
export function settle(data) {
return request({
url: "/cart/settle",
method: "post",
data,
});
}