文档
测试

我的业绩

POST
http://localhost:8080/app/partner/business

请求参数

参数名
类型
描述
必填
user_id
string
用户id  示例:41840909af844632885424fbc20cae79
必填
pos_id
string
产品id  示例:
必填
sign
string
签名 示例:d90e725f4ac6f49ef21bc8a756c4a4dd
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
errors
object
数据字典
必填
msg
string
示例:加载成功
必填
result
object
数据字典
必填
sn_map
object
数据字典
必填
every_owner_sn_amount
int
示例:0
必填
team_all_sn_count
int
示例:0
必填
every_team_sn_amount
int
示例:0
必填
team_sn_count
int
示例:0
必填
owner_sn_count
int
示例:0
必填
owner_all_sn_count
int
示例:0
必填
all_sn_count
int
示例:0
必填
deal_map
object
数据字典
必填
direct_deal_num
int
示例:0
必填
team_month_amount
int
示例:0
必填
team_deal_num
int
示例:0
必填
team_deal_all_amount
int
示例:0
必填
direct_deal_all_amount
int
示例:0
必填
direct_month_amount
int
示例:0
必填
deal_all_amount
int
示例:0
必填
team_map
object
数据字典
必填
agent_total_count
int
示例:0
必填
direct_agent_count
int
示例:0
必填
team_agent_count
int
示例:0
必填
pos_list
array
数据列表
必填
id
string
示例:d3e2532b290c4de5a209bccc7fc3dbac
必填
title
string
示例:拉卡拉押金版
必填

说明 / 示例

{ "code": 1, "errors": { }, "msg": "加载成功", "result": { "sn_map": { "every_owner_sn_amount": 0, "team_all_sn_count": 0, "every_team_sn_amount": 0, "team_sn_count": 0, "owner_sn_count": 0, "owner_all_sn_count": 0, "all_sn_count": 0 }, "deal_map": { "direct_deal_num": 0, "team_month_amount": 0, "team_deal_num": 0, "team_deal_all_amount": 0, "direct_deal_all_amount": 0, "direct_month_amount": 0, "deal_all_amount": 0 }, "team_map": { "agent_total_count": 0, "direct_agent_count": 0, "team_agent_count": 0 }, "pos_list": [ { "id": "d3e2532b290c4de5a209bccc7fc3dbac", "title": "拉卡拉押金版" }, { "id": "g3e2532b290c4de5a209bccc7fc3dbac", "title": "拉卡拉大pos" } ] } }