请求参数
| 名称 | 位置 | 类型 | 必选 | 中文名 | 说明 | 
|---|---|---|---|---|---|
| cinemaCode | 8 | string | 是 | 影院编码 | none | 
返回示例
xxxxxxxxxx
    
        
        
        {
    
        "code": "200",
        "status": "success",
        "data":
        {
            "cinemaCode": "13065601",
            "screenList":
            [
                {
                    "screenCode": "0000000000000001",
                    "screenName": "1号厅",
                    "seatCount": 64,
                    "hallType": "Common",
                    "isRed": true,
                    "isArt": false,
                    "showType": "N",
                    "displayType": "1"
                },
                {
                    "screenCode": "0000000000000002",
                    "screenName": "2号厅",
                    "seatCount": 65,
                    "hallType": "VIP",
                    "isRed": true,
                    "isArt": false,
                    "showType": "4D",
                    "displayType": "1"
                }
            ]
        }
    }
返回数据结构
状态码 200
| 名称 | 类型 | 约束 | 说明 | 
|---|---|---|---|
| code | string | none | none | 
| status | string | none | none | 
| data | object | none | none | 
| cinemaCode | string | 电影院编码 | none | 
| screenList | [object] | 影厅列表 | none | 
| screenCode | string | 影厅编码 | 字符串类型,固定16个字符长度 | 
| screenName | string | 影厅名称 | none | 
| seatCount | integer | 座位数量 | none | 
| hallType | string | 影厅类型 | vip:VIP | 
| isRed | boolean | none | 是否人民院线 | 
| isArt | boolean | none | 是否艺术院线 | 
| showType | string | 放映制式 | 影厅放映类型:N:标准 CG:中国巨幕 C:Cinity IG:IMAX 巨幕 D:杜比 X:X-LAND L:LED 4D:4D S:特种 O:其他 | 
| displayType | string | 显示方式 | 25规范新字段 1: DLP 投影 2: LCoS 投影 3: LED 直显 4:其他 |