{
"live_id": 0,
"current": 1,
"page_size": 10
}curl --location --request POST '/api/media/activity/video/binding-list' \
--header 'Authorization: test' \
--header 'Content-Type: application/json' \
--data-raw '{
"live_id": 0,
"current": 1,
"page_size": 10
}'{
"list": [
{
"id": 0,
"active_id": 0,
"media_id": 0,
"weight": 0,
"media": {
"id": 0,
"userid": 0,
"live_id": 0,
"filename": "string",
"original_key": "string",
"title": "string",
"cover": "string",
"url": "string",
"key": "string",
"size": 0,
"duration": 0,
"status": 0,
"type": 0,
"stream_path": "string",
"is_pre_video": 0,
"vid": "string",
"task_id": "string",
"dot_status": 0,
"created_at": "string"
}
}
],
"pagination": {
"total": 0,
"page_size": 0,
"current": 0
}
}