feat: 新增大转盘功能模块

This commit is contained in:
陈淳
2024-02-26 18:44:11 +08:00
parent 3532bf54e7
commit 11b94f965c
12 changed files with 308 additions and 6 deletions

View File

@@ -13,3 +13,10 @@ export function signInRecord() {
method: "get"
});
}
export function luckyWheel() {
return request({
url: "/lucky/wheel",
method: "post"
});
}