完成兑奖页面逻辑
This commit is contained in:
@@ -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
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user