curl --location --request GET '/api/v1/film/rec/hot?source&date&type&page&pageSize'{
"code": 0,
"msg": "ok",
"data": [
{
"vod_id": "string",
"vod_name": "string",
"vod_hot": 0,
"vod_pic": "string",
"vod_remarks": "string"
}
]
}