芒果API接口
  1. 接口列表
芒果API接口
  • 对接必读
  • 回调通知
  • API兼容说明(仅旧版本查看)
  • 接口列表
    • 全国所有城市
      POST
    • 城市的行政区/县
      POST
    • 热映电影&待上映电影
      POST
    • 搜索影片或影院
      POST
    • 影片信息&某城市下的影片排期
      POST
    • 影院列表
      POST
    • 查询某影院所属院线
      POST
    • 影片近期有排期的影院
      POST
    • 影院信息&影院排期的电影数据
      POST
    • 影院的电影场次数据
      POST
    • 影院的电影场次座位数据
      POST
    • 锁座下单
      POST
    • 释放座位
      POST
    • 确认下单
      POST
    • 查询订单详情
      POST
    • 查询账户余额
      POST
    • 获取H5+Token链接
      POST
    • 批量拉取影院数据
      POST
    • 批量拉取场次数据
      POST
  • 其他
    • APP/微信小程序嵌入H5
  1. 接口列表

批量拉取场次数据

POST
/api/62d7747005ed6
芒果官方数据每小时整点同步,建议代理于每小时半点开始同步,但不可超出评先承载峰值!
本平台可承载的峰值为:1200次/分钟(同步时长控制在20分钟左右较为合理),请严格按照该QPS进行限制!遇重大节假日可能会降低请求数,届时会提前通知!
限流后返回:{"message": "Requests rate limited. stage:trafficcontrol"}
注:该接口权限需要向商务申请
注意:场次数据批量拉取影院id 不一致是正常的,不用担心,我们是多数据源,
场次数据里面的cinmea_id 仅供参考。不要用来请求拉起场次数据,调接口的cinmea_id 永远都是接口返回的
【正确流程】 先获取影院数据,然后根据接口返回的cinema_id 请求批量获取场次数据
area_price示例:[{"area":"32","price":{"user_price":54.9,"supplier_price":48.9,"agent_rebate":6,"price":"60.90","limit_price":"48.9"}}]
area_price字段说明:[{"area":"分区ID","price":{"user_price":"用户付款价格","price":"原价","supplier_price":"无需关注该字段","agent_rebate":"无需关注该字段","limit_price":"限价金额"}}]

请求参数

