no message
This commit is contained in:
+21
-1
@@ -223,5 +223,25 @@ export function getBonusStat() {
|
||||
});
|
||||
}
|
||||
|
||||
// 分红统计
|
||||
export function getVcoinLocked() {
|
||||
return request({
|
||||
url: "/finance/getVcoinLocked",
|
||||
method: "get",
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
// 分红统计
|
||||
export function getVcoinReleaseLog(data) {
|
||||
return request({
|
||||
url: "/finance/getVcoinReleaseLog",
|
||||
method: "get",
|
||||
data,
|
||||
});
|
||||
}
|
||||
export function getProfitSharingData() {
|
||||
return request({
|
||||
url: "/finance/getProfitSharingData",
|
||||
method: "get",
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user