分组商品批量修改等级比例
PUT
/webtenant/system/fx/product/updateBatchGrade请求参数
Body 参数application/json
gradeList
array[object (GradeAo) {4}]
等级规则
commissionRatio
integer <int32>
商品佣金比例
>= 0<= 100
level
integer <int32>
等级值
>= 1<= 8
name
string
等级名
rewardRatio
integer <int32>
邀请人奖励比例
>= 0<= 100
ids
array[integer <int64>]
主键ids
示例
{
"gradeList": [
{
"commissionRatio": 0,
"level": 1,
"name": "string",
"rewardRatio": 0
}
],
"ids": [
0
]
}
示例代码
返回响应
OK(200)
Created(201)
Unauthorized(401)
Forbidden(403)
Not Found(404)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer <int32>
可选
msg
string
可选
traceId
string
可选
示例
{
"code": 0,
"msg": "string",
"traceId": "string"
}
最后修改时间: 11 小时前