获取分销设置
开发中
GET
/adminapi/distribution.config/getConfig
请求参数
Header 参数
token
string
可选
示例代码
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;'
返回响应
🟢200成功
application/json
Body
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
}
}
修改于 2024-03-11 07:54:35