获取影院详情
POST
api/film/cinema/cinema
最后修改时间:2025-03-27 01:07:10
请求参数
Query 参数
appId
string
必需
sign
string
必需
timestamp
string
必需
Body 参数application/json
id
number
影院ID
示例
{
"id": 1166368817469739000
}
示例代码
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/cinema?appId&sign×tamp' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1166368817469739000
}'
返回响应
🟢200成功
application/json
Body
id
number
影院ID
cinemaCode
string
专资编码
cinemaName
string
影院名称
province
string
省份
city
string
城市
area
string
区县
areaCode
integer
区县编码
cinemaAddress
string
详细地址
lng
string
经度
lat
string
纬度
cinemaLineId
number
院线ID
autoIssueId
integer
自动出票ID
streetName
string
街道名称
createTime
number
添加时间
updateTime
number
更新时间
dataChannel
integer
数据来源
示例
{
"area": "武隆区",
"areaCode": 500156,
"autoIssueId": 0,
"cinemaAddress": "武隆区巷口镇都市广场三楼",
"cinemaCode": "50320101",
"cinemaLineId": 1182612695204413400,
"cinemaName": "武隆电影院",
"city": "重庆市",
"createTime": 1698125596321,
"dataChannel": 3,
"id": 1166368817469739000,
"lat": "29.324577",
"lng": "107.759773",
"province": "重庆市",
"streetName": "",
"updateTime": 1742257218934
}
修改于 2025-03-27 01:07:10