no message

This commit is contained in:
2025-08-14 23:19:03 +08:00
parent 2ff5cc2146
commit 6a7c7fb073
3 changed files with 136 additions and 21 deletions
+8 -1
View File
@@ -56,4 +56,11 @@ export function settle(data) {
method: "post",
data,
});
}
}
export function settlementOrder(data) {
return request({
url: "/cart/settlementOrder",
method: "post",
data,
});
}