curl --location '/api/v1/film/cms/detail?uuid=undefined&ids=undefined'{
"code": 0,
"msg": "ok",
"data": {
"page": 0,
"pagecount": 0,
"total": 0,
"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",
"vod_episode": {
"property1": [
{
"text": "string",
"link": "string"
}
],
"property2": [
{
"text": "string",
"link": "string"
}
]
},
"type_name": "string",
"vod_tag": "string"
}
]
}
}