查询剩余票价信息
开发中
GET
https://wx.maoyan.com/maoyansh/myshow/ajax/v2/show/1653702/tickets
请求参数
Query 参数
token
string
可选
示例值:
MY_GHn75LRGPBthnzSU2UiUm7_zQ-AAAAAwjc6AgnCCmEikIHcgBf2dP9Slgwm0Xl2pnAAYX70K6EMyZujnih1Upu7j1Ycj-Tr5AAAAlAAAAAEB
sellChannel
string
可选
示例值:
7
performanceId
string
可选
示例值:
295662
cityId
string
可选
示例值:
1
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://wx.maoyan.com/maoyansh/myshow/ajax/v2/show/1653702/tickets?token=MY_GHn75LRGPBthnzSU2UiUm7_zQ-AAAAAwjc6AgnCCmEikIHcgBf2dP9Slgwm0Xl2pnAAYX70K6EMyZujnih1Upu7j1Ycj-Tr5AAAAlAAAAAEB&sellChannel=7&performanceId=295662&cityId=1'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
array [object {32}]
必需
showTicketClassId
integer
必需
ticketClassId
integer
必需
performanceId
integer
必需
showId
integer
必需
ticketPrice
integer
必需
sellPrice
integer
必需
setNumber
integer
必需
set
boolean
必需
description
null
必需
ticketName
string
必需
editStatus
integer
必需
stockable
boolean
必需
rgb
string
必需
rectIds
null
必需
ticketLevel
string
必需
setDiscountInfoList
null
必需
baseTicketID
integer
必需
salesPlanVO
object
必需
memberInfoVO
null
必需
discountSum
integer
必需
onSaleTime
null
必需
specificTimeSale
integer
必需
maxBuyLimit
integer
必需
minBuyLimit
integer
必需
userBuyLimit
integer
必需
remainingStock
integer
必需
tpId
integer
必需
salesPlanId
integer
必需
supplierPrice
number
必需
showStatus
integer
必需
discount
null
必需
sortWeight
integer
必需
paging
null
必需
attrMaps
object
必需
serverTime
integer
必需
success
boolean
必需
示例
{
"code": 0,
"msg": "string",
"data": [
{
"showTicketClassId": 0,
"ticketClassId": 0,
"performanceId": 0,
"showId": 0,
"ticketPrice": 0,
"sellPrice": 0,
"setNumber": 0,
"set": true,
"description": null,
"ticketName": "string",
"editStatus": 0,
"stockable": true,
"rgb": "string",
"rectIds": null,
"ticketLevel": "string",
"setDiscountInfoList": null,
"baseTicketID": 0,
"salesPlanVO": {
"salesPlanId": 0,
"showId": 0,
"ticketClassId": 0,
"name": "string",
"tpId": 0,
"tpName": "string",
"tpServiceNo": "string",
"set": true,
"setNum": 0,
"ticketPrice": 0,
"supplierPrice": 0,
"sellPrice": 0,
"maxBuyLimit": 0,
"minBuyLimit": 0,
"currentAmount": 0,
"salesTip": "string",
"hasInventory": true,
"sellStatus": 0,
"sellPriceList": [
0
],
"selfSupply": true,
"labels": [
{
"type": 0,
"desc": "string"
}
],
"ticketName": "string",
"canSellBySellChannel": true,
"premium": true
},
"memberInfoVO": null,
"discountSum": 0,
"onSaleTime": null,
"specificTimeSale": 0,
"maxBuyLimit": 0,
"minBuyLimit": 0,
"userBuyLimit": 0,
"remainingStock": 0,
"tpId": 0,
"salesPlanId": 0,
"supplierPrice": 0,
"showStatus": 0,
"discount": null,
"sortWeight": 0
}
],
"paging": null,
"attrMaps": {
"serverTime": 0
},
"success": true
}