Feat(抽奖):增加分享

This commit is contained in:
lifizer
2024-05-15 14:31:09 +08:00
parent 82a90630e9
commit 2b3c0e4355
2 changed files with 20 additions and 2 deletions
+7
View File
@@ -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')
}