- 后台
- 营销应用
- 充值套餐
- 会员套餐
- 邀请奖励
- 分享奖励
- 注册奖励
- 分销推广
- 卡密
- 签到奖励
- 用户管理
- AI问答
- 创作中心
- 技能
- 装修
- 系统设置
- 订单管理
- 渠道设置
- 意见反馈
- AI对话记录
- 财务管理
- AI绘画
- 绘画广场
- 艺术二维码
- 检测新版本GET
- 前台
获取分销设置
GET
adminapi/distribution.config/getConfig
请求参数
Header 参数
token
string
可选
默认值:
59e092db6ec6acbe31669c6b8620ee89
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'adminapi/distribution.config/getConfig' \
--header 'token: 59e092db6ec6acbe31669c6b8620ee89'
返回响应
🟢200成功
application/json
Body
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
is_open
integer
必需
condition
integer
必需
auto_audit
integer
必需
level
integer
必需
first_ratio
integer
一级分销比例
second_ratio
integer
二级分销比例
示例
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"is_open": 1,
"condition": 1,
"auto_audit": 0,
"level": 1,
"first_ratio": 20,
"second_ratio": 0
}
}
修改于 2023-05-25 09:32:12