返回
上冰雪根据景区Id获取产品信息
请求方式: HTTP GET
请求参数说明:
| 参数名 |
参数类型 |
必选 |
参数说明 |
| scenicid |
String |
true |
景区id |
返回格式: JSON
返回格式样例:
{
"data": {
"productList": {
"address": "北京市怀柔区",
"agentprice": "0.01",
"businesstime": "工作日9:00-23:00;周末8:00-24:00",
"consumebegindate": "2016-07-06",
"createtime": "0002-11-30",
"hour": "0",
"id": "10",
"phone": "13999999999",
"productDetailsList": [
{
"consumeenddate": "2018-11-06",
"memo": "成人票购",
"price": "100.00",
"productid": "10",
"productname": "成人票(套一)1",
"scenicid": "1",
"sellprice": "300.00",
"validenddate": "2018-07-28"
},
{
"consumeenddate": "2020-10-30",
"memo": "<p>描述</p><p><br></p>",
"price": "0.01",
"productid": "305",
"productname": "怀北滑雪套票",
"scenicid": "1",
"sellprice": "0.01",
"validenddate": "0002-11-30"
},
{
"consumeenddate": "2018-12-31",
"memo": "<p>测试使用的常用票种</p>",
"price": "100.00",
"productid": "307",
"productname": "金色飞鹰测试票1",
"scenicid": "1",
"sellprice": "90.00",
"validenddate": "2019-12-31"
},
{
"consumeenddate": "2018-10-12",
"memo": "<p>sdfgsdfgdsgsdfgdsfgsdfgsdfgds</p>",
"price": "100.00",
"productid": "316",
"productname": "平日全天滑雪票1",
"scenicid": "1",
"sellprice": "90.00",
"validenddate": "0002-11-30"
},
{
"consumeenddate": "2019-11-21",
"memo": "<p>测试产品</p>",
"price": "100.00",
"productid": "333",
"productname": "测试产品1",
"scenicid": "1",
"sellprice": "90.00",
"validenddate": "0002-11-30"
},
{
"consumeenddate": "2019-11-21",
"memo": "<p>测试11</p><p><br></p>",
"price": "100.00",
"productid": "334",
"productname": "测试产品221",
"scenicid": "1",
"sellprice": "90.00",
"validenddate": "0002-11-30"
}
],
"productname": "",
"producttype": "1",
"scenicImage": "http://test.qnvod.cnlive.com/802/img/2018/0827/1535347086452.jpg",
"scenicid": "1",
"scenicname": "",
"scenictag": "",
"usebegintime": "",
"useendtime": "",
"validbegindate": "2016-07-12",
"webpic": "http://test.softykt.com",
"weeks": ""
}
},
"errorCode": "0",
"errorMessage": "成功"
}