curl --location 'http://store.xcyxfl.com/cinema/movie/list-feature-tips' \
--header 'Version: 1' \
--form 'film_name="绝地飞行"' \
--form 'film_no="00100822024"' \
--form 'page="1"' \
--form 'limit="10"'{
"code": 200,
"message": "success",
"data": {
"total": 1,
"list": [
{
"id": 1,
"movie_id": 1113,
"times": [
[
"2024-11-27 11:47:18",
"2024-11-29 11:47:18"
],
[
"2024-11-30 11:47:18",
"2024-11-30 23:47:18"
]
],
"tips": "活动场",
"title": "绝地飞行",
"film_no": "00100822024",
"duration": 100,
"lang": ""
}
]
}
}