curl --location --request GET '/api/v1/film/cms/detail?uuid&ids'{
"code": 0,
"msg": "ok",
"data": {
"list": [
{
"vod_id": "string",
"vod_name": "string",
"vod_pic": "string",
"vod_lang": "string",
"vod_year": "string",
"vod_area": "string",
"vod_remarks": "string",
"vod_score": "string",
"vod_state": "string",
"vod_class": "string",
"vod_actor": "string",
"vod_director": "string",
"vod_content": "string",
"vod_blurb": "string",
"vod_play_from": "string",
"vod_play_url": "string",
"type_name": "string"
}
]
}
}