文档
测试

仓库物品编辑

POST
{{url}}/admin/goodsEdit

请求参数

参数名
类型
描述
必填
id
int
id
必填
name
int
物品名
必填
inventory
int
新增库存量
必填
product_id
必填
product_name
必填
cost_price
int
成本价
必填
type
int
必填
course_id
int
必填

说明 / 示例

{ "code": 200, "msg": "成功" }