门票详情
简要描述:
- 门票详情
请求URL:
/wap/ticket/detail
请求方式:
- POST
参数:
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
t_id | 是 | int | 门票id |
返回示例
"code": 0,
"message": "",
"data": {
"t_name": "连衣裙(服务商)",
"t_image": [
"http://wannice.oss-cn-beijing.aliyuncs.com/upload/5c6a50dbbbf1e.jpg",
"http://wannice.oss-cn-beijing.aliyuncs.com/upload/5c6a50e46d605.png"
],
"t_content": "连衣裙(服务商)",
"t_notice": "",
"merchant_info": {
"m_unique_id": "dfsadfasdf23sdd",
"m_name": "洛阳天室山风景区",
"m_logo": "http://wannice.oss-cn-beijing.aliyuncs.com/upload/5c6a50dbbbf1e.jpg",
"r_province": 220000,
"r_city": 220100,
"r_area": 220102,
"m_longitude": "",
"m_latitude": "",
"m_open_time": "夏令:9:00~21:00 冬令:9:00~21:00",
"m_poster_image": "https://cdn.inswindows.com/index/preferential/33333.png",
"area": "吉林省长春市南关区",
"distance": "0m"
},
"t_typeList": [
{
"tt_id": 8,
"tt_name": "学生票",
"tt_market_price": "40.00",
"tt_sale_price": "35.00"
},
{
"tt_id": 9,
"tt_name": "成人票",
"tt_market_price": "15.00",
"tt_sale_price": "15.00"
},
{
"tt_id": 76,
"tt_name": "套票",
"tt_market_price": "108.00",
"tt_sale_price": "98.00"
}
]
}
}
返回参数说明
参数名 | 类型 | 说明 |
---|
|merchant_info|array|商家信息| |t_typeList|array|门票类型列表| 备注 返回token,后续以token做为登录凭据进行请求
- 更多返回错误代码请看首页的错误代码描述
**~~~~