修改id为xx的商品信息
PUT
http://120.55.193.252:8040/goods/edit/1
请求参数
参数名
类型
描述
必填
title
string
示例:华为
必填
price
int
示例:4999
必填
响应参数
参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:修改成功
必填