feat: 底部按钮

This commit is contained in:
2025-08-15 21:59:06 +08:00
parent 3b42587c8d
commit c6e2aa884b
7 changed files with 15 additions and 13 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ export function getStatistics(params) {
export function getSupportPay(params) {
return request({
url: "/cart/getSupportPay",
method: "get",
method: "post",
data: params,
});
}