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