剩下兑奖逻辑
This commit is contained in:
@@ -50,4 +50,12 @@ export function exchangePrize(data, authorization) {
|
||||
true,
|
||||
authorization
|
||||
);
|
||||
}
|
||||
|
||||
// 分享接口
|
||||
export function getShareConfig(data, authorization) {
|
||||
return http.post("/h5/Oauth/getShareConfig",
|
||||
data,
|
||||
true,
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user