Authored by mali

接口定义

@@ -289,3 +289,25 @@ @@ -289,3 +289,25 @@
289 "md5": "98baa90e7b2ed957b94b94361aa8e05e", 289 "md5": "98baa90e7b2ed957b94b94361aa8e05e",
290 "message": "Product Price get success." 290 "message": "Product Price get success."
291 } 291 }
  292 +
  293 +十:单个商品变价
  294 +
  295 +请求链接 :http://172.16.6.227:8083/yohobuy-platform-web/product/updateProductPrice
  296 +参数:{ "productSkn": 50000060, "salesPrice" :211.22, "vipDiscountType":5, "founder":9278, "returnCoin":88, "vipPrice":99}
  297 +备注 :productSkn 商品标识 数字型
  298 + salesPrice 销售价格 数字型
  299 + vipDiscountType 折扣类型 1、2、3、4、5
  300 + founder : 操作人标识 数字型
  301 + returnCoin :返回币数 整型
  302 + vipPrice : vip价格 vipDiscountType 为4时必填
  303 + vip1Price vip2Price vip3Price 折扣类型为5时必填
  304 +
  305 +响应:
  306 +{
  307 + "code": 200,
  308 + "data": [],
  309 + "md5": "d751713988987e9331980363e24189ce",
  310 + "message": "Product Price update success."
  311 +}
  312 +
  313 +备注 :code 为200代表成功