文档
测试

修改折扣

POST
/api/restaurant_machine/discount/update

请求头

参数名
类型
描述
必填
token
string
token
必填

请求参数

参数名
类型
描述
必填
id
long
id
必填
shopId
int
门店ID
必填
discount
string
折扣
必填
discountFactor
int
折扣系数
必填

说明 / 示例

{ "total": 0, "code": 0, "data": null, "message": "修改成功" }