文档
测试

业绩-支付栏目-数据加载

POST
http://29h9u7.natappfree.cc/app/baiyi/bussiness/payment

接口描述

业绩-支付栏目数据加载 支付栏目的各个板块的点击跳转页面 跟以前的业绩页面的跳转事件保持一致

请求参数

参数名
类型
描述
必填
user_id
string
当前登录用户id 示例:cab441114a40493daf2b7266db59daee
必填
pos_id
string
支付下拉筛选项 接口返回的pos_list 选择哪一个 取对应的id值 示例:
必填
sign
string
请求接口签名 示例:fc80a141b8a746139e8c7b20e9e2e8cc
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
errors
object
数据字典
必填
msg
string
示例:加载成功
必填
result
object
数据字典
必填
team_map
object
团队数据 数据字典
必填
agent_total_count
int
累计团队人数 示例:1279
必填
direct_agent_count
int
直推代理商 示例:9
必填
team_agent_count
int
间推代理商 示例:1270
必填
sn_map
object
终端数据 数据字典
必填
all_sn_count
int
总终端 示例:2290
必填
owner_all_sn_count
int
累计直营终端 示例:0
必填
owner_sn_count
int
累计直营激活 示例:0
必填
every_owner_sn_amount
BigDecimal
直营台均交易 示例:0
必填
team_all_sn_count
int
累计团队终端 示例:2290
必填
team_sn_count
int
累计团队激活 示例:1426
必填
every_team_sn_amount
BigDecimal
团队台均交易 示例:18184.94
必填
deal_map
object
交易数据 数据字典
必填
deal_all_amount
BigDecimal
总交易额 示例:25931721.2
必填
direct_deal_all_amount
BigDecimal
累计直营交易额 示例:0
必填
direct_deal_num
int
当月直营交易笔数 示例:0
必填
direct_month_amount
BigDecimal
当月直营交易额 示例:0
必填
team_deal_all_amount
BigDecimal
累计团队交易额 示例:25931721.2
必填
team_deal_num
int
当月团队交易笔数 示例:4721
必填
team_month_amount
BigDecimal
当月团队交易额 示例:17849708.26
必填
pos_list
array
支付栏目 下拉选择项 数据列表
必填
id
string
主键id 下拉后请求接口 传pos_id取这个值 选择哪个取哪个 示例:9af1a90b89d549deaaa4ecec3089d63c
必填
title
string
标题 示例:金小宝
必填

说明 / 示例

{ "code": 1, "errors": { }, "msg": "加载成功", "result": { "sn_map": { "every_owner_sn_amount": 0, "team_all_sn_count": 2290, "every_team_sn_amount": 18184.94, "team_sn_count": 1426, "owner_sn_count": 0, "owner_all_sn_count": 0, "all_sn_count": 2290 }, "deal_map": { "direct_deal_num": 0, "team_month_amount": 17849708.26, "team_deal_num": 4721, "team_deal_all_amount": 25931721.2, "direct_deal_all_amount": 0, "direct_month_amount": 0, "deal_all_amount": 25931721.2 }, "team_map": { "agent_total_count": 1279, "direct_agent_count": 9, "team_agent_count": 1270 }, "pos_list": [ { "id": "9af1a90b89d549deaaa4ecec3089d63c", "title": "金小宝" }, { "id": "b3924cbfbc534ec3a293db6cbceb4a0d", "title": "拉卡拉大pos" }, { "id": "10f08b176c3a497087ff504137eec72e", "title": "店掌柜" }, { "id": "2117d0f6c9874b5b92393edac943b8b9", "title": "刷新支付" }, { "id": "2882a85e27034d1cbbfadc27f73b5ec8", "title": "通易付plus" }, { "id": "2886f37450a34e53b0aa8638127feddf", "title": "趣付活动机型" }, { "id": "52ab27c3b444412ba78ab4ba65d57bb2", "title": "U米电签(押金版)" }, { "id": "cb93eb1821ec4810829fc4a2ba050b08", "title": "U米电签(非押版)" }, { "id": "420fcda1b6564481aabde7c004ed0c05", "title": "通联IPAY" }, { "id": "99b64ae90ce546b9ab1923ca50166441", "title": "通联IPAY活动机型" }, { "id": "711bd2f0d63545fda016972f2eea0b78", "title": "开店宝趣付POS" }, { "id": "c3b0e534409d4f4dae9daf26027be497", "title": "盛POS" }, { "id": "dcf9257a8d484da5890bd6dba9f79e79", "title": "盛POS活动机型" }, { "id": "f8358cd82cbc404abcdf2d5024dd190d", "title": "海科-1元激活" }, { "id": "941b47548fb847dbaab599e5362be520", "title": "海科-押298" } ] } }