修改id为xxx的商品信息
PUT
http://localhost:8050/goods/edit/5f0bbcbc65a4a0954c03414a
请求参数
参数名
类型
描述
必填
title
string
示例:苹果
必填
price
int
示例:4999
必填
num
int
示例:99
必填
响应参数
参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:修改成功
必填