获取影片某场次的座位列表

POST   app/cinemaTicket/getShowSeats


请求:



 
{
"show_id":"29115*3385*542550*2022-10-18*140406468038" //场次id
}





响应:

 

 

{
  “code”: 0,
  “data”: {
    “cinema”: {
      “cinemaAddress”: “”,
      “cinemaId”: “”,
      “cinemaLineId”: “”,
      “cinemaName”: “”,
      “cityCode”: “”,
      “downPrice”: 0,
      “latitude”: 0,
      “longitude”: 0,
      “services”: null
    },
    “movieInfo”: {
      “cast”: “”,
      “director”: “”,
      “duration”: 0,
      “filmTypes”: “”,
      “grade”: 0,
      “hasVideos”: false,
      “intro”: “”,
      “language”: “”,
      “like”: 0,
      “movieArea”: “”,
      “movieId”: “”,
      “name”: “”,
      “pic”: “”,
      “picHd”: “”,
      “publishDate”: 0,
      “versionTypes”: “”
    },
    “seatsInfo”: {
      “restrictions”: 0,
      “seats”: null,
      “sections”: null
    },
    “showInfo”: {
      “cinemaId”: “”,
      “downNetPrice”: 0,
      “downSalePrice”: 0,
      “duration”: 0,
      “hallId”: “”,
      “hallName”: “”,
      “language”: “”,
      “movieId”: “”,
      “movieName”: “”,
      “netPrice”: 0,
      “planType”: “”,
      “salePrice”: 0,
      “showId”: “”,
      “showTime”: 0,
      “showVersionType”: “”
    }
  },
  “msg”: “操作成功”
}

 

 

 
 
 
 

 

发表评论

您的邮箱地址不会被公开。 必填项已用 * 标注

滚动至顶部