Authored by mali

接口定义

... ... @@ -289,3 +289,25 @@
"md5": "98baa90e7b2ed957b94b94361aa8e05e",
"message": "Product Price get success."
}
十:单个商品变价
请求链接 :http://172.16.6.227:8083/yohobuy-platform-web/product/updateProductPrice
参数:{ "productSkn": 50000060, "salesPrice" :211.22, "vipDiscountType":5, "founder":9278, "returnCoin":88, "vipPrice":99}
备注 :productSkn 商品标识 数字型
salesPrice 销售价格 数字型
vipDiscountType 折扣类型 1、2、3、4、5
founder : 操作人标识 数字型
returnCoin :返回币数 整型
vipPrice : vip价格 vipDiscountType 为4时必填
vip1Price vip2Price vip3Price 折扣类型为5时必填
响应:
{
"code": 200,
"data": [],
"md5": "d751713988987e9331980363e24189ce",
"message": "Product Price update success."
}
备注 :code 为200代表成功
\ No newline at end of file
... ...