Feat(抽奖):增加分享
This commit is contained in:
@@ -28,4 +28,11 @@ export function takePrize(lotteryRecordId){
|
||||
* */
|
||||
export function getLogs(page = 1, limit = 10) {
|
||||
return request.get('/lottery/dice/records',{page,limit})
|
||||
}
|
||||
|
||||
/**
|
||||
* 抽奖活动分享
|
||||
* */
|
||||
export function getLotteryShareInfo() {
|
||||
return request.get('/lottery/shareImage')
|
||||
}
|
||||
Reference in New Issue
Block a user