feat(幸运美金第四期): 调整接口参数

This commit is contained in:
hzj 2026-04-10 17:18:58 +08:00
parent 1f56629d13
commit e66dc7eefc

View File

@ -2230,7 +2230,7 @@ const sweepstakes = async (consecutive = 1) => {
if (rollTimes.value >= consecutive) {
isRolling.value = true
let data = {
activityId: activity.value.activity.id,
activityId: activityId.value,
drawCount: consecutive,
}
try {