Authored by mali

接口文档

... ... @@ -264,3 +264,28 @@
"md5": "dc2b4caace98d678cf688edcdd204675",
"message": "Product Sort List."
}
九:根据skn获取价格信息
请求链接 : http://172.16.6.227:8083/yohobuy-platform-web/product/getProductPrice
参数:{"param": 50000060}
响应:
{
"code": 200,
"data": {
"founder": 9278,
"product_skn": 50000060,
"retail_price": 188,
"return_coin": 88,
"sales_price": 211.22,
"updateTime": "2016-02-02 10:37:43",
"vip1_price": 99.56,
"vip2_price": 99.89,
"vip3_price": 99.44,
"vip_discount_type": 5,
"vip_price": 99
},
"md5": "98baa90e7b2ed957b94b94361aa8e05e",
"message": "Product Price get success."
}
... ...