{
"id": 1,
"name": "代售费",
"hall_ids": "0",
"movie_types": "0",
"movie_ids": "0",
"start_time": "2025-05-09 11:04:34",
"end_time": "2025-05-09 11:04:34",
"usable_time": [],
"is_holiday": 1,
"disable_week": [
1,
2,
3
],
"vip_fee": 2.5,
"nonmember_fee": 2.5,
"sort": 8
}
curl --location --request POST 'http://store.xcyxfl.com/cinema/order/update-channel-fee' \
--header 'Version: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"name": "代售费",
"hall_ids": "0",
"movie_types": "0",
"movie_ids": "0",
"start_time": "2025-05-09 11:04:34",
"end_time": "2025-05-09 11:04:34",
"usable_time": [],
"is_holiday": 1,
"disable_week": [
1,
2,
3
],
"vip_fee": 2.5,
"nonmember_fee": 2.5,
"sort": 8
}'
{
"code": 200,
"message": "success",
"data": {}
}