mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-15 13:46:36 +08:00
feat: 新增大转盘功能模块
This commit is contained in:
@@ -13,3 +13,10 @@ export function signInRecord() {
|
||||
method: "get"
|
||||
});
|
||||
}
|
||||
|
||||
export function luckyWheel() {
|
||||
return request({
|
||||
url: "/lucky/wheel",
|
||||
method: "post"
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user