curl --location 'http://store.xcyxfl.com/cinema/movie/list-scheme' \
--header 'AccessToken;' \
--header 'Version: 1' \
--form 'title=""' \
--form 'way="0"' \
--form 'state="0"' \
--form 'page="1"' \
--form 'limit="10"'{
"code": 200,
"message": "success",
"data": {
"total": 2,
"list": [
{
"id": 2,
"store_id": 52,
"name": "价格方案",
"movie_option": 1,
"movie_ids": [],
"type": 1,
"count": 30,
"everyone_num": 4,
"time_type": 1,
"ticket_num": 100,
"is_holiday": 1,
"is_coupon": 1,
"usable_date": [
[
"2025-08-05",
"2025-09-30"
]
],
"status": 2,
"sort": 9
},
{
"id": 1,
"store_id": 52,
"name": "默认方案",
"movie_option": 1,
"movie_ids": [],
"type": 1,
"count": 30,
"everyone_num": 4,
"time_type": 1,
"ticket_num": 100,
"is_holiday": 1,
"is_coupon": 1,
"usable_date": [
[
"2025-08-05",
"2025-09-30"
]
],
"status": 1,
"sort": 9
}
]
}
}