1. 播放器

This commit is contained in:
李琦
2026-08-01 17:59:07 +08:00
parent 366e3b329f
commit d824b9945e
9 changed files with 621 additions and 67 deletions

View File

@@ -80,8 +80,8 @@ export function getRsvpList() {
return service.get('/rsvp/list')
}
export function getDanmaku() {
return service.get('/danmaku')
export function getDanmaku(params) {
return service.get('/danmaku', { params })
}
export function submitDanmaku(form) {