{
"start_time": "2023-07-12 10:15",
"end_time": "2023-07-31 18:15",
"movie_ids": [
203,
206,
215
]
}curl --location 'http://store.xcyxfl.com/movie/list-movies' \
--header 'Version: 1' \
--header 'Content-Type: application/json' \
--data '{
"start_time": "2023-07-12 10:15",
"end_time": "2023-07-31 18:15",
"movie_ids": [
203,
206,
215
]
}'{
"code": 200,
"message": "success",
"data": {
"total": 2,
"list": [
{
"id": 215,
"title": "熊出没·伴我“熊芯”",
"cover": "https://p0.pipi.cn/mmdb/25bfd62f8079237e12395b5a00145c4559fb2.jpg?imageMogr2/thumbnail/2500x2500%3E",
"up_time": 1690473600,
"down_time": 1693152000,
"data": [
{
"date": "2023-08-18",
"store_num": 0,
"feature_num": 0,
"count": "5",
"price": "43.99"
},
{
"date": "2023-08-17",
"store_num": 1,
"feature_num": 15,
"count": 0,
"price": 0
},
{
"date": "2023-08-16",
"store_num": 0,
"feature_num": 0,
"count": 0,
"price": 0
}
],
"status": 1
},
{
"id": 203,
"title": "航海王:红发歌姬",
"cover": "https://p0.pipi.cn/mmdb/25bfd692030923f0eeb860743216097043104.jpg?imageView2/1/w/464/h/644",
"up_time": 1669824000,
"down_time": 1672416000,
"data": [
{
"date": "2023-08-18",
"store_num": 0,
"feature_num": 0,
"count": "3",
"price": "29.99"
},
{
"date": "2023-08-17",
"store_num": 1,
"feature_num": 7,
"count": 0,
"price": 0
},
{
"date": "2023-08-16",
"store_num": 0,
"feature_num": 0,
"count": 0,
"price": 0
}
],
"status": 1
}
]
}
}