我的电子票列表
URL: http://apiwjjtest.cnlive.com/Daren/snow/getSnowTicketList.action
请求方式: HTTP GET
请求参数说明:
| 参数名 | 参数类型 | 必选 | 参数说明 |
|---|---|---|---|
| sid | Integer | true | 用户id |
| state | Integer | true | 电子票状态:0-未使用,1-已使用,2-已过期 |
返回格式: JSON
返回格式样例:
{
"data": {
"ticketList": [
{
"consumeenddate": "2020-10-30",
"memo": "<p>描述</p><p><br></p>",
"orderId": "0256a79ac16b4c81ab069fba897b58ae",
"productname": "怀北滑雪套票",
"validenddate": "0002-11-30"
},
{
"consumeenddate": "2020-10-30",
"memo": "<p>描述</p><p><br></p>",
"orderId": "05264e7eb2fb4c66a5e603290283c837",
"productname": "怀北滑雪套票",
"validenddate": "0002-11-30"
}
]
},
"errorCode": "0",
"errorMessage": "成功"
}