no message

This commit is contained in:
2025-11-12 18:02:27 +08:00
parent c79061e8c6
commit 09afe17fee
2 changed files with 53 additions and 4 deletions
+8
View File
@@ -32,6 +32,14 @@ export function getWinningList(data) {
data,
});
}
export function getCommonRaffle(data) {
return request({
url: "/raffle/getCommonRaffleWinningList",
method: "get",
data,
});
}
/**
* 领取实物奖品
* @param {Object} params