完成兑奖页面逻辑

This commit is contained in:
Andy Leong
2024-01-17 17:13:45 +08:00
parent 27b1eab2ce
commit 3291088bca
48 changed files with 372 additions and 178 deletions

View File

@@ -32,4 +32,13 @@ export function draw(data, authorization) {
true,
authorization
);
}
// 兑奖
export function exchangePrize(data, authorization) {
return http.post("/h5/activity/exchangePrize",
data,
true,
authorization
);
}