{
"name": "价格方案",
"type": 1,
"is_show": 1,
"hall_option": 1,
"hall_ids": [],
"movie_type": "0",
"movie_option": 1,
"movie_ids": [],
"pay_type": "0",
"category_option": 1,
"category_ids": [],
"normal_limit": 30,
"normal_price": 35,
"vip_limit": 100,
"vip_price": 30,
"price_limit": 1,
"is_holiday": 1,
"usable_date": [
[
"2025-08-05",
"2025-09-30"
]
],
"disable_date": [
[
"2025-08-05",
"2025-09-8"
]
],
"usable_time": [
[
"80:00:00",
"18:00:00"
]
],
"disable_week": [
1,
2
],
"is_coupon": 1,
"count": 30,
"everyone_num": 4,
"time_type": 1,
"ticket_num": 100,
"sort": 9,
"status": 1,
"note": "活动须知"
}curl --location 'http://store.xcyxfl.com/cinema/movie/create-scheme' \
--header 'Version: 1' \
--header 'Content-Type: application/json' \
--data '{
"name": "价格方案",
"type": 1,
"is_show": 1,
"hall_option": 1,
"hall_ids": [],
"movie_type": "0",
"movie_option": 1,
"movie_ids": [],
"pay_type": "0",
"category_option": 1,
"category_ids": [],
"normal_limit": 30,
"normal_price": 35,
"vip_limit": 100,
"vip_price": 30,
"price_limit": 1,
"is_holiday": 1,
"usable_date": [
[
"2025-08-05",
"2025-09-30"
]
],
"disable_date": [
[
"2025-08-05",
"2025-09-8"
]
],
"usable_time": [
[
"80:00:00",
"18:00:00"
]
],
"disable_week": [
1,
2
],
"is_coupon": 1,
"count": 30,
"everyone_num": 4,
"time_type": 1,
"ticket_num": 100,
"sort": 9,
"status": 1,
"note": "活动须知"
}'{
"code": 200,
"message": "success",
"data": {}
}