分销中心
开发中
GET
/api/distribution/index
请求参数
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 '/api/distribution/index' \
--header 'token;'
返回响应
🟢200成功
application/json
Body
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
user
object
必需
apply_detail
object
分销申请
config
object
分销配置
withdraw_config
object
提现配置
示例
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"user": {
"id": 7,
"sn": 10031527,
"nickname": "用户10031527",
"avatar": "http://www.php-ws.localhost/resource/image/adminapi/default/default_avatar.png",
"sex": "未知",
"first_leader": 6,
"user_earnings": "0.00",
"total_earnings": "0.00",
"is_distribution": 0,
"first_leader_nickname": "用户78262370",
"today_earnings": 0,
"withdrawn_money": 0
},
"apply_detail": {
"name": "大聪明",
"mobile": "18178304415",
"audit_remark": null,
"status": 2
},
"config": {
"status": 1,
"condition": 2,
"auto_audit": 1,
"level": 2,
"first_ratio": 1,
"second_ratio": 1,
"pc_promotion_url": "http://www.php-ws.localhost/?user_sn=10031527"
},
"withdraw_config": {
"open": 1,
"type": [
"1"
],
"explain": "",
"ali_acccount": "",
"ali_name": "",
"wechat_acccount": "",
"wechat_name": ""
}
}
}
修改于 2024-03-13 04:00:26