编辑产品API
PUT
http://42.194.179.50/api/goods
接口描述
更改商品信息
请求参数
参数名
类型
描述
必填
id
string
商品id
必填
name
string
商品名称
必填
desc
string
商品介绍
必填
author
string
作者
必填
public
string
出版社
必填
isbn
string
ISBN
必填
time
string
出版时间
必填
pic
string
售价
必填
line_pic
string
上线价格
必填
num
string
库存
必填
urlImg
string
图片地址
必填
on_line
boolean
是否上线
必填
响应参数
参数名
类型
描述
必填
code
number
0:失败;1:成功;
必填
data
object
返回的数据
必填
msg
booleans
成功/失败
必填