文档
测试
POST
http://localhost:8080/app/new/bussiness

请求参数

参数名
类型
描述
必填
user_id
string
当前登录用户id 示例:0d407315a722406f804944b36b912bc1
必填
query_type
int
统计日期类型 1今日 2昨日 3本月 4上月 5全部 示例:5
必填
sign
string
示例:6e11535e5f62360f3f0b84ba485f33bc
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
errors
object
数据字典
必填
msg
string
示例:加载成功
必填
result
object
数据字典
必填
team_data
object
团队概况
必填
today_register_num
int
今日新增 示例:0
必填
month_register_num
int
本月新增 示例:777
必填
total_register_num
int
团队人数 示例:4060
必填
direct_team_num
int
直推人数 示例:10
必填
direct_real_num
int
直推实名 示例:5
必填
direct_active_num
int
直推激活 示例:0
必填
group_team_num
int
团队人数 示例:4050
必填
group_real_num
int
团队实名 示例:2422
必填
group_active_num
int
团队激活 示例:558
必填
owner_deal
object
我的交易
必填
quick_amount
string
示例:0.0
必填
total_amount
string
示例:0.0
必填
repay_amount
string
示例:0.0
必填
outland_amount
string
示例:0.0
必填
pos_amount
string
示例:0.0
必填
direct_deal
object
直属交易
必填
total_amount
string
总交易 示例:9552.13
必填
repay_amount
string
还款交易 示例:0.0
必填
quick_amount
string
聚合交易 示例:9552.13
必填
outland_amount
string
境外交易 示例:0.0
必填
pos_amount
string
POS交易 示例:0.0
必填
group_deal
object
团队交易
必填
total_amount
string
累计交易 示例:13357818.00
必填
repay_amount
string
还款交易 示例:0.0
必填
quick_amount
string
聚合交易 示例:13357134.96
必填
outland_amount
string
境外交易 示例:683.04
必填
pos_amount
string
POS交易 示例:0.0
必填
total_deal
object
累计交易 返回的参数同上
可选

说明 / 示例

{ "code": 1, "errors": { }, "msg": "加载成功", "result": { "team_data": { "direct_team_num": 10, "direct_real_num": 5, "direct_active_num": 0, "today_register_num": 0, "month_register_num": 777, "group_team_num": 4050, "total_register_num": 4060, "group_real_num": 2422, "group_active_num": 558 }, "group_deal": { "quick_amount": "13357134.96", "total_amount": "13357818.00", "repay_amount": "0.00", "outland_amount": "683.04", "pos_amount": "0.00" }, "owner_deal": { "quick_amount": "0.00", "total_amount": "0.00", "repay_amount": "0.00", "outland_amount": "0.00", "pos_amount": "0.00" }, "direct_deal": { "quick_amount": "9552.13", "total_amount": "9552.13", "repay_amount": "0.00", "outland_amount": "0.00", "pos_amount": "0.00" }, "total_deal": { "quick_amount": 13366687.09, "total_amount": 13367370.13, "trepay_amount": 0, "outland_amount": 683.04, "pos_amount": 0 } } }