文档
测试

根据id更新商品

POST
csc/product/update

请求体

参数名
类型
描述
必填
productId
string
示例:1406237978363301888
必填
shopId
string
示例:1
必填
productName
string
示例:商品修改test
必填
productUrl
string
示例:http://image.photophoto.cn/nm-15/037/006/0370060478.jpg
必填
store
int
示例:55
必填
salesAll
int
示例:70
必填
salesMonth
int
示例:5
必填
costPrice
int
示例:55
必填
oldPrice
string
示例:99
必填
price
int
示例:66
必填
unit
string
示例:kg
必填
limitMin
int
示例:3
必填
limitMax
string
示例:9999
必填
descripe
string
示例:好吃
必填
weight
int
示例:3
必填

响应参数

参数名
类型
描述
必填
code
int
成功200 失败500
必填
msg
String
返回信息
必填