简要描述:

  • 区域分红佣金列表接口

请求域名:

  • http://test.yunzshop.com

请求URL:

POST: plugin.area-dividend.api.area-dividend.get-dividend-list&status=1

参数:

参数名 是否必须 类型 说明
i int 店铺ID
istatus int 佣金状态 空:全部 0:未结算 1:已结算

返回示例:

正确时返回:

{
result: 1,
msg: "成功",
data: [
{
create_month: "2017-05",
has_many_dividend: [
{
id: 26,
uniacid: "6",
member_id: "7",
area_level: "1",
agent_area: "广东省",
order_sn: "SN20170512165539608425",
order_amount: "255.00",
amount: "60",
dividend_rate: "2",
lower_level_rate: "8",
same_level_number: "1",
dividend_amount: "1.20",
status: "1",
create_month: "2017-05",
recrive_at: null,
settle_days: "1",
statement_at: null,
created_at: "2017-05-12 16:55:39",
updated_at: null,
deleted_at: null
}
]
},
{
create_month: "2017-04",
has_many_dividend: [ ]
}
]
}

错误时返回:

{
    "result":0,
    "msg":"未检测到数据!",
    "data": {
    }
}

返回参数说明:

参数名 类型 说明
create_month string 月份
has_many_dividend array 月份列表数据
参数名 类型 说明
order_sn string 订单号
created_at string 时间
dividend_amount float 分红佣金
status_name string 分红佣金状态

备注:

  • 更多返回错误代码请看首页的错误代码描述