设置分销配置
开发中POST
/adminapi/distribution.config/setConfig请求参数
Body 参数application/json
status
integer
功能状态
0-关闭 1-开启
condition
integer
分销条件
1-无条件 2-申请分销
auto_audit
integer
自动审核
1-开启;0-关闭
level
integer
分销层级
1-一级分销;2-二级分销
first_ratio
string
一级分销比例
second_ratio
string
二级分销比例
示例
{
"status": 1,
"condition": 1,
"auto_audit": 0,
"level": 1,
"first_ratio": 0,
"second_ratio": 0
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
show
integer
必需
msg
string
必需
data
array[string]
必需
示例
{
"code": 1,
"show": 1,
"msg": "设置成功",
"data": []
}
最后修改时间: 8 个月前