设置菜品库存
POST
http://1.15.80.200:8080/branch/prod/setProdMaxQuantity
接口描述
设置菜谱库存(可接)
请求头
参数名
类型
描述
必填
Authorization
string
Bearer token令牌
必填
请求参数
application/json参数名
类型
描述
必填
menuId
string
菜谱编号
必填
dishType
string
商品类型 0.单品 1.套餐
必填
dishId
string
商品编号
必填
prodId
string
菜品编号
必填
standardId
string
规格编号:没有规格的单品规格编号为0 套餐规格编号为0
必填
maxQuantity
string
库存数
必填