curl --location '/api/v1/film/rec/barrage?id=undefined'{
"code": 0,
"msg": "ok",
"data": {
"id": "string",
"list": [
{
"id": "string",
"text": "string",
"type": "top",
"time": 0,
"color": "string"
}
]
}
}