获取座位信息(已弃用)
将废弃
POST
/api/film/cinema/seatList
最后修改时间:2025-03-26 02:53:13
请求参数
Query 参数
appId
string
必需
sign
string
必需
timestamp
string
必需
Body 参数application/json
showId
string
场次id
示例
{
"showId": "1169580286573805571"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/film/cinema/seatList?appId=&sign=×tamp=' \
--header 'Content-Type: application/json' \
--data-raw '{
"showId": "1169580286573805571"
}'
返回响应
🟢200成功
application/json
Body
state
integer
必需
message
string
必需
data
object
必需
seats
array [object {7}]
座位list
regions
array [object {3}]
分区信息
cinemaShow
object
相关信息透传
result
boolean
必需
token
null
必需
示例
{ "state": 200, "message": "", "data": { "seats": [ { "row": "0", "col": "0", "seatNo": "", "seatType": "", "canUse": false, "regionName": "" }, { "row": "0", "col": "1", "seatNo": "", "seatType": "", "canUse": false, "regionName": "" }, { "row": "0", "col": "2", "seatNo": "", "seatType": "", "canUse": false, "regionName": "" }, { "row": "0", "col": "3", "seatNo": "", "seatType": "", "canUse": false, "regionName": "" }, { "row": "0", "col": "4", "seatNo": "", "seatType": "", "canUse": false, "regionName": "" }, { "row": "0", "col": "5", "seatNo": "", "seatType": "", "canUse": false, "regionName": "" }, { "row": "0", "col": "6", "seatNo": "", "seatType": "", "canUse": false, "regionName": "" }, { "row": "0", "col": "7", "seatNo": "", "seatType": "", "canUse": false, "regionName": "" }, { "row": "0", "col": "8", "seatNo": "", "seatType": "", "canUse": false, "regionName": "" }, { "row": "0", "col": "9", "seatNo": "", "seatType": "", "canUse": false, "regionName": "" }, { "row": "0", "col": "10", "seatNo": "", "seatType": "", "canUse": false, "regionName": "" }, { "row": "0", "col": "11", "seatNo": "", "seatType": "", "canUse": false, "regionName": "" }, { "row": "0", "col": "12", "seatNo": "", "seatType": "", "canUse": false, "regionName": "" }, { "row": "0", "col": "13", "seatNo": "", "seatType": "", "canUse": false, "regionName": "" }, { "row": "0", "col": "14", "seatNo": "", "seatType": "", "canUse": false, "regionName": "" }, { "row": "0", "col": "15", "seatNo": "", "seatType": "", "canUse": false, "regionName": "" }, { "row": "0", "col": "16", "seatNo": "", "seatType": "", "canUse": false, "regionName": "" }, { "row": "0", "col": "17", "seatNo": "", "seatType": "", "canUse": false, "regionName": "" }, { "row": "0", "col": "18", "seatNo": "", "seatType": "", "canUse": false, "regionName": "" }, { "row": "0", "col": "19", "seatNo": "", "seatType": "", "canUse": false, "regionName": "" }, { "row": "0", "col": "20", "seatNo": "", "seatType": "", "canUse": false, "regionName": "" }, { "row": "0", "col": "21", "seatNo": "", "seatType": "", "canUse": false, "regionName": "" }, { "row": "0", "col": "22", "seatNo": "", "seatType": "", "canUse": false, "regionName": "" }, {
修改于 2025-03-26 02:53:13