减少库存
DELETE
http://localhost:7002/goods/{id}/inventory
接口描述
增加指定id的商品的库存
请求参数
参数名
类型
描述
必填
dec
int
减量,必须大于等于0
必填