1. 播放器
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user