更新销售价.md 961 Bytes

1、更新商品销售价

更新商品销售价(/SellerPriceController/updateSellerPrice)

请求参数

参数名称 参数类型 可否为空 示例 备注
productSkn int skn skn
salesPrice double 188.00 销售价
userId int 2234 登陆账号的ID

注意,通用的头部没有列出。
请求示例 http://127.0.0.1:8088/platform/SellerPriceController/updateSellerPrice

请求样例数据

请求样例:
{"productSkn":512587916, "salesPrice":12.22,"userId":1234}
正常返回:
{
  "code": 200,
  "data": [],
  "md5": "d751713988987e9331980363e24189ce",
  "message": "变价成功."
}
异常返回:
{
    "code": 10001,
    "data": [],
    "md5": "d751713988987e9331980363e24189ce",
    "message": "参数校验错误"
}

{"code":10005,"data":[],"md5":"d751713988987e9331980363e24189ce","message":"商品处于活动变价中, 暂时无法改价"}