feat:归集

This commit is contained in:
2026-05-21 15:38:19 +08:00
parent e812029064
commit 2a92567835
10 changed files with 299 additions and 63 deletions
+8
View File
@@ -256,3 +256,11 @@ export function getProfitSharingData(data) {
data
});
}
// 归集
export function collectQuery(data) {
return request({
url: "/finance/collectVcoin",
method: "post",
data,
});
}