curl --location 'http://store.xcyxfl.com/partner/list-push-cinema' \
--header 'AccessToken;' \
--header 'Version: 1' \
--form 'page="1"' \
--form 'limit="10"' \
--form 'title=""' \
--form 'tel=""' \
--form 'state="0"' \
--form 'api_id=""' \
--form 'contacts=""' \
--form 'phone=""' \
--form 'cinema=""' \
--form 'start_time=""' \
--form 'end_time=""'{
"code": 200,
"message": "success",
"data": {
"total": 2,
"list": [
{
"id": 2,
"partner_id": 3,
"name": "张三",
"mobile": "14769168639",
"cinema_code": "01234567",
"cinema_name": "测试影院",
"ticket_id": 4,
"status": 4,
"created_at": "2025-06-12 15:30:48",
"partner": {
"id": 3,
"name": "王五",
"mobile": "14769168639"
}
},
{
"id": 1,
"partner_id": 3,
"name": "张三",
"mobile": "14769168639",
"cinema_code": "44001971",
"cinema_name": "晨星",
"ticket_id": 4,
"status": 1,
"created_at": "2025-06-12 14:14:37",
"partner": {
"id": 3,
"name": "王五",
"mobile": "14769168639"
}
}
]
}
}