简要描述:
- 收入统计接口
请求域名:
- http://xx.com
请求URL:
GET/获取推广中心数据:finance.income-page.income-statistic
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
income_statistic_type | 否 | int | 统计类型:1今日,2昨日,3本周,4上周,5本月,6上月,不传或者传其他都将返回全部 |
返回示例:
正确时返回:
{
"result": 1,
"msg": "ok",
"data": {
"income_total": 0,
"income_withdraw": 0,
"income_un_withdraw": 0,
"income_withdrawing": 0,
"team_fans": 0,
"first_fans": 0
}
}
错误时返回:
{
"result": 0,
"msg": "获取失败"
}
返回参数说明:
income_statistic(收入、粉丝统计数据)参数名 | 类型 | 说明 | |
---|---|---|---|
income_total | float | 累计收入 | |
income_withdraw | float | 已提现收入 | |
income_un_withdraw | float | 未提现收入 | |
income_withdrawing | float | 提现中收入 | |
team_fans | float | 团队粉丝 | |
first_fans | float | 直推粉丝 |
备注:
- 更多返回错误代码请看首页的错误代码描述