feat: 收货地址

This commit is contained in:
黄泽群
2025-10-28 14:24:47 +08:00
committed by charles
parent bec363fcbf
commit 7f42cb7859
4 changed files with 1499 additions and 1174 deletions
+8
View File
@@ -64,3 +64,11 @@ export function settlementOrder(data) {
data,
});
}
export function getPostageQuery(data) {
return request({
url: "/cart/getPostage",
method: "post",
data,
});
}