curl --location 'http://store.xcyxfl.com/cinema/head/list-position' \
--header 'AccessToken;' \
--header 'Version: 1' \
--form 'page="1"' \
--form 'limit="10"' \
--form 'title=""' \
--form 'state=""'{
"code": 200,
"message": "success",
"data": {
"total": 1,
"list": [
{
"id": 1,
"name": "影院经理",
"describe": "影院经理",
"status": 1,
"updated_at": "2026-04-16 11:24:51"
}
]
}
}