Authored by 马力

Update 更新销售价.md

## 1、更新商品销售价##
## 1、更新商品销售价##
更新商品销售价(/SellerPriceController/updateSellerPrice)
更新商品销售价(/SellerPriceController/updateSellerPrice)
#### 请求参数
| 参数名称 | 参数类型 | 可否为空 | 示例 | 备注 |
#### 请求参数
| 参数名称 | 参数类型 | 可否为空 | 示例 | 备注 |
|:-------| -----:|-----:|-----:|----:|
|productSkn|int|否|skn|skn|
|salesPrice|double|否|188.00|销售价|
|userId|int|否|2234|登陆账号的ID|
|productSkn|int|否|skn|skn|
|salesPrice|double|否|188.00|销售价|
|userId|int|否|2234|登陆账号的ID|
注意,通用的头部没有列出。
请求示例
注意,通用的头部没有列出。
请求示例
http://127.0.0.1:8088/platform/SellerPriceController/updateSellerPrice
## 请求样例数据
## 请求样例数据
``` json
请求样例:
请求样例:
{"productSkn":512587916, "salesPrice":12.22,"userId":1234}
正常返回:
正常返回:
{
"code": 200,
"data": [],
"md5": "d751713988987e9331980363e24189ce",
"message": "变价成功."
"message": "变价成功."
}
异常返回:
异常返回:
{
"code": 10001,
"data": [],
"md5": "d751713988987e9331980363e24189ce",
"message": "参数校验错误"
"message": "参数校验错误"
}
{"code":10005,"data":[],"md5":"d751713988987e9331980363e24189ce","message":"商品处于活动变价中"}
```
\ No newline at end of file
... ...