获取分销设置
开发中GET
/adminapi/distribution.config/getConfig请求参数
无
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
status
integer
必需
condition
integer
必需
auto_audit
integer
必需
level
integer
必需
first_ratio
integer
必需
second_ratio
integer
必需
示例
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"status": 1,
"condition": 2,
"auto_audit": 1,
"level": 2,
"first_ratio": 1,
"second_ratio": 1
}
}
最后修改时间: 8 个月前