curl --location '/api/v1/film/rec/match?name=undefined&year=undefined&id=undefined&type=undefined'{
"code": 0,
"msg": "ok",
"data": [
{
"vod_name": "string",
"vod_pic": "string",
"vod_douban_id": "string",
"vod_douban_type": "string"
}
]
}