Body 参数application/json
cinemaid
integer 
影院ID
必需
示例
{
    "cinemaid": 0
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-service.mgmovie.net/api/62d7747005ed6' \
--header 'Content-Type: application/json' \
--data-raw '{
    "cinemaid": 0
}'

返回响应

🟢200成功
application/json
Body
success
boolean 
必需
code
integer 
必需
message
string 
必需
data
array [object {21}] 
必需
show_id
string 
未使用不用关注
必需
未使用不用关注
showid
string 
场次ID
必需
接口中使用该字段
cinemaid
integer 
影院ID
必需
cinema_code
string 
影院统一编码
必需
hall_name
string 
影厅名称
必需
film_id
integer 
电影ID
必需
film_code
string 
电影统一编码
必需
film_name
string 
电影名称
必需
duration
string 
影片时长
必需
分钟
show_time
string 
开场时间
必需
日期格式
stop_sell_time
string 
停售时间
必需
日期格式
show_version_type
string 
场次类型国语 2D
必需
language
string 
影片语言
必需
plan_type
string 
影片类型
必需
city_id
integer 
城市ID
必需
settle_price
number  | integer 
优惠后价格
必需
优惠前参考net_price
net_price
number 
网售市场价
必需
area_price
string 
座位分区信息
必需
为空时表示不支持分区,json格式:[{"area":"32","price":{"user_price":54.9,"supplier_price":48.9,"agent_rebate":6,"price":"60.90","limit_price":"48.9"}},{"area":"1","price":{"user_price":53.9,"supplier_price":47.9,"agent_rebate":6,"price":"59.90","limit_price":"48.9"}}]
created_at
string 
创建时间
必需
日期格式
updated_at
string 
更新时间
必需
日期时间
limit_price
string 
限价金额
必需
有分区优先使用分区限价金额
示例
{
    "success": true,
    "code": 1,
    "message": "操作成功",
    "data": [
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDQ0OTIwMjEjbWFuZ28jMjAyMi0wNy0yNSAxMzowNTowMA==",
            "showid": "81232561978575412",
            "cinemaid": 66856,
            "hall_name": "7号厅PRIME厅儿童需购票",
            "film_id": 534395,
            "film_name": "神探大战",
            "film_code": "00104492021",
            "cinema_code": "13075001",
            "duration": "101",
            "show_time": "2022-07-25 13:05:00",
            "stop_sell_time": "2022-07-25 12:45:00",
            "show_version_type": "中文 2D",
            "settle_price": 35.1,
            "original_price": 38.9,
            "rebate_price": 35.1,
            "price": 0,
            "min_price": 0,
            "net_price": 38.9,
            "language": "粤语,汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":35.1,\"supplier_price\":32.9,\"agent_rebate\":2.2,\"price\":\"38.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":35.1,\"supplier_price\":32.9,\"agent_rebate\":2.2,\"price\":\"38.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 12:15:46"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDA3NTIwMjEjbWFuZ28jMjAyMi0wNy0yNSAxMzo1MDowMA==",
            "showid": "8123256419281835",
            "cinemaid": 66856,
            "hall_name": "呱唧厅",
            "film_id": 1369013,
            "film_name": "海底小纵队:洞穴大冒险",
            "film_code": "00100752021",
            "cinema_code": "13075001",
            "duration": "80",
            "show_time": "2022-07-25 13:50:00",
            "stop_sell_time": "2022-07-25 13:30:00",
            "show_version_type": "中文 2D",
            "settle_price": 27.6,
            "original_price": 30,
            "rebate_price": 27.6,
            "price": 0,
            "min_price": 0,
            "net_price": 30,
            "language": "英语",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":29,\"supplier_price\":27.7,\"agent_rebate\":1.3,\"price\":\"32.00\"}},{\"area\":\"33\",\"price\":{\"user_price\":27.6,\"supplier_price\":26.4,\"agent_rebate\":1.2,\"price\":\"30.00\"}},{\"area\":\"1\",\"price\":{\"user_price\":27.6,\"supplier_price\":26.4,\"agent_rebate\":1.2,\"price\":\"30.00\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDAzNTIwMjIjbWFuZ28jMjAyMi0wNy0yNSAxNDoxMDowMA==",
            "showid": "81232561463895623",
            "cinemaid": 66856,
            "hall_name": "1号厅",
            "film_id": 1374316,
            "film_name": "人生大事",
            "film_code": "00100352022",
            "cinema_code": "13075001",
            "duration": "112",
            "show_time": "2022-07-25 14:10:00",
            "stop_sell_time": "2022-07-25 13:50:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDUxMDAzNjIwMjIjbWFuZ28jMjAyMi0wNy0yNSAxNDozMDowMA==",
            "showid": "81232562105152840",
            "cinemaid": 66856,
            "hall_name": "3号厅",
            "film_id": 511507,
            "film_name": "侏罗纪世界3",
            "film_code": "05100362022",
            "cinema_code": "13075001",
            "duration": "147",
            "show_time": "2022-07-25 14:30:00",
            "stop_sell_time": "2022-07-25 14:10:00",
            "show_version_type": "英文 3D",
            "settle_price": 34.7,
            "original_price": 37.9,
            "rebate_price": 34.7,
            "price": 0,
            "min_price": 0,
            "net_price": 37.9,
            "language": "英语",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":36.1,\"supplier_price\":33.9,\"agent_rebate\":2.2,\"price\":\"39.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":34.7,\"supplier_price\":32.9,\"agent_rebate\":1.8,\"price\":\"37.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":34.7,\"supplier_price\":32.9,\"agent_rebate\":1.8,\"price\":\"37.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDYzNDIwMjEjbWFuZ28jMjAyMi0wNy0yNSAxNDozNTowMA==",
            "showid": "8123256851739934",
            "cinemaid": 66856,
            "hall_name": "6号厅",
            "film_id": 1378073,
            "film_name": "开心超人之英雄的心",
            "film_code": "00106342021",
            "cinema_code": "13075001",
            "duration": "96",
            "show_time": "2022-07-25 14:35:00",
            "stop_sell_time": "2022-07-25 14:15:00",
            "show_version_type": "中文 2D",
            "settle_price": 33.7,
            "original_price": 36.9,
            "rebate_price": 33.7,
            "price": 0,
            "min_price": 0,
            "net_price": 36.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":35.1,\"supplier_price\":32.9,\"agent_rebate\":2.2,\"price\":\"38.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":33.7,\"supplier_price\":31.9,\"agent_rebate\":1.8,\"price\":\"36.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":33.7,\"supplier_price\":31.9,\"agent_rebate\":1.8,\"price\":\"36.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDQ0OTIwMjEjbWFuZ28jMjAyMi0wNy0yNSAxNTowNTowMA==",
            "showid": "8123256365926506",
            "cinemaid": 66856,
            "hall_name": "7号厅PRIME厅儿童需购票",
            "film_id": 534395,
            "film_name": "神探大战",
            "film_code": "00104492021",
            "cinema_code": "13075001",
            "duration": "101",
            "show_time": "2022-07-25 15:05:00",
            "stop_sell_time": "2022-07-25 14:45:00",
            "show_version_type": "中文 2D",
            "settle_price": 35.1,
            "original_price": 38.9,
            "rebate_price": 35.1,
            "price": 0,
            "min_price": 0,
            "net_price": 38.9,
            "language": "粤语,汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":35.1,\"supplier_price\":32.9,\"agent_rebate\":2.2,\"price\":\"38.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":35.1,\"supplier_price\":32.9,\"agent_rebate\":2.2,\"price\":\"38.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDE0NzIwMjIjbWFuZ28jMjAyMi0wNy0yNSAxNToyNTowMA==",
            "showid": "81232561791267224",
            "cinemaid": 66856,
            "hall_name": "2号厅",
            "film_id": 1346863,
            "film_name": "外太空的莫扎特",
            "film_code": "00101472022",
            "cinema_code": "13075001",
            "duration": "136",
            "show_time": "2022-07-25 15:25:00",
            "stop_sell_time": "2022-07-25 15:05:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDA3NTIwMjEjbWFuZ28jMjAyMi0wNy0yNSAxNTozMDowMA==",
            "showid": "81232561201252659",
            "cinemaid": 66856,
            "hall_name": "呱唧厅",
            "film_id": 1369013,
            "film_name": "海底小纵队:洞穴大冒险",
            "film_code": "00100752021",
            "cinema_code": "13075001",
            "duration": "80",
            "show_time": "2022-07-25 15:30:00",
            "stop_sell_time": "2022-07-25 15:10:00",
            "show_version_type": "中文 2D",
            "settle_price": 27.6,
            "original_price": 30,
            "rebate_price": 27.6,
            "price": 0,
            "min_price": 0,
            "net_price": 30,
            "language": "英语",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":29,\"supplier_price\":27.7,\"agent_rebate\":1.3,\"price\":\"32.00\"}},{\"area\":\"33\",\"price\":{\"user_price\":27.6,\"supplier_price\":26.4,\"agent_rebate\":1.2,\"price\":\"30.00\"}},{\"area\":\"1\",\"price\":{\"user_price\":27.6,\"supplier_price\":26.4,\"agent_rebate\":1.2,\"price\":\"30.00\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDAzNTIwMjIjbWFuZ28jMjAyMi0wNy0yNSAxNjoyMDowMA==",
            "showid": "81232561373124375",
            "cinemaid": 66856,
            "hall_name": "1号厅",
            "film_id": 1374316,
            "film_name": "人生大事",
            "film_code": "00100352022",
            "cinema_code": "13075001",
            "duration": "112",
            "show_time": "2022-07-25 16:20:00",
            "stop_sell_time": "2022-07-25 16:00:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIwOTIwMjIjbWFuZ28jMjAyMi0wNy0yNSAxNjoyNTowMA==",
            "showid": "81232561338864891",
            "cinemaid": 66856,
            "hall_name": "6号厅",
            "film_id": 1344331,
            "film_name": "一直一直都很喜欢你",
            "film_code": "00102092022",
            "cinema_code": "13075001",
            "duration": "100",
            "show_time": "2022-07-25 16:25:00",
            "stop_sell_time": "2022-07-25 16:05:00",
            "show_version_type": "中文 2D",
            "settle_price": 34.7,
            "original_price": 37.9,
            "rebate_price": 34.7,
            "price": 0,
            "min_price": 0,
            "net_price": 37.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":36.1,\"supplier_price\":33.9,\"agent_rebate\":2.2,\"price\":\"39.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":34.7,\"supplier_price\":32.9,\"agent_rebate\":1.8,\"price\":\"37.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":34.7,\"supplier_price\":32.9,\"agent_rebate\":1.8,\"price\":\"37.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDQ0OTIwMjEjbWFuZ28jMjAyMi0wNy0yNSAxNzowNTowMA==",
            "showid": "8123256800529546",
            "cinemaid": 66856,
            "hall_name": "7号厅PRIME厅儿童需购票",
            "film_id": 534395,
            "film_name": "神探大战",
            "film_code": "00104492021",
            "cinema_code": "13075001",
            "duration": "101",
            "show_time": "2022-07-25 17:05:00",
            "stop_sell_time": "2022-07-25 16:45:00",
            "show_version_type": "中文 2D",
            "settle_price": 35.1,
            "original_price": 38.9,
            "rebate_price": 35.1,
            "price": 0,
            "min_price": 0,
            "net_price": 38.9,
            "language": "粤语,汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":35.1,\"supplier_price\":32.9,\"agent_rebate\":2.2,\"price\":\"38.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":35.1,\"supplier_price\":32.9,\"agent_rebate\":2.2,\"price\":\"38.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDA3NTIwMjEjbWFuZ28jMjAyMi0wNy0yNSAxNzoxMDowMA==",
            "showid": "81232561784415452",
            "cinemaid": 66856,
            "hall_name": "呱唧厅",
            "film_id": 1369013,
            "film_name": "海底小纵队:洞穴大冒险",
            "film_code": "00100752021",
            "cinema_code": "13075001",
            "duration": "80",
            "show_time": "2022-07-25 17:10:00",
            "stop_sell_time": "2022-07-25 16:50:00",
            "show_version_type": "中文 2D",
            "settle_price": 27.6,
            "original_price": 30,
            "rebate_price": 27.6,
            "price": 0,
            "min_price": 0,
            "net_price": 30,
            "language": "英语",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":29,\"supplier_price\":27.7,\"agent_rebate\":1.3,\"price\":\"32.00\"}},{\"area\":\"33\",\"price\":{\"user_price\":27.6,\"supplier_price\":26.4,\"agent_rebate\":1.2,\"price\":\"30.00\"}},{\"area\":\"1\",\"price\":{\"user_price\":27.6,\"supplier_price\":26.4,\"agent_rebate\":1.2,\"price\":\"30.00\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDAzNTIwMjIjbWFuZ28jMjAyMi0wNy0yNSAxNzoyMDowMA==",
            "showid": "81232561491704742",
            "cinemaid": 66856,
            "hall_name": "3号厅",
            "film_id": 1374316,
            "film_name": "人生大事",
            "film_code": "00100352022",
            "cinema_code": "13075001",
            "duration": "112",
            "show_time": "2022-07-25 17:20:00",
            "stop_sell_time": "2022-07-25 17:00:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDE0NzIwMjIjbWFuZ28jMjAyMi0wNy0yNSAxNzo1NTowMA==",
            "showid": "81232561320514110",
            "cinemaid": 66856,
            "hall_name": "2号厅",
            "film_id": 1346863,
            "film_name": "外太空的莫扎特",
            "film_code": "00101472022",
            "cinema_code": "13075001",
            "duration": "136",
            "show_time": "2022-07-25 17:55:00",
            "stop_sell_time": "2022-07-25 17:35:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDQ0OTIwMjEjbWFuZ28jMjAyMi0wNy0yNSAxODoxNTowMA==",
            "showid": "81232561401279664",
            "cinemaid": 66856,
            "hall_name": "6号厅",
            "film_id": 534395,
            "film_name": "神探大战",
            "film_code": "00104492021",
            "cinema_code": "13075001",
            "duration": "101",
            "show_time": "2022-07-25 18:15:00",
            "stop_sell_time": "2022-07-25 17:55:00",
            "show_version_type": "粤语 2D",
            "settle_price": 34.7,
            "original_price": 37.9,
            "rebate_price": 34.7,
            "price": 0,
            "min_price": 0,
            "net_price": 37.9,
            "language": "粤语,汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":36.1,\"supplier_price\":33.9,\"agent_rebate\":2.2,\"price\":\"39.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":34.7,\"supplier_price\":32.9,\"agent_rebate\":1.8,\"price\":\"37.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":34.7,\"supplier_price\":32.9,\"agent_rebate\":1.8,\"price\":\"37.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDAzNTIwMjIjbWFuZ28jMjAyMi0wNy0yNSAxODozMDowMA==",
            "showid": "81232561982495791",
            "cinemaid": 66856,
            "hall_name": "1号厅",
            "film_id": 1374316,
            "film_name": "人生大事",
            "film_code": "00100352022",
            "cinema_code": "13075001",
            "duration": "112",
            "show_time": "2022-07-25 18:30:00",
            "stop_sell_time": "2022-07-25 18:10:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDE0NzIwMjIjbWFuZ28jMjAyMi0wNy0yNSAxODo1MDowMA==",
            "showid": "81232561531142529",
            "cinemaid": 66856,
            "hall_name": "呱唧厅",
            "film_id": 1346863,
            "film_name": "外太空的莫扎特",
            "film_code": "00101472022",
            "cinema_code": "13075001",
            "duration": "136",
            "show_time": "2022-07-25 18:50:00",
            "stop_sell_time": "2022-07-25 18:30:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDQ0OTIwMjEjbWFuZ28jMjAyMi0wNy0yNSAxOTowMDowMA==",
            "showid": "8123256673864708",
            "cinemaid": 66856,
            "hall_name": "7号厅PRIME厅儿童需购票",
            "film_id": 534395,
            "film_name": "神探大战",
            "film_code": "00104492021",
            "cinema_code": "13075001",
            "duration": "101",
            "show_time": "2022-07-25 19:00:00",
            "stop_sell_time": "2022-07-25 18:40:00",
            "show_version_type": "中文 2D",
            "settle_price": 35.1,
            "original_price": 38.9,
            "rebate_price": 35.1,
            "price": 0,
            "min_price": 0,
            "net_price": 38.9,
            "language": "粤语,汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":35.1,\"supplier_price\":32.9,\"agent_rebate\":2.2,\"price\":\"38.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":35.1,\"supplier_price\":32.9,\"agent_rebate\":2.2,\"price\":\"38.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDAzNTIwMjIjbWFuZ28jMjAyMi0wNy0yNSAxOTozNTowMA==",
            "showid": "81232562079070828",
            "cinemaid": 66856,
            "hall_name": "3号厅",
            "film_id": 1374316,
            "film_name": "人生大事",
            "film_code": "00100352022",
            "cinema_code": "13075001",
            "duration": "112",
            "show_time": "2022-07-25 19:35:00",
            "stop_sell_time": "2022-07-25 19:15:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDQ0OTIwMjEjbWFuZ28jMjAyMi0wNy0yNSAyMDoxMDowMA==",
            "showid": "81232561095681557",
            "cinemaid": 66856,
            "hall_name": "6号厅",
            "film_id": 534395,
            "film_name": "神探大战",
            "film_code": "00104492021",
            "cinema_code": "13075001",
            "duration": "101",
            "show_time": "2022-07-25 20:10:00",
            "stop_sell_time": "2022-07-25 19:50:00",
            "show_version_type": "粤语 2D",
            "settle_price": 34.7,
            "original_price": 37.9,
            "rebate_price": 34.7,
            "price": 0,
            "min_price": 0,
            "net_price": 37.9,
            "language": "粤语,汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":36.1,\"supplier_price\":33.9,\"agent_rebate\":2.2,\"price\":\"39.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":34.7,\"supplier_price\":32.9,\"agent_rebate\":1.8,\"price\":\"37.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":34.7,\"supplier_price\":32.9,\"agent_rebate\":1.8,\"price\":\"37.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDE0NzIwMjIjbWFuZ28jMjAyMi0wNy0yNSAyMDozMDowMA==",
            "showid": "81232561143290273",
            "cinemaid": 66856,
            "hall_name": "2号厅",
            "film_id": 1346863,
            "film_name": "外太空的莫扎特",
            "film_code": "00101472022",
            "cinema_code": "13075001",
            "duration": "136",
            "show_time": "2022-07-25 20:30:00",
            "stop_sell_time": "2022-07-25 20:10:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDAzNTIwMjIjbWFuZ28jMjAyMi0wNy0yNSAyMDo0MDowMA==",
            "showid": "812325618174335",
            "cinemaid": 66856,
            "hall_name": "1号厅",
            "film_id": 1374316,
            "film_name": "人生大事",
            "film_code": "00100352022",
            "cinema_code": "13075001",
            "duration": "112",
            "show_time": "2022-07-25 20:40:00",
            "stop_sell_time": "2022-07-25 20:20:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDQ0OTIwMjEjbWFuZ28jMjAyMi0wNy0yNSAyMTowMDowMA==",
            "showid": "81232561674679457",
            "cinemaid": 66856,
            "hall_name": "7号厅PRIME厅儿童需购票",
            "film_id": 534395,
            "film_name": "神探大战",
            "film_code": "00104492021",
            "cinema_code": "13075001",
            "duration": "101",
            "show_time": "2022-07-25 21:00:00",
            "stop_sell_time": "2022-07-25 20:40:00",
            "show_version_type": "中文 2D",
            "settle_price": 35.1,
            "original_price": 38.9,
            "rebate_price": 35.1,
            "price": 0,
            "min_price": 0,
            "net_price": 38.9,
            "language": "粤语,汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":35.1,\"supplier_price\":32.9,\"agent_rebate\":2.2,\"price\":\"38.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":35.1,\"supplier_price\":32.9,\"agent_rebate\":2.2,\"price\":\"38.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDE0NzIwMjIjbWFuZ28jMjAyMi0wNy0yNSAyMToyNTowMA==",
            "showid": "81232561086248738",
            "cinemaid": 66856,
            "hall_name": "呱唧厅",
            "film_id": 1346863,
            "film_name": "外太空的莫扎特",
            "film_code": "00101472022",
            "cinema_code": "13075001",
            "duration": "136",
            "show_time": "2022-07-25 21:25:00",
            "stop_sell_time": "2022-07-25 21:05:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDAzNTIwMjIjbWFuZ28jMjAyMi0wNy0yNSAyMTo0NTowMA==",
            "showid": "81232562125125220",
            "cinemaid": 66856,
            "hall_name": "3号厅",
            "film_id": 1374316,
            "film_name": "人生大事",
            "film_code": "00100352022",
            "cinema_code": "13075001",
            "duration": "112",
            "show_time": "2022-07-25 21:45:00",
            "stop_sell_time": "2022-07-25 21:25:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDQ0OTIwMjEjbWFuZ28jMjAyMi0wNy0yNSAyMjowNTowMA==",
            "showid": "81232561993063755",
            "cinemaid": 66856,
            "hall_name": "6号厅",
            "film_id": 534395,
            "film_name": "神探大战",
            "film_code": "00104492021",
            "cinema_code": "13075001",
            "duration": "101",
            "show_time": "2022-07-25 22:05:00",
            "stop_sell_time": "2022-07-25 21:45:00",
            "show_version_type": "粤语 2D",
            "settle_price": 32.7,
            "original_price": 35.9,
            "rebate_price": 32.7,
            "price": 0,
            "min_price": 0,
            "net_price": 35.9,
            "language": "粤语,汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":34.7,\"supplier_price\":32.9,\"agent_rebate\":1.8,\"price\":\"37.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":32.7,\"supplier_price\":30.9,\"agent_rebate\":1.8,\"price\":\"35.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":32.7,\"supplier_price\":30.9,\"agent_rebate\":1.8,\"price\":\"35.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDAzNTIwMjIjbWFuZ28jMjAyMi0wNy0yNSAyMjo0NTowMA==",
            "showid": "81232561725161418",
            "cinemaid": 66856,
            "hall_name": "1号厅",
            "film_id": 1374316,
            "film_name": "人生大事",
            "film_code": "00100352022",
            "cinema_code": "13075001",
            "duration": "112",
            "show_time": "2022-07-25 22:45:00",
            "stop_sell_time": "2022-07-25 22:25:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.1,
            "original_price": 40.9,
            "rebate_price": 37.1,
            "price": 0,
            "min_price": 0,
            "net_price": 40.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":38.9,\"supplier_price\":36.9,\"agent_rebate\":2,\"price\":\"42.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDQ0OTIwMjEjbWFuZ28jMjAyMi0wNy0yNSAyMzowMDowMA==",
            "showid": "81232561862194045",
            "cinemaid": 66856,
            "hall_name": "7号厅PRIME厅儿童需购票",
            "film_id": 534395,
            "film_name": "神探大战",
            "film_code": "00104492021",
            "cinema_code": "13075001",
            "duration": "101",
            "show_time": "2022-07-25 23:00:00",
            "stop_sell_time": "2022-07-25 22:40:00",
            "show_version_type": "中文 2D",
            "settle_price": 34.7,
            "original_price": 37.9,
            "rebate_price": 34.7,
            "price": 0,
            "min_price": 0,
            "net_price": 37.9,
            "language": "粤语,汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":36.1,\"supplier_price\":33.9,\"agent_rebate\":2.2,\"price\":\"39.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":34.7,\"supplier_price\":32.9,\"agent_rebate\":1.8,\"price\":\"37.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":34.7,\"supplier_price\":32.9,\"agent_rebate\":1.8,\"price\":\"37.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDAzNTIwMjIjbWFuZ28jMjAyMi0wNy0yNiAxMDowMDowMA==",
            "showid": "81232561611890787",
            "cinemaid": 66856,
            "hall_name": "1号厅",
            "film_id": 1374316,
            "film_name": "人生大事",
            "film_code": "00100352022",
            "cinema_code": "13075001",
            "duration": "112",
            "show_time": "2022-07-26 10:00:00",
            "stop_sell_time": "2022-07-26 09:40:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.1,
            "original_price": 40.9,
            "rebate_price": 37.1,
            "price": 0,
            "min_price": 0,
            "net_price": 40.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":38.9,\"supplier_price\":36.9,\"agent_rebate\":2,\"price\":\"42.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDE0NzIwMjIjbWFuZ28jMjAyMi0wNy0yNiAxMDoxNTowMA==",
            "showid": "81232562014514701",
            "cinemaid": 66856,
            "hall_name": "2号厅",
            "film_id": 1346863,
            "film_name": "外太空的莫扎特",
            "film_code": "00101472022",
            "cinema_code": "13075001",
            "duration": "136",
            "show_time": "2022-07-26 10:15:00",
            "stop_sell_time": "2022-07-26 09:55:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.1,
            "original_price": 40.9,
            "rebate_price": 37.1,
            "price": 0,
            "min_price": 0,
            "net_price": 40.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":38.9,\"supplier_price\":36.9,\"agent_rebate\":2,\"price\":\"42.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDA3NTIwMjEjbWFuZ28jMjAyMi0wNy0yNiAxMDozMDowMA==",
            "showid": "81232561532834051",
            "cinemaid": 66856,
            "hall_name": "呱唧厅",
            "film_id": 1369013,
            "film_name": "海底小纵队:洞穴大冒险",
            "film_code": "00100752021",
            "cinema_code": "13075001",
            "duration": "80",
            "show_time": "2022-07-26 10:30:00",
            "stop_sell_time": "2022-07-26 10:10:00",
            "show_version_type": "中文 2D",
            "settle_price": 27.6,
            "original_price": 30,
            "rebate_price": 27.6,
            "price": 0,
            "min_price": 0,
            "net_price": 30,
            "language": "英语",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":29,\"supplier_price\":27.7,\"agent_rebate\":1.3,\"price\":\"32.00\"}},{\"area\":\"33\",\"price\":{\"user_price\":27.6,\"supplier_price\":26.4,\"agent_rebate\":1.2,\"price\":\"30.00\"}},{\"area\":\"1\",\"price\":{\"user_price\":27.6,\"supplier_price\":26.4,\"agent_rebate\":1.2,\"price\":\"30.00\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDYzNDIwMjEjbWFuZ28jMjAyMi0wNy0yNiAxMDo1MDowMA==",
            "showid": "8123256978378577",
            "cinemaid": 66856,
            "hall_name": "6号厅",
            "film_id": 1378073,
            "film_name": "开心超人之英雄的心",
            "film_code": "00106342021",
            "cinema_code": "13075001",
            "duration": "96",
            "show_time": "2022-07-26 10:50:00",
            "stop_sell_time": "2022-07-26 10:30:00",
            "show_version_type": "中文 2D",
            "settle_price": 31.9,
            "original_price": 34.9,
            "rebate_price": 31.9,
            "price": 0,
            "min_price": 0,
            "net_price": 34.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":33.7,\"supplier_price\":31.9,\"agent_rebate\":1.8,\"price\":\"36.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":31.9,\"supplier_price\":30.9,\"agent_rebate\":1,\"price\":\"34.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":31.9,\"supplier_price\":30.9,\"agent_rebate\":1,\"price\":\"34.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDQ0OTIwMjEjbWFuZ28jMjAyMi0wNy0yNiAxMTowNTowMA==",
            "showid": "81232561623005741",
            "cinemaid": 66856,
            "hall_name": "7号厅PRIME厅儿童需购票",
            "film_id": 534395,
            "film_name": "神探大战",
            "film_code": "00104492021",
            "cinema_code": "13075001",
            "duration": "101",
            "show_time": "2022-07-26 11:05:00",
            "stop_sell_time": "2022-07-26 10:45:00",
            "show_version_type": "中文 2D",
            "settle_price": 34.7,
            "original_price": 37.9,
            "rebate_price": 34.7,
            "price": 0,
            "min_price": 0,
            "net_price": 37.9,
            "language": "粤语,汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":36.1,\"supplier_price\":33.9,\"agent_rebate\":2.2,\"price\":\"39.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":34.7,\"supplier_price\":32.9,\"agent_rebate\":1.8,\"price\":\"37.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":34.7,\"supplier_price\":32.9,\"agent_rebate\":1.8,\"price\":\"37.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDUxMDAzNjIwMjIjbWFuZ28jMjAyMi0wNy0yNiAxMTo0MDowMA==",
            "showid": "8123256587117720",
            "cinemaid": 66856,
            "hall_name": "3号厅",
            "film_id": 511507,
            "film_name": "侏罗纪世界3",
            "film_code": "05100362022",
            "cinema_code": "13075001",
            "duration": "147",
            "show_time": "2022-07-26 11:40:00",
            "stop_sell_time": "2022-07-26 11:20:00",
            "show_version_type": "英文 3D",
            "settle_price": 31.9,
            "original_price": 34.9,
            "rebate_price": 31.9,
            "price": 0,
            "min_price": 0,
            "net_price": 34.9,
            "language": "英语",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":33.7,\"supplier_price\":31.9,\"agent_rebate\":1.8,\"price\":\"36.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":31.9,\"supplier_price\":30.9,\"agent_rebate\":1,\"price\":\"34.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":31.9,\"supplier_price\":30.9,\"agent_rebate\":1,\"price\":\"34.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDAzNTIwMjIjbWFuZ28jMjAyMi0wNy0yNiAxMjowNTowMA==",
            "showid": "81232561395721525",
            "cinemaid": 66856,
            "hall_name": "1号厅",
            "film_id": 1374316,
            "film_name": "人生大事",
            "film_code": "00100352022",
            "cinema_code": "13075001",
            "duration": "112",
            "show_time": "2022-07-26 12:05:00",
            "stop_sell_time": "2022-07-26 11:45:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.1,
            "original_price": 40.9,
            "rebate_price": 37.1,
            "price": 0,
            "min_price": 0,
            "net_price": 40.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":38.9,\"supplier_price\":36.9,\"agent_rebate\":2,\"price\":\"42.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDA3NTIwMjEjbWFuZ28jMjAyMi0wNy0yNiAxMjoxMDowMA==",
            "showid": "81232561224001813",
            "cinemaid": 66856,
            "hall_name": "呱唧厅",
            "film_id": 1369013,
            "film_name": "海底小纵队:洞穴大冒险",
            "film_code": "00100752021",
            "cinema_code": "13075001",
            "duration": "80",
            "show_time": "2022-07-26 12:10:00",
            "stop_sell_time": "2022-07-26 11:50:00",
            "show_version_type": "中文 2D",
            "settle_price": 27.6,
            "original_price": 30,
            "rebate_price": 27.6,
            "price": 0,
            "min_price": 0,
            "net_price": 30,
            "language": "英语",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":29,\"supplier_price\":27.7,\"agent_rebate\":1.3,\"price\":\"32.00\"}},{\"area\":\"33\",\"price\":{\"user_price\":27.6,\"supplier_price\":26.4,\"agent_rebate\":1.2,\"price\":\"30.00\"}},{\"area\":\"1\",\"price\":{\"user_price\":27.6,\"supplier_price\":26.4,\"agent_rebate\":1.2,\"price\":\"30.00\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIwOTIwMjIjbWFuZ28jMjAyMi0wNy0yNiAxMjo0NTowMA==",
            "showid": "8123256544387310",
            "cinemaid": 66856,
            "hall_name": "6号厅",
            "film_id": 1344331,
            "film_name": "一直一直都很喜欢你",
            "film_code": "00102092022",
            "cinema_code": "13075001",
            "duration": "100",
            "show_time": "2022-07-26 12:45:00",
            "stop_sell_time": "2022-07-26 12:25:00",
            "show_version_type": "中文 2D",
            "settle_price": 32.7,
            "original_price": 35.9,
            "rebate_price": 32.7,
            "price": 0,
            "min_price": 0,
            "net_price": 35.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":34.7,\"supplier_price\":32.9,\"agent_rebate\":1.8,\"price\":\"37.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":32.7,\"supplier_price\":30.9,\"agent_rebate\":1.8,\"price\":\"35.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":32.7,\"supplier_price\":30.9,\"agent_rebate\":1.8,\"price\":\"35.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDE0NzIwMjIjbWFuZ28jMjAyMi0wNy0yNiAxMjo1MDowMA==",
            "showid": "81232562103228758",
            "cinemaid": 66856,
            "hall_name": "2号厅",
            "film_id": 1346863,
            "film_name": "外太空的莫扎特",
            "film_code": "00101472022",
            "cinema_code": "13075001",
            "duration": "136",
            "show_time": "2022-07-26 12:50:00",
            "stop_sell_time": "2022-07-26 12:30:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.1,
            "original_price": 40.9,
            "rebate_price": 37.1,
            "price": 0,
            "min_price": 0,
            "net_price": 40.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":38.9,\"supplier_price\":36.9,\"agent_rebate\":2,\"price\":\"42.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDQ0OTIwMjEjbWFuZ28jMjAyMi0wNy0yNiAxMzowNTowMA==",
            "showid": "8123256327459637",
            "cinemaid": 66856,
            "hall_name": "7号厅PRIME厅儿童需购票",
            "film_id": 534395,
            "film_name": "神探大战",
            "film_code": "00104492021",
            "cinema_code": "13075001",
            "duration": "101",
            "show_time": "2022-07-26 13:05:00",
            "stop_sell_time": "2022-07-26 12:45:00",
            "show_version_type": "中文 2D",
            "settle_price": 35.1,
            "original_price": 38.9,
            "rebate_price": 35.1,
            "price": 0,
            "min_price": 0,
            "net_price": 38.9,
            "language": "粤语,汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":35.1,\"supplier_price\":32.9,\"agent_rebate\":2.2,\"price\":\"38.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":35.1,\"supplier_price\":32.9,\"agent_rebate\":2.2,\"price\":\"38.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDA3NTIwMjEjbWFuZ28jMjAyMi0wNy0yNiAxMzo1MDowMA==",
            "showid": "8123256396532681",
            "cinemaid": 66856,
            "hall_name": "呱唧厅",
            "film_id": 1369013,
            "film_name": "海底小纵队:洞穴大冒险",
            "film_code": "00100752021",
            "cinema_code": "13075001",
            "duration": "80",
            "show_time": "2022-07-26 13:50:00",
            "stop_sell_time": "2022-07-26 13:30:00",
            "show_version_type": "中文 2D",
            "settle_price": 27.6,
            "original_price": 30,
            "rebate_price": 27.6,
            "price": 0,
            "min_price": 0,
            "net_price": 30,
            "language": "英语",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":29,\"supplier_price\":27.7,\"agent_rebate\":1.3,\"price\":\"32.00\"}},{\"area\":\"33\",\"price\":{\"user_price\":27.6,\"supplier_price\":26.4,\"agent_rebate\":1.2,\"price\":\"30.00\"}},{\"area\":\"1\",\"price\":{\"user_price\":27.6,\"supplier_price\":26.4,\"agent_rebate\":1.2,\"price\":\"30.00\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDAzNTIwMjIjbWFuZ28jMjAyMi0wNy0yNiAxNDoxMDowMA==",
            "showid": "81232561788901491",
            "cinemaid": 66856,
            "hall_name": "1号厅",
            "film_id": 1374316,
            "film_name": "人生大事",
            "film_code": "00100352022",
            "cinema_code": "13075001",
            "duration": "112",
            "show_time": "2022-07-26 14:10:00",
            "stop_sell_time": "2022-07-26 13:50:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDUxMDAzNjIwMjIjbWFuZ28jMjAyMi0wNy0yNiAxNDoyMDowMA==",
            "showid": "81232561343339457",
            "cinemaid": 66856,
            "hall_name": "3号厅",
            "film_id": 511507,
            "film_name": "侏罗纪世界3",
            "film_code": "05100362022",
            "cinema_code": "13075001",
            "duration": "147",
            "show_time": "2022-07-26 14:20:00",
            "stop_sell_time": "2022-07-26 14:00:00",
            "show_version_type": "英文 3D",
            "settle_price": 34.7,
            "original_price": 37.9,
            "rebate_price": 34.7,
            "price": 0,
            "min_price": 0,
            "net_price": 37.9,
            "language": "英语",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":36.1,\"supplier_price\":33.9,\"agent_rebate\":2.2,\"price\":\"39.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":34.7,\"supplier_price\":32.9,\"agent_rebate\":1.8,\"price\":\"37.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":34.7,\"supplier_price\":32.9,\"agent_rebate\":1.8,\"price\":\"37.90\"}}]",
            "created_at": "2022-07-25 13:15:59",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDUxMDAzNjIwMjIjbWFuZ28jMjAyMi0wNy0yNiAxNDozMDowMA==",
            "showid": "81232561266548319",
            "cinemaid": 66856,
            "hall_name": "3号厅",
            "film_id": 511507,
            "film_name": "侏罗纪世界3",
            "film_code": "05100362022",
            "cinema_code": "13075001",
            "duration": "147",
            "show_time": "2022-07-26 14:30:00",
            "stop_sell_time": "2022-07-26 14:10:00",
            "show_version_type": "英文 3D",
            "settle_price": 34.7,
            "original_price": 37.9,
            "rebate_price": 34.7,
            "price": 0,
            "min_price": 0,
            "net_price": 37.9,
            "language": "英语",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":36.1,\"supplier_price\":33.9,\"agent_rebate\":2.2,\"price\":\"39.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":34.7,\"supplier_price\":32.9,\"agent_rebate\":1.8,\"price\":\"37.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":34.7,\"supplier_price\":32.9,\"agent_rebate\":1.8,\"price\":\"37.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 12:15:46"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDYzNDIwMjEjbWFuZ28jMjAyMi0wNy0yNiAxNDozNTowMA==",
            "showid": "81232561929510901",
            "cinemaid": 66856,
            "hall_name": "6号厅",
            "film_id": 1378073,
            "film_name": "开心超人之英雄的心",
            "film_code": "00106342021",
            "cinema_code": "13075001",
            "duration": "96",
            "show_time": "2022-07-26 14:35:00",
            "stop_sell_time": "2022-07-26 14:15:00",
            "show_version_type": "中文 2D",
            "settle_price": 33.7,
            "original_price": 36.9,
            "rebate_price": 33.7,
            "price": 0,
            "min_price": 0,
            "net_price": 36.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":35.1,\"supplier_price\":32.9,\"agent_rebate\":2.2,\"price\":\"38.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":33.7,\"supplier_price\":31.9,\"agent_rebate\":1.8,\"price\":\"36.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":33.7,\"supplier_price\":31.9,\"agent_rebate\":1.8,\"price\":\"36.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDQ0OTIwMjEjbWFuZ28jMjAyMi0wNy0yNiAxNTowNTowMA==",
            "showid": "8123256290935384",
            "cinemaid": 66856,
            "hall_name": "7号厅PRIME厅儿童需购票",
            "film_id": 534395,
            "film_name": "神探大战",
            "film_code": "00104492021",
            "cinema_code": "13075001",
            "duration": "101",
            "show_time": "2022-07-26 15:05:00",
            "stop_sell_time": "2022-07-26 14:45:00",
            "show_version_type": "中文 2D",
            "settle_price": 35.1,
            "original_price": 38.9,
            "rebate_price": 35.1,
            "price": 0,
            "min_price": 0,
            "net_price": 38.9,
            "language": "粤语,汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":35.1,\"supplier_price\":32.9,\"agent_rebate\":2.2,\"price\":\"38.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":35.1,\"supplier_price\":32.9,\"agent_rebate\":2.2,\"price\":\"38.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDE0NzIwMjIjbWFuZ28jMjAyMi0wNy0yNiAxNToyNTowMA==",
            "showid": "812325616106043",
            "cinemaid": 66856,
            "hall_name": "2号厅",
            "film_id": 1346863,
            "film_name": "外太空的莫扎特",
            "film_code": "00101472022",
            "cinema_code": "13075001",
            "duration": "136",
            "show_time": "2022-07-26 15:25:00",
            "stop_sell_time": "2022-07-26 15:05:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDA3NTIwMjEjbWFuZ28jMjAyMi0wNy0yNiAxNTozMDowMA==",
            "showid": "81232562017067175",
            "cinemaid": 66856,
            "hall_name": "呱唧厅",
            "film_id": 1369013,
            "film_name": "海底小纵队:洞穴大冒险",
            "film_code": "00100752021",
            "cinema_code": "13075001",
            "duration": "80",
            "show_time": "2022-07-26 15:30:00",
            "stop_sell_time": "2022-07-26 15:10:00",
            "show_version_type": "中文 2D",
            "settle_price": 27.6,
            "original_price": 30,
            "rebate_price": 27.6,
            "price": 0,
            "min_price": 0,
            "net_price": 30,
            "language": "英语",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":29,\"supplier_price\":27.7,\"agent_rebate\":1.3,\"price\":\"32.00\"}},{\"area\":\"33\",\"price\":{\"user_price\":27.6,\"supplier_price\":26.4,\"agent_rebate\":1.2,\"price\":\"30.00\"}},{\"area\":\"1\",\"price\":{\"user_price\":27.6,\"supplier_price\":26.4,\"agent_rebate\":1.2,\"price\":\"30.00\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDAzNTIwMjIjbWFuZ28jMjAyMi0wNy0yNiAxNjoyMDowMA==",
            "showid": "8123256557309859",
            "cinemaid": 66856,
            "hall_name": "1号厅",
            "film_id": 1374316,
            "film_name": "人生大事",
            "film_code": "00100352022",
            "cinema_code": "13075001",
            "duration": "112",
            "show_time": "2022-07-26 16:20:00",
            "stop_sell_time": "2022-07-26 16:00:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIwOTIwMjIjbWFuZ28jMjAyMi0wNy0yNiAxNjoyNTowMA==",
            "showid": "81232561913932223",
            "cinemaid": 66856,
            "hall_name": "6号厅",
            "film_id": 1344331,
            "film_name": "一直一直都很喜欢你",
            "film_code": "00102092022",
            "cinema_code": "13075001",
            "duration": "100",
            "show_time": "2022-07-26 16:25:00",
            "stop_sell_time": "2022-07-26 16:05:00",
            "show_version_type": "中文 2D",
            "settle_price": 34.7,
            "original_price": 37.9,
            "rebate_price": 34.7,
            "price": 0,
            "min_price": 0,
            "net_price": 37.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":36.1,\"supplier_price\":33.9,\"agent_rebate\":2.2,\"price\":\"39.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":34.7,\"supplier_price\":32.9,\"agent_rebate\":1.8,\"price\":\"37.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":34.7,\"supplier_price\":32.9,\"agent_rebate\":1.8,\"price\":\"37.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDAzNTIwMjIjbWFuZ28jMjAyMi0wNy0yNiAxNzowMDowMA==",
            "showid": "81232561827715338",
            "cinemaid": 66856,
            "hall_name": "3号厅",
            "film_id": 1374316,
            "film_name": "人生大事",
            "film_code": "00100352022",
            "cinema_code": "13075001",
            "duration": "112",
            "show_time": "2022-07-26 17:00:00",
            "stop_sell_time": "2022-07-26 16:40:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-25 13:15:59",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDQ0OTIwMjEjbWFuZ28jMjAyMi0wNy0yNiAxNzowNTowMA==",
            "showid": "81232561958532626",
            "cinemaid": 66856,
            "hall_name": "7号厅PRIME厅儿童需购票",
            "film_id": 534395,
            "film_name": "神探大战",
            "film_code": "00104492021",
            "cinema_code": "13075001",
            "duration": "101",
            "show_time": "2022-07-26 17:05:00",
            "stop_sell_time": "2022-07-26 16:45:00",
            "show_version_type": "中文 2D",
            "settle_price": 35.1,
            "original_price": 38.9,
            "rebate_price": 35.1,
            "price": 0,
            "min_price": 0,
            "net_price": 38.9,
            "language": "粤语,汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":35.1,\"supplier_price\":32.9,\"agent_rebate\":2.2,\"price\":\"38.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":35.1,\"supplier_price\":32.9,\"agent_rebate\":2.2,\"price\":\"38.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDA3NTIwMjEjbWFuZ28jMjAyMi0wNy0yNiAxNzoxMDowMA==",
            "showid": "81232561076997726",
            "cinemaid": 66856,
            "hall_name": "呱唧厅",
            "film_id": 1369013,
            "film_name": "海底小纵队:洞穴大冒险",
            "film_code": "00100752021",
            "cinema_code": "13075001",
            "duration": "80",
            "show_time": "2022-07-26 17:10:00",
            "stop_sell_time": "2022-07-26 16:50:00",
            "show_version_type": "中文 2D",
            "settle_price": 27.6,
            "original_price": 30,
            "rebate_price": 27.6,
            "price": 0,
            "min_price": 0,
            "net_price": 30,
            "language": "英语",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":29,\"supplier_price\":27.7,\"agent_rebate\":1.3,\"price\":\"32.00\"}},{\"area\":\"33\",\"price\":{\"user_price\":27.6,\"supplier_price\":26.4,\"agent_rebate\":1.2,\"price\":\"30.00\"}},{\"area\":\"1\",\"price\":{\"user_price\":27.6,\"supplier_price\":26.4,\"agent_rebate\":1.2,\"price\":\"30.00\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDAzNTIwMjIjbWFuZ28jMjAyMi0wNy0yNiAxNzoyMDowMA==",
            "showid": "81232561015359982",
            "cinemaid": 66856,
            "hall_name": "3号厅",
            "film_id": 1374316,
            "film_name": "人生大事",
            "film_code": "00100352022",
            "cinema_code": "13075001",
            "duration": "112",
            "show_time": "2022-07-26 17:20:00",
            "stop_sell_time": "2022-07-26 17:00:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 12:15:46"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDE0NzIwMjIjbWFuZ28jMjAyMi0wNy0yNiAxNzo1NTowMA==",
            "showid": "81232561459629833",
            "cinemaid": 66856,
            "hall_name": "2号厅",
            "film_id": 1346863,
            "film_name": "外太空的莫扎特",
            "film_code": "00101472022",
            "cinema_code": "13075001",
            "duration": "136",
            "show_time": "2022-07-26 17:55:00",
            "stop_sell_time": "2022-07-26 17:35:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDQ0OTIwMjEjbWFuZ28jMjAyMi0wNy0yNiAxODoxNTowMA==",
            "showid": "81232561154077425",
            "cinemaid": 66856,
            "hall_name": "6号厅",
            "film_id": 534395,
            "film_name": "神探大战",
            "film_code": "00104492021",
            "cinema_code": "13075001",
            "duration": "101",
            "show_time": "2022-07-26 18:15:00",
            "stop_sell_time": "2022-07-26 17:55:00",
            "show_version_type": "粤语 2D",
            "settle_price": 34.7,
            "original_price": 37.9,
            "rebate_price": 34.7,
            "price": 0,
            "min_price": 0,
            "net_price": 37.9,
            "language": "粤语,汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":36.1,\"supplier_price\":33.9,\"agent_rebate\":2.2,\"price\":\"39.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":34.7,\"supplier_price\":32.9,\"agent_rebate\":1.8,\"price\":\"37.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":34.7,\"supplier_price\":32.9,\"agent_rebate\":1.8,\"price\":\"37.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDAzNTIwMjIjbWFuZ28jMjAyMi0wNy0yNiAxODozMDowMA==",
            "showid": "8123256129309574",
            "cinemaid": 66856,
            "hall_name": "1号厅",
            "film_id": 1374316,
            "film_name": "人生大事",
            "film_code": "00100352022",
            "cinema_code": "13075001",
            "duration": "112",
            "show_time": "2022-07-26 18:30:00",
            "stop_sell_time": "2022-07-26 18:10:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDE0NzIwMjIjbWFuZ28jMjAyMi0wNy0yNiAxODo1MDowMA==",
            "showid": "8123256910638550",
            "cinemaid": 66856,
            "hall_name": "呱唧厅",
            "film_id": 1346863,
            "film_name": "外太空的莫扎特",
            "film_code": "00101472022",
            "cinema_code": "13075001",
            "duration": "136",
            "show_time": "2022-07-26 18:50:00",
            "stop_sell_time": "2022-07-26 18:30:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDQ0OTIwMjEjbWFuZ28jMjAyMi0wNy0yNiAxOTowMDowMA==",
            "showid": "81232562030836563",
            "cinemaid": 66856,
            "hall_name": "7号厅PRIME厅儿童需购票",
            "film_id": 534395,
            "film_name": "神探大战",
            "film_code": "00104492021",
            "cinema_code": "13075001",
            "duration": "101",
            "show_time": "2022-07-26 19:00:00",
            "stop_sell_time": "2022-07-26 18:40:00",
            "show_version_type": "中文 2D",
            "settle_price": 35.1,
            "original_price": 38.9,
            "rebate_price": 35.1,
            "price": 0,
            "min_price": 0,
            "net_price": 38.9,
            "language": "粤语,汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":35.1,\"supplier_price\":32.9,\"agent_rebate\":2.2,\"price\":\"38.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":35.1,\"supplier_price\":32.9,\"agent_rebate\":2.2,\"price\":\"38.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDAzNTIwMjIjbWFuZ28jMjAyMi0wNy0yNiAxOTozNTowMA==",
            "showid": "81232562022358167",
            "cinemaid": 66856,
            "hall_name": "3号厅",
            "film_id": 1374316,
            "film_name": "人生大事",
            "film_code": "00100352022",
            "cinema_code": "13075001",
            "duration": "112",
            "show_time": "2022-07-26 19:35:00",
            "stop_sell_time": "2022-07-26 19:15:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 12:15:46"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDQ0OTIwMjEjbWFuZ28jMjAyMi0wNy0yNiAyMDoxMDowMA==",
            "showid": "8123256450223346",
            "cinemaid": 66856,
            "hall_name": "6号厅",
            "film_id": 534395,
            "film_name": "神探大战",
            "film_code": "00104492021",
            "cinema_code": "13075001",
            "duration": "101",
            "show_time": "2022-07-26 20:10:00",
            "stop_sell_time": "2022-07-26 19:50:00",
            "show_version_type": "粤语 2D",
            "settle_price": 34.7,
            "original_price": 37.9,
            "rebate_price": 34.7,
            "price": 0,
            "min_price": 0,
            "net_price": 37.9,
            "language": "粤语,汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":36.1,\"supplier_price\":33.9,\"agent_rebate\":2.2,\"price\":\"39.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":34.7,\"supplier_price\":32.9,\"agent_rebate\":1.8,\"price\":\"37.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":34.7,\"supplier_price\":32.9,\"agent_rebate\":1.8,\"price\":\"37.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDE0NzIwMjIjbWFuZ28jMjAyMi0wNy0yNiAyMDozMDowMA==",
            "showid": "8123256627492882",
            "cinemaid": 66856,
            "hall_name": "2号厅",
            "film_id": 1346863,
            "film_name": "外太空的莫扎特",
            "film_code": "00101472022",
            "cinema_code": "13075001",
            "duration": "136",
            "show_time": "2022-07-26 20:30:00",
            "stop_sell_time": "2022-07-26 20:10:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDAzNTIwMjIjbWFuZ28jMjAyMi0wNy0yNiAyMDo0MDowMA==",
            "showid": "8123256120941388",
            "cinemaid": 66856,
            "hall_name": "1号厅",
            "film_id": 1374316,
            "film_name": "人生大事",
            "film_code": "00100352022",
            "cinema_code": "13075001",
            "duration": "112",
            "show_time": "2022-07-26 20:40:00",
            "stop_sell_time": "2022-07-26 20:20:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDQ0OTIwMjEjbWFuZ28jMjAyMi0wNy0yNiAyMTowMDowMA==",
            "showid": "81232561988567911",
            "cinemaid": 66856,
            "hall_name": "7号厅PRIME厅儿童需购票",
            "film_id": 534395,
            "film_name": "神探大战",
            "film_code": "00104492021",
            "cinema_code": "13075001",
            "duration": "101",
            "show_time": "2022-07-26 21:00:00",
            "stop_sell_time": "2022-07-26 20:40:00",
            "show_version_type": "中文 2D",
            "settle_price": 35.1,
            "original_price": 38.9,
            "rebate_price": 35.1,
            "price": 0,
            "min_price": 0,
            "net_price": 38.9,
            "language": "粤语,汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":35.1,\"supplier_price\":32.9,\"agent_rebate\":2.2,\"price\":\"38.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":35.1,\"supplier_price\":32.9,\"agent_rebate\":2.2,\"price\":\"38.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDAzNTIwMjIjbWFuZ28jMjAyMi0wNy0yNiAyMToyMDowMA==",
            "showid": "81232561110448436",
            "cinemaid": 66856,
            "hall_name": "3号厅",
            "film_id": 1374316,
            "film_name": "人生大事",
            "film_code": "00100352022",
            "cinema_code": "13075001",
            "duration": "112",
            "show_time": "2022-07-26 21:20:00",
            "stop_sell_time": "2022-07-26 21:00:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-25 13:15:59",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDE0NzIwMjIjbWFuZ28jMjAyMi0wNy0yNiAyMToyNTowMA==",
            "showid": "812325644078556",
            "cinemaid": 66856,
            "hall_name": "呱唧厅",
            "film_id": 1346863,
            "film_name": "外太空的莫扎特",
            "film_code": "00101472022",
            "cinema_code": "13075001",
            "duration": "136",
            "show_time": "2022-07-26 21:25:00",
            "stop_sell_time": "2022-07-26 21:05:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDAzNTIwMjIjbWFuZ28jMjAyMi0wNy0yNiAyMTo0NTowMA==",
            "showid": "81232561075757714",
            "cinemaid": 66856,
            "hall_name": "3号厅",
            "film_id": 1374316,
            "film_name": "人生大事",
            "film_code": "00100352022",
            "cinema_code": "13075001",
            "duration": "112",
            "show_time": "2022-07-26 21:45:00",
            "stop_sell_time": "2022-07-26 21:25:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 12:15:46"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDQ0OTIwMjEjbWFuZ28jMjAyMi0wNy0yNiAyMjowNTowMA==",
            "showid": "81232561143900461",
            "cinemaid": 66856,
            "hall_name": "6号厅",
            "film_id": 534395,
            "film_name": "神探大战",
            "film_code": "00104492021",
            "cinema_code": "13075001",
            "duration": "101",
            "show_time": "2022-07-26 22:05:00",
            "stop_sell_time": "2022-07-26 21:45:00",
            "show_version_type": "粤语 2D",
            "settle_price": 32.7,
            "original_price": 35.9,
            "rebate_price": 32.7,
            "price": 0,
            "min_price": 0,
            "net_price": 35.9,
            "language": "粤语,汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":34.7,\"supplier_price\":32.9,\"agent_rebate\":1.8,\"price\":\"37.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":32.7,\"supplier_price\":30.9,\"agent_rebate\":1.8,\"price\":\"35.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":32.7,\"supplier_price\":30.9,\"agent_rebate\":1.8,\"price\":\"35.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDAzNTIwMjIjbWFuZ28jMjAyMi0wNy0yNiAyMjo0NTowMA==",
            "showid": "8123256263359137",
            "cinemaid": 66856,
            "hall_name": "1号厅",
            "film_id": 1374316,
            "film_name": "人生大事",
            "film_code": "00100352022",
            "cinema_code": "13075001",
            "duration": "112",
            "show_time": "2022-07-26 22:45:00",
            "stop_sell_time": "2022-07-26 22:25:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.1,
            "original_price": 40.9,
            "rebate_price": 37.1,
            "price": 0,
            "min_price": 0,
            "net_price": 40.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":38.9,\"supplier_price\":36.9,\"agent_rebate\":2,\"price\":\"42.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDQ0OTIwMjEjbWFuZ28jMjAyMi0wNy0yNiAyMzowMDowMA==",
            "showid": "81232561553964871",
            "cinemaid": 66856,
            "hall_name": "7号厅PRIME厅儿童需购票",
            "film_id": 534395,
            "film_name": "神探大战",
            "film_code": "00104492021",
            "cinema_code": "13075001",
            "duration": "101",
            "show_time": "2022-07-26 23:00:00",
            "stop_sell_time": "2022-07-26 22:40:00",
            "show_version_type": "中文 2D",
            "settle_price": 34.7,
            "original_price": 37.9,
            "rebate_price": 34.7,
            "price": 0,
            "min_price": 0,
            "net_price": 37.9,
            "language": "粤语,汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":36.1,\"supplier_price\":33.9,\"agent_rebate\":2.2,\"price\":\"39.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":34.7,\"supplier_price\":32.9,\"agent_rebate\":1.8,\"price\":\"37.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":34.7,\"supplier_price\":32.9,\"agent_rebate\":1.8,\"price\":\"37.90\"}}]",
            "created_at": "2022-07-23 13:16:38",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0yOCAxODoxMDowMA==",
            "showid": "81232561410058177",
            "cinemaid": 66856,
            "hall_name": "1号厅",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-28 18:10:00",
            "stop_sell_time": "2022-07-28 17:50:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.1,
            "original_price": 40.9,
            "rebate_price": 37.1,
            "price": 0,
            "min_price": 0,
            "net_price": 40.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":38.9,\"supplier_price\":36.9,\"agent_rebate\":2,\"price\":\"42.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0yOCAxODo0MDowMA==",
            "showid": "MTIzMjU2I0BpbWFubUAjMTI3OTI2I0BpbWFubUAjMTY1OTAwNDgwMCNAaW1hbm1AIzE3NSNAaW1hbm1AIzU=",
            "cinemaid": 123256,
            "hall_name": "3号厅",
            "film_id": 127926,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-28 18:40:00",
            "stop_sell_time": "2022-07-28 18:10:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.1,
            "original_price": 40.9,
            "rebate_price": 37.1,
            "price": 40.9,
            "min_price": 40.9,
            "net_price": 40.9,
            "language": "中文",
            "plan_type": "2D",
            "city_id": 175,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":38.9,\"supplier_price\":36.9,\"agent_rebate\":2,\"price\":\"42.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}}]",
            "created_at": "2022-07-25 13:20:37",
            "updated_at": "2022-07-25 13:20:37"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0yOCAxOToyMDowMA==",
            "showid": "81232561320607464",
            "cinemaid": 66856,
            "hall_name": "2号厅",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-28 19:20:00",
            "stop_sell_time": "2022-07-28 19:00:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.1,
            "original_price": 40.9,
            "rebate_price": 37.1,
            "price": 0,
            "min_price": 0,
            "net_price": 40.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":38.9,\"supplier_price\":36.9,\"agent_rebate\":2,\"price\":\"42.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0yOCAxOTo0MDowMA==",
            "showid": "MTIzMjU2I0BpbWFubUAjMTI3OTI2I0BpbWFubUAjMTY1OTAwODQwMCNAaW1hbm1AIzE3NSNAaW1hbm1AIzU=",
            "cinemaid": 123256,
            "hall_name": "7号厅PRIME厅儿童需购票",
            "film_id": 127926,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-28 19:40:00",
            "stop_sell_time": "2022-07-28 19:10:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 41.9,
            "min_price": 41.9,
            "net_price": 41.9,
            "language": "中文",
            "plan_type": "2D",
            "city_id": 175,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-25 13:20:37",
            "updated_at": "2022-07-25 13:20:37"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0yOCAyMDowMDowMA==",
            "showid": "MTIzMjU2I0BpbWFubUAjMTI3OTI2I0BpbWFubUAjMTY1OTAwOTYwMCNAaW1hbm1AIzE3NSNAaW1hbm1AIzU=",
            "cinemaid": 123256,
            "hall_name": "6号厅",
            "film_id": 127926,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-28 20:00:00",
            "stop_sell_time": "2022-07-28 19:30:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.1,
            "original_price": 40.9,
            "rebate_price": 37.1,
            "price": 40.9,
            "min_price": 40.9,
            "net_price": 40.9,
            "language": "中文",
            "plan_type": "2D",
            "city_id": 175,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":38.9,\"supplier_price\":36.9,\"agent_rebate\":2,\"price\":\"42.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}}]",
            "created_at": "2022-07-25 13:20:37",
            "updated_at": "2022-07-25 13:20:37"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0yOCAyMDozMDowMA==",
            "showid": "8123256175937908",
            "cinemaid": 66856,
            "hall_name": "1号厅",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-28 20:30:00",
            "stop_sell_time": "2022-07-28 20:10:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.1,
            "original_price": 40.9,
            "rebate_price": 37.1,
            "price": 0,
            "min_price": 0,
            "net_price": 40.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":38.9,\"supplier_price\":36.9,\"agent_rebate\":2,\"price\":\"42.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0yOCAyMTowMDowMA==",
            "showid": "MTIzMjU2I0BpbWFubUAjMTI3OTI2I0BpbWFubUAjMTY1OTAxMzIwMCNAaW1hbm1AIzE3NSNAaW1hbm1AIzU=",
            "cinemaid": 123256,
            "hall_name": "3号厅",
            "film_id": 127926,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-28 21:00:00",
            "stop_sell_time": "2022-07-28 20:30:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.1,
            "original_price": 40.9,
            "rebate_price": 37.1,
            "price": 40.9,
            "min_price": 40.9,
            "net_price": 40.9,
            "language": "中文",
            "plan_type": "2D",
            "city_id": 175,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":38.9,\"supplier_price\":36.9,\"agent_rebate\":2,\"price\":\"42.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}}]",
            "created_at": "2022-07-25 13:20:37",
            "updated_at": "2022-07-25 13:20:37"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0yOCAyMTo0MDowMA==",
            "showid": "81232561388363747",
            "cinemaid": 66856,
            "hall_name": "2号厅",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-28 21:40:00",
            "stop_sell_time": "2022-07-28 21:20:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.1,
            "original_price": 40.9,
            "rebate_price": 37.1,
            "price": 0,
            "min_price": 0,
            "net_price": 40.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":38.9,\"supplier_price\":36.9,\"agent_rebate\":2,\"price\":\"42.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}}]",
            "created_at": "2022-07-22 13:16:36",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0yOCAyMjowMDowMA==",
            "showid": "MTIzMjU2I0BpbWFubUAjMTI3OTI2I0BpbWFubUAjMTY1OTAxNjgwMCNAaW1hbm1AIzE3NSNAaW1hbm1AIzU=",
            "cinemaid": 123256,
            "hall_name": "7号厅PRIME厅儿童需购票",
            "film_id": 127926,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-28 22:00:00",
            "stop_sell_time": "2022-07-28 21:30:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 41.9,
            "min_price": 41.9,
            "net_price": 41.9,
            "language": "中文",
            "plan_type": "2D",
            "city_id": 175,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-25 13:20:37",
            "updated_at": "2022-07-25 13:20:37"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0yOSAwOTo1MDowMA==",
            "showid": "81232561786130051",
            "cinemaid": 66856,
            "hall_name": "7号厅PRIME厅儿童需购票",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-29 09:50:00",
            "stop_sell_time": "2022-07-29 09:30:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0yOSAxMTowMDowMA==",
            "showid": "81232561026938652",
            "cinemaid": 66856,
            "hall_name": "1号厅",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-29 11:00:00",
            "stop_sell_time": "2022-07-29 10:40:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.1,
            "original_price": 40.9,
            "rebate_price": 37.1,
            "price": 0,
            "min_price": 0,
            "net_price": 40.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":38.9,\"supplier_price\":36.9,\"agent_rebate\":2,\"price\":\"42.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0yOSAxMjoxMDowMA==",
            "showid": "81232561899619595",
            "cinemaid": 66856,
            "hall_name": "7号厅PRIME厅儿童需购票",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-29 12:10:00",
            "stop_sell_time": "2022-07-29 11:50:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0yOSAxMzoyMDowMA==",
            "showid": "81232561377067667",
            "cinemaid": 66856,
            "hall_name": "1号厅",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-29 13:20:00",
            "stop_sell_time": "2022-07-29 13:00:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.1,
            "original_price": 40.9,
            "rebate_price": 37.1,
            "price": 0,
            "min_price": 0,
            "net_price": 40.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":38.9,\"supplier_price\":36.9,\"agent_rebate\":2,\"price\":\"42.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0yOSAxNDozMDowMA==",
            "showid": "8123256187233988",
            "cinemaid": 66856,
            "hall_name": "7号厅PRIME厅儿童需购票",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-29 14:30:00",
            "stop_sell_time": "2022-07-29 14:10:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0yOSAxNTo0MDowMA==",
            "showid": "81232561331903544",
            "cinemaid": 66856,
            "hall_name": "1号厅",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-29 15:40:00",
            "stop_sell_time": "2022-07-29 15:20:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.1,
            "original_price": 40.9,
            "rebate_price": 37.1,
            "price": 0,
            "min_price": 0,
            "net_price": 40.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":38.9,\"supplier_price\":36.9,\"agent_rebate\":2,\"price\":\"42.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0yOSAxNjo1MDowMA==",
            "showid": "81232561398762097",
            "cinemaid": 66856,
            "hall_name": "7号厅PRIME厅儿童需购票",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-29 16:50:00",
            "stop_sell_time": "2022-07-29 16:30:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0yOSAxODowMDowMA==",
            "showid": "81232562023524256",
            "cinemaid": 66856,
            "hall_name": "1号厅",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-29 18:00:00",
            "stop_sell_time": "2022-07-29 17:40:00",
            "show_version_type": "中文 2D",
            "settle_price": 38.9,
            "original_price": 42.9,
            "rebate_price": 38.9,
            "price": 0,
            "min_price": 0,
            "net_price": 42.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":40.4,\"supplier_price\":38.9,\"agent_rebate\":1.5,\"price\":\"44.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":38.9,\"supplier_price\":36.9,\"agent_rebate\":2,\"price\":\"42.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":38.9,\"supplier_price\":36.9,\"agent_rebate\":2,\"price\":\"42.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0yOSAxOToxMDowMA==",
            "showid": "81232561120354431",
            "cinemaid": 66856,
            "hall_name": "7号厅PRIME厅儿童需购票",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-29 19:10:00",
            "stop_sell_time": "2022-07-29 18:50:00",
            "show_version_type": "中文 2D",
            "settle_price": 40.4,
            "original_price": 44.9,
            "rebate_price": 40.4,
            "price": 0,
            "min_price": 0,
            "net_price": 44.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":41.9,\"supplier_price\":39.9,\"agent_rebate\":2,\"price\":\"46.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":40.4,\"supplier_price\":38.9,\"agent_rebate\":1.5,\"price\":\"44.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":40.4,\"supplier_price\":38.9,\"agent_rebate\":1.5,\"price\":\"44.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0yOSAyMDoyMDowMA==",
            "showid": "81232561610311210",
            "cinemaid": 66856,
            "hall_name": "1号厅",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-29 20:20:00",
            "stop_sell_time": "2022-07-29 20:00:00",
            "show_version_type": "中文 2D",
            "settle_price": 38.9,
            "original_price": 42.9,
            "rebate_price": 38.9,
            "price": 0,
            "min_price": 0,
            "net_price": 42.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":40.4,\"supplier_price\":38.9,\"agent_rebate\":1.5,\"price\":\"44.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":38.9,\"supplier_price\":36.9,\"agent_rebate\":2,\"price\":\"42.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":38.9,\"supplier_price\":36.9,\"agent_rebate\":2,\"price\":\"42.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0yOSAyMTozMDowMA==",
            "showid": "81232561730545031",
            "cinemaid": 66856,
            "hall_name": "7号厅PRIME厅儿童需购票",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-29 21:30:00",
            "stop_sell_time": "2022-07-29 21:10:00",
            "show_version_type": "中文 2D",
            "settle_price": 40.4,
            "original_price": 44.9,
            "rebate_price": 40.4,
            "price": 0,
            "min_price": 0,
            "net_price": 44.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":41.9,\"supplier_price\":39.9,\"agent_rebate\":2,\"price\":\"46.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":40.4,\"supplier_price\":38.9,\"agent_rebate\":1.5,\"price\":\"44.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":40.4,\"supplier_price\":38.9,\"agent_rebate\":1.5,\"price\":\"44.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0yOSAyMjo0MDowMA==",
            "showid": "81232561000120610",
            "cinemaid": 66856,
            "hall_name": "1号厅",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-29 22:40:00",
            "stop_sell_time": "2022-07-29 22:20:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.1,
            "original_price": 40.9,
            "rebate_price": 37.1,
            "price": 0,
            "min_price": 0,
            "net_price": 40.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":38.9,\"supplier_price\":36.9,\"agent_rebate\":2,\"price\":\"42.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0yOSAyMzo1MDowMA==",
            "showid": "81232561872801553",
            "cinemaid": 66856,
            "hall_name": "7号厅PRIME厅儿童需购票",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-29 23:50:00",
            "stop_sell_time": "2022-07-29 23:30:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0zMCAwOTo1MDowMA==",
            "showid": "81232561466667063",
            "cinemaid": 66856,
            "hall_name": "7号厅PRIME厅儿童需购票",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-30 09:50:00",
            "stop_sell_time": "2022-07-30 09:30:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0zMCAxMTowMDowMA==",
            "showid": "8123256944115135",
            "cinemaid": 66856,
            "hall_name": "1号厅",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-30 11:00:00",
            "stop_sell_time": "2022-07-30 10:40:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.1,
            "original_price": 40.9,
            "rebate_price": 37.1,
            "price": 0,
            "min_price": 0,
            "net_price": 40.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":38.9,\"supplier_price\":36.9,\"agent_rebate\":2,\"price\":\"42.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0zMCAxMjoxMDowMA==",
            "showid": "8123256620186520",
            "cinemaid": 66856,
            "hall_name": "7号厅PRIME厅儿童需购票",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-30 12:10:00",
            "stop_sell_time": "2022-07-30 11:50:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0zMCAxMzoyMDowMA==",
            "showid": "81232562110479121",
            "cinemaid": 66856,
            "hall_name": "1号厅",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-30 13:20:00",
            "stop_sell_time": "2022-07-30 13:00:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.1,
            "original_price": 40.9,
            "rebate_price": 37.1,
            "price": 0,
            "min_price": 0,
            "net_price": 40.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":38.9,\"supplier_price\":36.9,\"agent_rebate\":2,\"price\":\"42.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0zMCAxNDozMDowMA==",
            "showid": "8123256628580528",
            "cinemaid": 66856,
            "hall_name": "7号厅PRIME厅儿童需购票",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-30 14:30:00",
            "stop_sell_time": "2022-07-30 14:10:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0zMCAxNTo0MDowMA==",
            "showid": "81232561501261471",
            "cinemaid": 66856,
            "hall_name": "1号厅",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-30 15:40:00",
            "stop_sell_time": "2022-07-30 15:20:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.1,
            "original_price": 40.9,
            "rebate_price": 37.1,
            "price": 0,
            "min_price": 0,
            "net_price": 40.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":38.9,\"supplier_price\":36.9,\"agent_rebate\":2,\"price\":\"42.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0zMCAxNjo1MDowMA==",
            "showid": "81232561553306963",
            "cinemaid": 66856,
            "hall_name": "7号厅PRIME厅儿童需购票",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-30 16:50:00",
            "stop_sell_time": "2022-07-30 16:30:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0zMCAxODowMDowMA==",
            "showid": "81232561177358678",
            "cinemaid": 66856,
            "hall_name": "1号厅",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-30 18:00:00",
            "stop_sell_time": "2022-07-30 17:40:00",
            "show_version_type": "中文 2D",
            "settle_price": 38.9,
            "original_price": 42.9,
            "rebate_price": 38.9,
            "price": 0,
            "min_price": 0,
            "net_price": 42.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":40.4,\"supplier_price\":38.9,\"agent_rebate\":1.5,\"price\":\"44.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":38.9,\"supplier_price\":36.9,\"agent_rebate\":2,\"price\":\"42.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":38.9,\"supplier_price\":36.9,\"agent_rebate\":2,\"price\":\"42.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0zMCAxOToxMDowMA==",
            "showid": "8123256386942977",
            "cinemaid": 66856,
            "hall_name": "7号厅PRIME厅儿童需购票",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-30 19:10:00",
            "stop_sell_time": "2022-07-30 18:50:00",
            "show_version_type": "中文 2D",
            "settle_price": 40.4,
            "original_price": 44.9,
            "rebate_price": 40.4,
            "price": 0,
            "min_price": 0,
            "net_price": 44.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":41.9,\"supplier_price\":39.9,\"agent_rebate\":2,\"price\":\"46.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":40.4,\"supplier_price\":38.9,\"agent_rebate\":1.5,\"price\":\"44.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":40.4,\"supplier_price\":38.9,\"agent_rebate\":1.5,\"price\":\"44.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0zMCAyMDoyMDowMA==",
            "showid": "81232561868841570",
            "cinemaid": 66856,
            "hall_name": "1号厅",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-30 20:20:00",
            "stop_sell_time": "2022-07-30 20:00:00",
            "show_version_type": "中文 2D",
            "settle_price": 38.9,
            "original_price": 42.9,
            "rebate_price": 38.9,
            "price": 0,
            "min_price": 0,
            "net_price": 42.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":40.4,\"supplier_price\":38.9,\"agent_rebate\":1.5,\"price\":\"44.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":38.9,\"supplier_price\":36.9,\"agent_rebate\":2,\"price\":\"42.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":38.9,\"supplier_price\":36.9,\"agent_rebate\":2,\"price\":\"42.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0zMCAyMTozMDowMA==",
            "showid": "8123256996160627",
            "cinemaid": 66856,
            "hall_name": "7号厅PRIME厅儿童需购票",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-30 21:30:00",
            "stop_sell_time": "2022-07-30 21:10:00",
            "show_version_type": "中文 2D",
            "settle_price": 40.4,
            "original_price": 44.9,
            "rebate_price": 40.4,
            "price": 0,
            "min_price": 0,
            "net_price": 44.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":41.9,\"supplier_price\":39.9,\"agent_rebate\":2,\"price\":\"46.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":40.4,\"supplier_price\":38.9,\"agent_rebate\":1.5,\"price\":\"44.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":40.4,\"supplier_price\":38.9,\"agent_rebate\":1.5,\"price\":\"44.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0zMCAyMjo0MDowMA==",
            "showid": "81232561518712555",
            "cinemaid": 66856,
            "hall_name": "1号厅",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-30 22:40:00",
            "stop_sell_time": "2022-07-30 22:20:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.1,
            "original_price": 40.9,
            "rebate_price": 37.1,
            "price": 0,
            "min_price": 0,
            "net_price": 40.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":38.9,\"supplier_price\":36.9,\"agent_rebate\":2,\"price\":\"42.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0zMCAyMzo1MDowMA==",
            "showid": "81232561211953086",
            "cinemaid": 66856,
            "hall_name": "7号厅PRIME厅儿童需购票",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-30 23:50:00",
            "stop_sell_time": "2022-07-30 23:30:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0zMSAwOTo1MDowMA==",
            "showid": "8123256352996388",
            "cinemaid": 66856,
            "hall_name": "7号厅PRIME厅儿童需购票",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-31 09:50:00",
            "stop_sell_time": "2022-07-31 09:30:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0zMSAxMTowMDowMA==",
            "showid": "81232561917298043",
            "cinemaid": 66856,
            "hall_name": "1号厅",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-31 11:00:00",
            "stop_sell_time": "2022-07-31 10:40:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.1,
            "original_price": 40.9,
            "rebate_price": 37.1,
            "price": 0,
            "min_price": 0,
            "net_price": 40.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":38.9,\"supplier_price\":36.9,\"agent_rebate\":2,\"price\":\"42.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0zMSAxMjoxMDowMA==",
            "showid": "8123256195627996",
            "cinemaid": 66856,
            "hall_name": "7号厅PRIME厅儿童需购票",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-31 12:10:00",
            "stop_sell_time": "2022-07-31 11:50:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0zMSAxMzoyMDowMA==",
            "showid": "81232561068308939",
            "cinemaid": 66856,
            "hall_name": "1号厅",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-31 13:20:00",
            "stop_sell_time": "2022-07-31 13:00:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.1,
            "original_price": 40.9,
            "rebate_price": 37.1,
            "price": 0,
            "min_price": 0,
            "net_price": 40.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":38.9,\"supplier_price\":36.9,\"agent_rebate\":2,\"price\":\"42.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0zMSAxNDozMDowMA==",
            "showid": "81232561889075702",
            "cinemaid": 66856,
            "hall_name": "7号厅PRIME厅儿童需购票",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-31 14:30:00",
            "stop_sell_time": "2022-07-31 14:10:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0zMSAxNTo0MDowMA==",
            "showid": "8123256407177109",
            "cinemaid": 66856,
            "hall_name": "1号厅",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-31 15:40:00",
            "stop_sell_time": "2022-07-31 15:20:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.1,
            "original_price": 40.9,
            "rebate_price": 37.1,
            "price": 0,
            "min_price": 0,
            "net_price": 40.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":38.9,\"supplier_price\":36.9,\"agent_rebate\":2,\"price\":\"42.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0zMSAxNjo1MDowMA==",
            "showid": "81232561157124546",
            "cinemaid": 66856,
            "hall_name": "7号厅PRIME厅儿童需购票",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-31 16:50:00",
            "stop_sell_time": "2022-07-31 16:30:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0zMSAxODowMDowMA==",
            "showid": "81232561993173194",
            "cinemaid": 66856,
            "hall_name": "1号厅",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-31 18:00:00",
            "stop_sell_time": "2022-07-31 17:40:00",
            "show_version_type": "中文 2D",
            "settle_price": 38.9,
            "original_price": 42.9,
            "rebate_price": 38.9,
            "price": 0,
            "min_price": 0,
            "net_price": 42.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":40.4,\"supplier_price\":38.9,\"agent_rebate\":1.5,\"price\":\"44.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":38.9,\"supplier_price\":36.9,\"agent_rebate\":2,\"price\":\"42.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":38.9,\"supplier_price\":36.9,\"agent_rebate\":2,\"price\":\"42.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0zMSAxOToxMDowMA==",
            "showid": "81232561429113159",
            "cinemaid": 66856,
            "hall_name": "7号厅PRIME厅儿童需购票",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-31 19:10:00",
            "stop_sell_time": "2022-07-31 18:50:00",
            "show_version_type": "中文 2D",
            "settle_price": 40.4,
            "original_price": 44.9,
            "rebate_price": 40.4,
            "price": 0,
            "min_price": 0,
            "net_price": 44.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":41.9,\"supplier_price\":39.9,\"agent_rebate\":2,\"price\":\"46.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":40.4,\"supplier_price\":38.9,\"agent_rebate\":1.5,\"price\":\"44.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":40.4,\"supplier_price\":38.9,\"agent_rebate\":1.5,\"price\":\"44.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0zMSAyMDoyMDowMA==",
            "showid": "81232561951665087",
            "cinemaid": 66856,
            "hall_name": "1号厅",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-31 20:20:00",
            "stop_sell_time": "2022-07-31 20:00:00",
            "show_version_type": "中文 2D",
            "settle_price": 38.9,
            "original_price": 42.9,
            "rebate_price": 38.9,
            "price": 0,
            "min_price": 0,
            "net_price": 42.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":40.4,\"supplier_price\":38.9,\"agent_rebate\":1.5,\"price\":\"44.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":38.9,\"supplier_price\":36.9,\"agent_rebate\":2,\"price\":\"42.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":38.9,\"supplier_price\":36.9,\"agent_rebate\":2,\"price\":\"42.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0zMSAyMTozMDowMA==",
            "showid": "8123256779000554",
            "cinemaid": 66856,
            "hall_name": "7号厅PRIME厅儿童需购票",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-31 21:30:00",
            "stop_sell_time": "2022-07-31 21:10:00",
            "show_version_type": "中文 2D",
            "settle_price": 40.4,
            "original_price": 44.9,
            "rebate_price": 40.4,
            "price": 0,
            "min_price": 0,
            "net_price": 44.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":41.9,\"supplier_price\":39.9,\"agent_rebate\":2,\"price\":\"46.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":40.4,\"supplier_price\":38.9,\"agent_rebate\":1.5,\"price\":\"44.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":40.4,\"supplier_price\":38.9,\"agent_rebate\":1.5,\"price\":\"44.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0zMSAyMjo0MDowMA==",
            "showid": "8123256785301101",
            "cinemaid": 66856,
            "hall_name": "1号厅",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-31 22:40:00",
            "stop_sell_time": "2022-07-31 22:20:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.1,
            "original_price": 40.9,
            "rebate_price": 37.1,
            "price": 0,
            "min_price": 0,
            "net_price": 40.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":38.9,\"supplier_price\":36.9,\"agent_rebate\":2,\"price\":\"42.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.1,\"supplier_price\":34.9,\"agent_rebate\":2.2,\"price\":\"40.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDIzODIwMjIjbWFuZ28jMjAyMi0wNy0zMSAyMzo1MDowMA==",
            "showid": "81232562027767602",
            "cinemaid": 66856,
            "hall_name": "7号厅PRIME厅儿童需购票",
            "film_id": 1355078,
            "film_name": "独行月球",
            "film_code": "00102382022",
            "cinema_code": "13075001",
            "duration": "122",
            "show_time": "2022-07-31 23:50:00",
            "stop_sell_time": "2022-07-31 23:30:00",
            "show_version_type": "中文 2D",
            "settle_price": 37.9,
            "original_price": 41.9,
            "rebate_price": 37.9,
            "price": 0,
            "min_price": 0,
            "net_price": 41.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":39.4,\"supplier_price\":37.9,\"agent_rebate\":1.5,\"price\":\"43.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":37.9,\"supplier_price\":35.9,\"agent_rebate\":2,\"price\":\"41.90\"}}]",
            "created_at": "2022-07-21 00:14:31",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDE0NDIwMjIjbWFuZ28jMjAyMi0wOC0wNCAxMzoxNDowMA==",
            "showid": "8123256894625504",
            "cinemaid": 66856,
            "hall_name": "3号厅",
            "film_id": 1217066,
            "film_name": "遇见你",
            "film_code": "00101442022",
            "cinema_code": "13075001",
            "duration": "110",
            "show_time": "2022-08-04 13:14:00",
            "stop_sell_time": "2022-08-04 12:54:00",
            "show_version_type": "中文 2D",
            "settle_price": 34.7,
            "original_price": 37.9,
            "rebate_price": 34.7,
            "price": 0,
            "min_price": 0,
            "net_price": 37.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":36.1,\"supplier_price\":33.9,\"agent_rebate\":2.2,\"price\":\"39.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":34.7,\"supplier_price\":32.9,\"agent_rebate\":1.8,\"price\":\"37.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":34.7,\"supplier_price\":32.9,\"agent_rebate\":1.8,\"price\":\"37.90\"}}]",
            "created_at": "2022-07-20 15:13:36",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDE0NDIwMjIjbWFuZ28jMjAyMi0wOC0wNCAxNzoyMDowMA==",
            "showid": "8123256967662046",
            "cinemaid": 66856,
            "hall_name": "3号厅",
            "film_id": 1217066,
            "film_name": "遇见你",
            "film_code": "00101442022",
            "cinema_code": "13075001",
            "duration": "110",
            "show_time": "2022-08-04 17:20:00",
            "stop_sell_time": "2022-08-04 17:00:00",
            "show_version_type": "中文 2D",
            "settle_price": 34.7,
            "original_price": 37.9,
            "rebate_price": 34.7,
            "price": 0,
            "min_price": 0,
            "net_price": 37.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":36.1,\"supplier_price\":33.9,\"agent_rebate\":2.2,\"price\":\"39.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":34.7,\"supplier_price\":32.9,\"agent_rebate\":1.8,\"price\":\"37.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":34.7,\"supplier_price\":32.9,\"agent_rebate\":1.8,\"price\":\"37.90\"}}]",
            "created_at": "2022-07-20 15:13:36",
            "updated_at": "2022-07-25 13:15:59"
        },
        {
            "show_id": "MTMwNzUwMDEjbWFuZ28jMDAxMDE0NDIwMjIjbWFuZ28jMjAyMi0wOC0wNCAyMToxNDowMA==",
            "showid": "8123256625000073",
            "cinemaid": 66856,
            "hall_name": "3号厅",
            "film_id": 1217066,
            "film_name": "遇见你",
            "film_code": "00101442022",
            "cinema_code": "13075001",
            "duration": "110",
            "show_time": "2022-08-04 21:14:00",
            "stop_sell_time": "2022-08-04 20:54:00",
            "show_version_type": "中文 2D",
            "settle_price": 34.7,
            "original_price": 37.9,
            "rebate_price": 34.7,
            "price": 0,
            "min_price": 0,
            "net_price": 37.9,
            "language": "汉语普通话",
            "plan_type": "",
            "city_id": 430,
            "tpp_prices": "[]",
            "area_price": "[{\"area\":\"32\",\"price\":{\"user_price\":36.1,\"supplier_price\":33.9,\"agent_rebate\":2.2,\"price\":\"39.90\"}},{\"area\":\"33\",\"price\":{\"user_price\":34.7,\"supplier_price\":32.9,\"agent_rebate\":1.8,\"price\":\"37.90\"}},{\"area\":\"1\",\"price\":{\"user_price\":34.7,\"supplier_price\":32.9,\"agent_rebate\":1.8,\"price\":\"37.90\"}}]",
            "created_at": "2022-07-20 15:13:36",
            "updated_at": "2022-07-25 13:15:59"
        }
    ]
}
上一页
批量拉取影院数据
下一页
APP/微信小程序嵌入H5
Built with