feat:余额分红

This commit is contained in:
2025-08-15 21:00:37 +08:00
parent 0399791e8f
commit 1bb5ff3ba4
2 changed files with 21 additions and 2 deletions
+9
View File
@@ -207,4 +207,13 @@ export function getAcctFlowList(data) {
});
}
// 分红统计
export function getBonusStat() {
return request({
url: "/finance/getBonusStatistics",
method: "get",
});
}