Page History

Getsnowproductdetails

Last edited by 徐近程

返回

上冰雪根据产品Id获取产品详情


URL: http://apiwjjtest.cnlive.com/Daren/snow/getSnowProductDetails.action


请求方式: HTTP GET


请求参数说明:

参数名 参数类型 必选 参数说明
productid String true 产品id

返回格式: JSON


返回格式样例:

{
    "data": {
        "consumeenddate": "2018-11-06",
        "memo": "成人票购",
        "price": "100.00",
        "productid": "10",
        "productname": "成人票(套一)1",
        "scenicid": "1",
        "sellprice": "300.00",
        "validenddate": "2018-07-28"
    },
    "errorCode": "0",
    "errorMessage": "成功"
}