curl --location --request GET '/api/v1/film/cms/homeVod?uuid'{
"code": 0,
"msg": "ok",
"data": {
"list": [
{
"vod_id": "string",
"vod_name": "string",
"vod_pic": "string",
"vod_remarks": "string",
"vod_blurb": "string"
}
]
}
}