result
|
OpenResult
|
{ "success": true, "errorCode": null, "model": { "seatStatus": 2, "combineSeatDTOS": [ { "ordinaryTickets": [ { "rowNo": "1", "price": "200", "thirdCombineJointTicketId": 2418273, "standId": 2998067, "seatId": 506745634, "floorName": "一层", "priceId": 222285040, "standName": "1", "seatNo": "9" }, { "rowNo": "1", "price": "200", "thirdCombineJointTicketId": 2418273, "standId": 2998067, "seatId": 506745633, "floorName": "一层", "priceId": 222285040, "standName": "1", "seatNo": "8" } ], "combineTicketPrice": "300", "thirdCombineJointTicketId": 2418273, "combineTicketId": 222569297, "thirdCombineTicketId": 222569297, "combineTicketName": "两张3元" } ], "ordinarySeatDTOS": [ { "rowNo": "1", "price": "200", "thirdCombineJointTicketId": null, "standId": 2998067, "seatId": 506745635, "floorName": "一层", "priceId": 222285040, "standName": "1", "seatNo": "10" } ], }, "errorMsg": null } |
返回信息
|
- model
-
SeatQueryDto
- 参考result
- model
- ordinary_seat_d_t_o_s
-
OrdinarySeatDto
[]
- "ordinarySeatDTOS": [ { "rowNo": "1", "price": "200", "thirdCombineJointTicketId": null, "standId": 2998067, "seatId": 506745635, "floorName": "一层", "priceId": 222285040, "standName": "1", "seatNo": "10" } ]
- 单票座位信息
- └ floor_name
-
String
- 一层
- 楼层名称
- └ stand_name
-
String
- 1
- 看台名称
- └ stand_id
-
Number
- 1
- 看台ID
- └ seat_id
-
Number
- 1
- 座位ID
- └ price
-
String
- 100
- 价格,单位分
- └ price_id
-
Number
- 1
- 票品ID,价格id,和ticket_item_id等价
- └ seat_status
-
Number
- 2
- 座位状态,2有效
- combine_seat_d_t_o_s
-
CombineSeatDto
[]
- "combineSeatDTOS": [ { "ordinaryTickets": [ { "rowNo": "1", "price": "200", "thirdCombineJointTicketId": 2418273, "standId": 2998067, "seatId": 506745634, "floorName": "一层", "priceId": 222285040, "standName": "1", "seatNo": "9" }, { "rowNo": "1", "price": "200", "thirdCombineJointTicketId": 2418273, "standId": 2998067, "seatId": 506745633, "floorName": "一层", "priceId": 222285040, "standName": "1", "seatNo": "8" } ], "combineTicketPrice": "300", "thirdCombineJointTicketId": 2418273, "combineTicketId": 222569297, "thirdCombineTicketId": 222569297, "combineTicketName": "两张3元" } ]
- 套票座位信息
- ordinary_tickets
-
OrdinarySeatDto
[]
- "ordinaryTickets": [ { "rowNo": "1", "price": "200", "thirdCombineJointTicketId": 2418273, "standId": 2998067, "seatId": 506745634, "floorName": "一层", "priceId": 222285040, "standName": "1", "seatNo": "9" }, { "rowNo": "1", "price": "200", "thirdCombineJointTicketId": 2418273, "standId": 2998067, "seatId": 506745633, "floorName": "一层", "priceId": 222285040, "standName": "1", "seatNo": "8" } ]
- 套票下的单票信息
- └ price_id
-
Number
- 1
- 票品ID,价格id,和ticket_item_id等价
- └ price
-
String
- 100
- 价格,单位分
- └ seat_id
-
Number
- 1
- 座位ID
- └ stand_id
-
Number
- 1
- 看台ID
- └ stand_name
-
String
- 1
- 看台名称
- └ floor_name
-
String
- 一层
- 楼层名称
- └ third_combine_joint_ticket_id
-
Number
- 1243
- 套票组合ID,和下单参数的combine_id一个意思
- └ third_combine_ticket_id
-
Number
- 123
- 套票ID,如果是套票。下单的时候传这个给ticket_item_id,和下面的combine_ticket_id一样
- └ combine_ticket_price
-
String
- 180
- 套票价格,单位为分
- └ combine_ticket_name
-
String
- 套票1
- 套票名称
- └ combine_ticket_id
-
Number
- 11
- 套票ID,如果是套票。下单的时候传这个给ticket_item_id,和上面的third_combine_ticket_id一样
- └ error_code
-
String
- 10010
- 错误码
- └ success
-
Boolean
- true
- 是否成功
- └ error_msg
-
String
- 系统错误
- 错误信息
|