no message

This commit is contained in:
2025-12-23 17:57:18 +08:00
parent be0498823c
commit fc2e5b7ae0
3 changed files with 53 additions and 11 deletions
+2 -1
View File
@@ -239,9 +239,10 @@ export function getVcoinReleaseLog(data) {
data,
});
}
export function getProfitSharingData() {
export function getProfitSharingData(data) {
return request({
url: "/finance/getProfitSharingData",
method: "get",
data
});
}