curl --location 'http://store.xcyxfl.com/cinema/order/list-channel-fee' \
--header 'Version: 1' \
--form 'title=""' \
--form 'room_id=""' \
--form 'file_type=""' \
--form 'state=""' \
--form 'begin_time=""' \
--form 'off_time=""' \
--form 'page="1"' \
--form 'limit="10"'{
"code": 200,
"message": "success",
"data": {
"total": 2,
"list": [
{
"id": 2,
"name": "测试修改",
"hall_ids": "0",
"movie_types": "0",
"movie_ids": "0",
"start_time": 1746759874,
"end_time": 1746759874,
"usable_time": [],
"is_holiday": 1,
"disable_week": [
1,
2,
3
],
"vip_fee": "2.50",
"nonmember_fee": "2.50",
"sort": 8,
"status": 1
},
{
"id": 1,
"name": "测试修改",
"hall_ids": "0",
"movie_types": "0",
"movie_ids": "0",
"start_time": 1746759874,
"end_time": 1746759874,
"usable_time": [],
"is_holiday": 1,
"disable_week": [
1,
2,
3
],
"vip_fee": "2.50",
"nonmember_fee": "2.50",
"sort": 8,
"status": 1
}
]
}
}