获取影片排期的影院
POST
/serve
请求参数
Body 参数application/json
service
string
movie
endpoint
string
/api/movie/cinema/list
params
object
必需
cinemaLineId
string
品牌院线 id
cityCode
string
城市编码
date
string
指定日期
keywords
string
按关键词搜索
latitude
number <double>
经度
longitude
number <double>
纬度
movieId
string
影片 ID
page
integer <int32>
页码 从0开始
regionCode
string
区县编码
size
integer <int32>
每页条数
示例
{
"service": "movie",
"endpoint": "/api/movie/cinema/list",
"params": {
"cityCode": "510100",
"date": "2025-05-01",
"movieId": "ff8080818c4eb907018c5f6d34f10b0c",
"keywords": "万达影院"
}
}
返回响应
🟢200成功
application/json
Body
code
integer
必需
message
string
必需
data
object
必需
list
array[object (CinemaData) {10}]
必需
total
integer
必需
request_id
string
必需
示例
{
"code": 0,
"message": "ok",
"data": {
"list": [
{
"acceptFast": true,
"cinemaAddress": "锦江区大业路6号COSMO四层",
"cinemaId": "ff8080818795e9f70187983563c80a15",
"cinemaLineId": "0",
"cinemaName": "承光影界(COSMO店)",
"cityCode": "510104",
"downPrice": 27.89,
"latitude": 30.652287,
"longitude": 104.070099,
"originPrice": 29.89
},
{
"acceptFast": true,
"cinemaAddress": "武侯区草金路南段229号三栋4楼",
"cinemaId": "ff8080818795e9f701879837fed42a9c",
"cinemaLineId": "0",
"cinemaName": "上风国际影城",
"cityCode": "510107",
"downPrice": 31,
"latitude": 30.609688,
"longitude": 103.971139,
"originPrice": 33
},
{
"acceptFast": true,
"cinemaAddress": "邛崃市文君街道文脉坊8栋",
"cinemaId": "ff8080818795e9f7018798384b902eb7",
"cinemaLineId": "0",
"cinemaName": "保利万和国际影城(文脉坊店)",
"cityCode": "510183",
"downPrice": 26,
"latitude": 30.408074,
"longitude": 103.459808,
"originPrice": 28
},
{
"acceptFast": true,
"cinemaAddress": "成华区建设北路二段133号印象城L5-1",
"cinemaId": "ff8080818795e9f701879834c4230258",
"cinemaLineId": "0",
"cinemaName": "完美世界影城(LUXE成都印象城店)",
"cityCode": "510108",
"downPrice": 18,
"latitude": 30.674797,
"longitude": 104.108014,
"originPrice": 20
},
{
"acceptFast": true,
"cinemaAddress": "锦江区上东大街318号1栋五楼",
"cinemaId": "ff8080818795e9f701879834c5810266",
"cinemaLineId": "13",
"cinemaName": "成都沃美影城(春熙路店)",
"cityCode": "510104",
"downPrice": 18.98,
"latitude": 30.653403,
"longitude": 104.075003,
"originPrice": 20.98
},
{
"acceptFast": true,
"cinemaAddress": "温江区天府街道学府路南段8号1栋1单元5楼5005号",
"cinemaId": "ff8080819006cf2301900e0963100277",
"cinemaLineId": "0",
"cinemaName": "幸福蓝海国际影城(温江大学城旭辉店)",
"cityCode": "510115",
"downPrice": 37.89,
"latitude": 30.67294,
"longitude": 103.817676,
"originPrice": 39.89
},
{
"acceptFast": true,
"cinemaAddress": "锦江区枫树街2号卓锦曼购中心3楼",
"cinemaId": "ff8080818795e9f701879835d4e10fb9",
"cinemaLineId": "5",
"cinemaName": "CGV影城(卓锦ScreenX店)",
"cityCode": "510104",
"downPrice": 34,
"latitude": 30.595651,
"longitude": 104.135878,
"originPrice": 36
},
{
"acceptFast": true,
"cinemaAddress": "高新区天府大道北段1777号招商大魔方B座6楼寰映影城",
"cinemaId": "ff8080818795e9f70187983589e60c26",
"cinemaLineId": "0",
"cinemaName": "成都寰映影院(大魔方招商花园城IMAX店)",
"cityCode": "510107",
"downPrice": 37.79,
"latitude": 30.573553,
"longitude": 104.070548,
"originPrice": 39.79
},
{
"acceptFast": true,
"cinemaAddress": "都江堰市翔凤路168号悦熙广场2层",
"cinemaId": "ff8080818795e9f701879837a1bf258f",
"cinemaLineId": "0",
"cinemaName": "YOODOO悠渡影城(都江堰店)",
"cityCode": "510181",
"downPrice": 28.89,
"latitude": 30.981894,
"longitude": 103.629856,
"originPrice": 30.89
},
{
"acceptFast": true,
"cinemaAddress": "蒲江县清江大道28号",
"cinemaId": "ff8080818795e9f701879839dbe44145",
"cinemaLineId": "0",
"cinemaName": "成都蒲江星光天地影城",
"cityCode": "510131",
"downPrice": 27.89,
"latitude": 30.200834,
"longitude": 103.523764,
"originPrice": 29.89
}
],
"total": 279
},
"request_id": "01968b82-9007-70af-a128-6b71e86683fc"
}